Skip to content

A servlet to export redirects to a TXT file to use with pipeline-free redirects #1755

A servlet to export redirects to a TXT file to use with pipeline-free redirects

A servlet to export redirects to a TXT file to use with pipeline-free redirects #1755

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

1845 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)