Skip to content

#3357 - Added debugging and null checking to ReferencesModel to preven… #1620

#3357 - Added debugging and null checking to ReferencesModel to preven…

#3357 - Added debugging and null checking to ReferencesModel to preven… #1620

GitHub Actions / Test report (ubuntu-latest, JDK 21) failed Aug 14, 2024 in 0s

1829 tests run, 1 skipped, 1 failed.

Annotations

Check failure on line 84 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 21)

ThrottledTaskRunnerTest.testExecutionOrderOverflow

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.testExecutionOrderOverflow(ThrottledTaskRunnerTest.java:84)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)