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/03/02 03:15:53 UTC

[GitHub] [lucene] mocobeta commented on pull request #717: LUCENE-10447: always use utf8 for forked process encoding. Use the sa…

mocobeta commented on pull request #717:
URL: https://github.com/apache/lucene/pull/717#issuecomment-1056113863


   Yes; it works on macOS.
   ```
   % sw_vers                                          [0][LUCENE-10447]
   ProductName:	macOS
   ProductVersion:	11.6
   BuildVersion:	20G165
   
   % git branch                                       [0][LUCENE-10447]
   * LUCENE-10447
     main
   
   % ./gradlew -p lucene/distribution.tests test      [0][LUCENE-10447]
   
   > Task :lucene:distribution.tests:test
   Testing binary distribution at: /Users/tomoko.uchida/repo/lucene/lucene/distribution/build/packages/lucene-10.0.0-SNAPSHOT-itests
   :lucene:distribution.tests:test (SUCCESS): 7 test(s)
   The slowest tests (exceeding 500 ms) during this run:
      7.22s TestScripts.testLukeCanBeLaunched (:lucene:distribution.tests)
      0.53s TestModularLayer.testAllModulesHaveExpectedVersion (:lucene:distribution.tests)
   The slowest suites (exceeding 1s) during this run:
      7.45s TestScripts (:lucene:distribution.tests)
   
   BUILD SUCCESSFUL in 51s
   91 actionable tasks: 74 executed, 17 up-to-date
   ```


-- 
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