Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#3423 Redirect Manager - status code is not retaining its value in the dialog after authoring #3425

Merged
merged 2 commits into from
Oct 1, 2024

Merge branch 'master' into 3423

1392769
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

#3423 Redirect Manager - status code is not retaining its value in the dialog after authoring #3425

Merge branch 'master' into 3423
1392769
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test report (ubuntu-latest, JDK 11) failed Oct 1, 2024 in 0s

1830 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 11)

ThrottledTaskRunnerTest.testExecutionOrder

wrong priority for item: 14 expected:<1> but was:<5>
Raw output
java.lang.AssertionError: wrong priority for item: 14 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:566)