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

Content Sync: add an option to disable recursion and sync a single page #3419

Merged

Merge branch 'master' into contentsync

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

Content Sync: add an option to disable recursion and sync a single page #3419

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

1832 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: 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.testExecutionOrder(ThrottledTaskRunnerTest.java:130)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)