Describe the bug
The kinesis-source-integration-tests workflow is path-filtered (data-prepper-plugins/kinesis-source/** and root gradle files), so it only runs occasionally. Every run since at least late May has failed, across all Java matrix jobs, with:
KinesisSourceIT > ... FAILED
org.mockito.exceptions.verification.WantedButNotInvoked at KinesisSourceIT.java:280
Recent failing runs on main:
It also fails the same way on PRs that trigger the path filter. On #6757 the workflow runs only because that PR registers a new module in the root settings.gradle, which matches the *gradle* path; the PR does not touch the kinesis source itself.
Expected behavior
The workflow should pass on main, or be fixed/disabled so it does not mask real failures on PRs.
Environment
GitHub Actions ubuntu runners, Java 11/17/21 matrix.
Describe the bug
The
kinesis-source-integration-testsworkflow is path-filtered (data-prepper-plugins/kinesis-source/**and root gradle files), so it only runs occasionally. Every run since at least late May has failed, across all Java matrix jobs, with:Recent failing runs on main:
It also fails the same way on PRs that trigger the path filter. On #6757 the workflow runs only because that PR registers a new module in the root
settings.gradle, which matches the*gradle*path; the PR does not touch the kinesis source itself.Expected behavior
The workflow should pass on main, or be fixed/disabled so it does not mask real failures on PRs.
Environment
GitHub Actions ubuntu runners, Java 11/17/21 matrix.