Skip to content

[BUG] kinesis-source-integration-tests fails on every triggered #6983

Description

@lawofcycles

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    Unplanned

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions