chore(deps): bump org.checkerframework:checker-qual from 3.38.0 to 3.… #235
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
main.yml
on: push
Run non-container integration tests
5m 7s
Annotations
4 errors
Run non-container integration tests:
MultiThreadedMonitorThreadContainerTest.java#L60
0.0sec software.amazon.jdbc.plugin.efm.MultiThreadedMonitorThreadContainerTest > testThreadPoolExecutorNotClosedPrematurely()[550], MonitorThreadContainer ThreadPoolExecutor is not closed prematurely
org.mockito.exceptions.verification.NeverWantedButInvoked:
mockExecutorService.shutdownNow();
Never wanted here:
-> at software.amazon.jdbc.plugin.efm.MultiThreadedMonitorThreadContainerTest.testThreadPoolExecutorNotClosedPrematurely(MultiThreadedMonitorThreadContainerTest.java:60)
But invoked here:
-> at software.amazon.jdbc.plugin.efm.MonitorThreadContainer.releaseResources(MonitorThreadContainer.java:208) with arguments: []
at software.amazon.jdbc.plugin.efm.MultiThreadedMonitorThreadContainerTest.testThreadPoolExecutorNotClosedPrematurely(MultiThreadedMonitorThreadContainerTest.java:60)
|
Run non-container integration tests:
MultiThreadedMonitorThreadContainerTest.java#L60
0.0sec software.amazon.jdbc.plugin.efm.MultiThreadedMonitorThreadContainerTest > testThreadPoolExecutorNotClosedPrematurely()[558], MonitorThreadContainer ThreadPoolExecutor is not closed prematurely
org.mockito.exceptions.verification.NeverWantedButInvoked:
mockExecutorService.shutdownNow();
Never wanted here:
-> at software.amazon.jdbc.plugin.efm.MultiThreadedMonitorThreadContainerTest.testThreadPoolExecutorNotClosedPrematurely(MultiThreadedMonitorThreadContainerTest.java:60)
But invoked here:
-> at software.amazon.jdbc.plugin.efm.MonitorThreadContainer.releaseResources(MonitorThreadContainer.java:208) with arguments: []
at software.amazon.jdbc.plugin.efm.MultiThreadedMonitorThreadContainerTest.testThreadPoolExecutorNotClosedPrematurely(MultiThreadedMonitorThreadContainerTest.java:60)
|
Run non-container integration tests:
task ':aws-advanced-jdbc-wrapper:test'#L1
Execution failed for task ':aws-advanced-jdbc-wrapper:test':
org.gradle.api.tasks.VerificationException: There were failing tests. See the results at: file:///home/runner/work/aws-advanced-jdbc-wrapper/aws-advanced-jdbc-wrapper/wrapper/build/test-results/test/
|
Run non-container integration tests
Process completed with exit code 1.
|