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

Redirect Manager: grant permissions to read redirects to everyone instead of anonymous #3319

Merged
merged 15 commits into from
Apr 15, 2024

Merge branch 'master' into develop

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

Redirect Manager: grant permissions to read redirects to everyone instead of anonymous #3319

Merge branch 'master' into develop
37febee
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test report (ubuntu-latest, JDK 21) failed Apr 15, 2024 in 0s

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