The GitHub Actions job "CI" on pekko-connectors.git/feature/junit6-migration 
has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
7ba5deb19a8a3262dc55549f14072b1bf97d46ae / 虎鸣 <[email protected]>
fix: add jupiter-interface to testkit dependencies for JUnit 6 test discovery

Motivation:
All connector tests fail with "Found at least one JUnit 5 test silently
ignored by SBT due to jupiter-interface not being on this projects
test-classpath". The sbt-jupiter-interface plugin requires jupiter-interface
on the test classpath to detect and run JUnit Jupiter tests.

Modification:
Add com.github.sbt.junit:jupiter-interface to the testkit module's
dependencies so it is transitively available on all connector test
classpaths via the existing .dependsOn(testkit % Test) wiring.

Result:
JUnit Jupiter tests are correctly discovered and executed across all
connector modules.

Tests:
Not run - requires CI with Docker for full test suite

References:
Fixes apache/pekko-connectors#1728

Report URL: https://github.com/apache/pekko-connectors/actions/runs/28279700872

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to