Skip to content

Only publish test results once #1818

Only publish test results once

Only publish test results once #1818

GitHub Actions / Test report (ubuntu-latest, JDK 17) failed Jan 16, 2025 in 0s

1850 tests run, 0 skipped, 1 failed.

Annotations

Check failure on line 130 in bundle/src/test/java/com/adobe/acs/commons/fam/impl/ThrottledTaskRunnerTest.java

See this annotation in the file changed.

@github-actions github-actions / Test report (ubuntu-latest, JDK 17)

ThrottledTaskRunnerTest.testExecutionOrder

wrong priority for item: 19 expected:<1> but was:<5>
Raw output
java.lang.AssertionError: wrong priority for item: 19 expected:<1> but was:<5>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at com.adobe.acs.commons.fam.impl.ThrottledTaskRunnerTest.testExecutionOrder(ThrottledTaskRunnerTest.java:130)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)