You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/05/23 08:36:04 UTC

[GitHub] [lucene] romseygeek commented on pull request #909: LUCENE-10370: pass proper classpath/module arguments for forking jvms from within tests

romseygeek commented on PR #909:
URL: https://github.com/apache/lucene/pull/909#issuecomment-1134360770

   Hiya, this is making the elasticsearch CI cross; all builds are failing with this message:
   ```
   * Where:
   08:09:37 Script '/var/lib/jenkins/workspace/apache+lucene+main/gradle/java/modules.gradle' line: 215
   08:09:37 
   08:09:37 * What went wrong:
   08:09:37 Execution failed for task ':lucene:core.tests:test'.
   08:09:37 > java.nio.file.NoSuchFileException: /var/lib/jenkins/workspace/apache+lucene+main/lucene/core.tests/build/tmp/test/jvm-forking.properties
   ```
   
   I think the problem is that `core.tests` in the middle there, which should instead be a `core/tests`, but I'm not sure if that's something wrong with our Jenkins environment or if its a bug in the gradle logic that is constructing the path.


-- 
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: issues-unsubscribe@lucene.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org