mbien commented on PR #6617: URL: https://github.com/apache/netbeans/pull/6617#issuecomment-1778171555
appears to be specific to zulu JDK 11. Can't reproduce it with other vendors. Could be still a race condition, have to check if the test case is known to fail. ``` junit.framework.AssertionFailedError: Favorites remain in the same order expected:<[/home/runner@6edb6b40:6867f7fd, /home/runner/work/netbeans/netbeans/platform/favorites/build/test/unit/work/o.n.m.f.a.F/testBasicCycle@cf372ff2:4d1c005e, /opt/hostedtoolcache/Java_Zulu_jdk/11.0.21-9/x64@3350f69a:194aeff8, /home/runner/work/netbeans/netbeans/platform/favorites/build/test/unit/work/o.n.m.f.a.F/testBasicCycle/test.txt@8f6c68d1:8462f31]> but was:<[/home/runner@6edb6b40:6867f7fd, /home/runner/work/netbeans/netbeans/platform/favorites/build/test/unit/work/o.n.m.f.a.F/testBasicCycle@cf372ff2:4d1c005e, /home/runner/work/netbeans/netbeans/platform/favorites/build/test/unit/work/o.n.m.f.a.F/testBasicCycle/test.txt@8f6c68d1:8462f31, /opt/hostedtoolcache/Java_Zulu_jdk/11.0.21-9/x64@3350f69a:194aeff8]> at org.netbeans.modules.favorites.api.FavoritesTest.testBasicCycle(FavoritesTest.java:90) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:79) at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:484) at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:405) at java.base/java.lang.Thread.run(Thread.java:829) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
