You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/06/29 14:36:19 UTC

[GitHub] [netbeans] sdedic commented on pull request #4218: Disable flaky ValidateLayerConsistencyTest

sdedic commented on PR #4218:
URL: https://github.com/apache/netbeans/pull/4218#issuecomment-1170065073

   I invested several hours into experimenting with the test, on 2 different local machines, very similar environment (kernel version, JDK version). I am still unable to reproduce this locally. I found out that on JDK 8/11, the consistency test fails with this error on Github CI:
   ```
   2022-06-24T19:36:52.4908198Z     [junit] Testcase: org.netbeans.core.validation.ValidateLayerConsistencyTest:testActionInstancesOnlyInActionsFolder:	Caused an ERROR
   2022-06-24T19:36:52.4908858Z     [junit] Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.
   2022-06-24T19:36:52.4909459Z     [junit] junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.
   2022-06-24T19:36:52.4910056Z     [junit] 	at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
   2022-06-24T19:36:52.4910660Z     [junit] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   2022-06-24T19:36:52.4911206Z     [junit] 	at java.base/java.util.Vector.forEach(Vector.java:1388)
   2022-06-24T19:36:52.4911716Z     [junit] 	at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
   2022-06-24T19:36:52.4912366Z     [junit] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   2022-06-24T19:36:52.4912984Z     [junit] 	at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
   2022-06-24T19:36:52.4913634Z     [junit] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   2022-06-24T19:36:52.4914270Z     [junit] 	at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
   2022-06-24T19:36:52.4914927Z     [junit] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   2022-06-24T19:36:52.4916082Z     [junit] 	at java.base/java.util.Vector.forEach(Vector.java:1388)
   2022-06-24T19:36:52.4916699Z     [junit] 	at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
   2022-06-24T19:36:52.4917293Z     [junit] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   2022-06-24T19:36:52.4917891Z     [junit] 	at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
   2022-06-24T19:36:52.4918462Z     [junit] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   2022-06-24T19:36:52.4919023Z     [junit] 	at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
   2022-06-24T19:36:52.4920176Z     [junit] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   ```
   I am not sure if this is a result of `assert`ing in `Main` on `NbRepository` or the real error.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists