You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2022/05/20 22:30:08 UTC

[lucene] branch main updated (2090ac43184 -> 63b66e06cdf)

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


    from 2090ac43184 LUCENE-10579: fix smoketester backwards-check to not parse stdout (#903)
     add 63b66e06cdf LUCENE-10370: pass proper classpath/module arguments for forking jvms from within tests. (#909)

No new revisions were added by this update.

Summary of changes:
 gradle/java/modules.gradle                         | 29 ++++++++++
 lucene/CHANGES.txt                                 |  4 +-
 .../lucene/codecs/TestCodecLoadingDeadlock.java    | 19 +++----
 .../lucene/index/TestIndexWriterOnJRECrash.java    |  3 +-
 .../lucene/store/TestStressLockFactories.java      | 34 ++++++------
 .../lucene/replicator/nrt/TestNRTReplication.java  |  8 ++-
 .../replicator/nrt/TestStressNRTReplication.java   | 24 +++------
 .../apache/lucene/tests/util/LuceneTestCase.java   | 62 +++++++++++++++++++++-
 8 files changed, 126 insertions(+), 57 deletions(-)