Skip to content

Granite include top level fixes (#3457) #1708

Granite include top level fixes (#3457)

Granite include top level fixes (#3457) #1708

GitHub Actions / Test report (windows-latest, JDK 21) failed Oct 29, 2024 in 0s

1840 tests run, 1 skipped, 1 failed.

Annotations

Check failure on line 162 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 (windows-latest, JDK 21)

ThrottledTaskRunnerTest.assertFifoOrder

wrong number of items executed expected:<100> but was:<38>
Raw output
java.lang.AssertionError: wrong number of items executed expected:<100> but was:<38>
	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.assertFifoOrder(ThrottledTaskRunnerTest.java:162)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)