ljmcr commented on PR #100:
URL: https://github.com/apache/openwebbeans/pull/100#issuecomment-2417931331

   > This code part is not intended to be used in parallel. When running the 
Tests in parallel, they should boot up different BeanManagers. That can be done 
with running those in own isolated ClassLoaders. I also tried it locally with 
even more nondex runs and got no problems.
   
   Hi, Thank you for the response.
   The test failure occurs when running with different seed values using 
Nondex, not when running a single Nondex run multiple times. Could you try 
reproducing the error using the following command?
   
`Dtest=org.apache.webbeans.test.specalization.observer.pub.PublicObserverTest#testObserverMethodsInParentOfAlternativeAndSpecializedBeans
 -DnondexRuns=10`
   which -DnondexRuns=10 flag represent running with different seed values. For 
more information of Nondex may check 
[NonDex](https://github.com/TestingResearchIllinois/NonDex) by running:
   


-- 
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: dev-unsubscr...@openwebbeans.apache.org

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

Reply via email to