tang-hi commented on PR #12254:
URL: https://github.com/apache/lucene/pull/12254#issuecomment-1530005788

   > Thanks! For me it is working:
   > 
   > ```
   > $ ./gradlew -p lucene/core test --tests "*Hnsw*"
   > ...
   > :lucene:core:test (SUCCESS): 75 test(s)
   > ```
   > 
   > Note that adding these args do not seem to be picked up by intellij when 
running tests, is there a better place to add them?
   
   May be you could add
   ```gradle
   test {
     jvmArgs(
             '--add-opens', 'java.base/java.lang=ALL-UNNAMED',
             '--add-opens', 'java.base/java.util.concurrent.atomic=ALL-UNNAMED'
     )
   }
   ```
   to file lucene/core/build.gradle


-- 
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-unsubscr...@lucene.apache.org

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


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

Reply via email to