Skip to content

Commit

Permalink
fix-source-readme-integrationtest
Browse files Browse the repository at this point in the history
  • Loading branch information
a1tair6 committed Jun 27, 2023
1 parent 45a8b0a commit 99002f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To run unit tests:
```
To run acceptance and custom integration tests:
```
./gradlew :airbyte-integrations:connectors:source-opensearch:integrationTest
./gradlew :airbyte-integrations:connectors:source-opensearch:integrationTestJava
```

## Dependency Management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected void setupEnvironment(TestDestinationEnv environment) throws Exception
.withEnv("ES_JAVA_OPTS", "-Xms512m -Xms512m")
.withEnv("discovery.type", "single-node")
.withEnv("network.host", "0.0.0.0")
.withEnv("logger.org.elasticsearch", "INFO")
.withEnv("logger.org.opensearch", "INFO")
.withEnv("ingest.geoip.downloader.enabled", "false")
.withEnv("xpack.security.enabled", "false")
.withExposedPorts(9200)
Expand Down

0 comments on commit 99002f5

Please sign in to comment.