Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enrich-kinesis: add integration tests with localstack and testcontainers #706

Closed
benjben opened this issue Oct 17, 2022 · 0 comments
Closed

Comments

@benjben
Copy link
Contributor

benjben commented Oct 17, 2022

Add 3 integration tests for enrich-kinesis with testcontainers and localstack:

  1. One that generates and sends collector payloads to the input of Enrich and checks that the output streams contain the expected number of enriched events and bad rows
  2. One that checks that Enrich can initialize with the minimal config example
  3. One that checks that Enrich exits gracefully when it receives a SIGTERM

The Docker image of enrich-kinesis has to be published locally by sbt before executing the tests.

sbt "project kinesis" IntegrationTest/test runs the tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant