mocobeta edited a comment on pull request #550: URL: https://github.com/apache/lucene/pull/550#issuecomment-999607132
The test failure cannot be reproduced for me. https://github.com/apache/lucene/runs/4606721258?check_suite_focus=true ``` gradlew :lucene:distribution.tests:test --tests "org.apache.lucene.distribution.TestScripts.testLukeCanBeLaunched" -Ptests.jvms=1 -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EC28381DD2E5610 -Ptests.slow=false -Ptests.file.encoding=US-ASCII ``` Looks like a setup error? ``` org.apache.lucene.distribution.TestScripts > test suite's output saved to /home/runner/work/lucene/lucene/lucene/distribution.tests/build/test-results/test/outputs/OUTPUT-org.apache.lucene.distribution.TestScripts.txt, copied below: 1> --- [forked subprocess output: /usr/bin/dash] --- 1> Error occurred during initialization of boot layer 1> java.lang.module.FindException: Module junit not found, required by org.apache.lucene.test_framework 1> 1> --- [end of subprocess output] --- > org.junit.ComparisonFailure: [forked process exit status] expected:<[0]> but was:<[1]> > at __randomizedtesting.SeedInfo.seed([EC28381DD2E5610:4AE0F15DF5F5978D]:0) > at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ``` Let me re-run the workflow. -- 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]
