Skip to content

Commit

Permalink
Corrections to Kafka integration tests in GitHub (opensearch-project#…
Browse files Browse the repository at this point in the history
…4115)

Replaces missing tests in the Kafka integration tests. Corrected the Kafka tests to run against the PR target so that secrets are available.

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored Feb 13, 2024
1 parent a7942b9 commit 503b774
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/kafka-plugin-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
paths:
- 'data-prepper-plugins/kafka-plugins/**'
- '*gradle*'
pull_request:
pull_request_target:
types: [ opened, synchronize, reopened ]
paths:
- 'data-prepper-plugins/kafka-plugins/**'
- '*gradle*'
Expand Down Expand Up @@ -65,7 +66,7 @@ jobs:
-Dtests.kafka.bootstrap_servers=localhost:9092 \
-Dtests.kafka.authconfig.username=admin -Dtests.kafka.authconfig.password=admin \
-Dtests.kafka.kms_key=alias/DataPrepperTesting \
--tests '*kafka.buffer*'
--tests '*kafka.buffer*' --tests KafkaSourceJsonTypeIT --tests KafkaBufferOTelIT
- name: Upload Unit Test Results
if: always()
Expand Down

0 comments on commit 503b774

Please sign in to comment.