localstack / localstack-java-utils

☕ Java utilities and JUnit integration for LocalStack
Apache License 2.0
75 stars 43 forks source link

fix failing tests #96

Closed alexrashed closed 2 years ago

alexrashed commented 2 years ago

With https://github.com/localstack/localstack/pull/6494, previous test failures were fixed. This PR tries to address the remaining pipeline issues which have been introduced with https://github.com/localstack/localstack-java-utils/pull/93. It simply adds a small check to wait for a Kinesis stream to become active before performing PutAction operations.