You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by rc...@apache.org on 2021/08/18 19:34:53 UTC

[lucenenet] branch master updated (c2898ca -> 4457227)

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

rclabo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.


    from c2898ca  Upgraded all build scripts (Azure DevOps, GitHub Actions, local) to use .NET 5.0 SDK 5.0.400, .NET 3.1 SDK 3.1.412 and .NET 2.1 SDK 2.1.817
     new 86245be  Two additional ControlledRealTimeReopenThread tests Added two additional demonstration tests for ControlledRealTimeReopenThread that make it easier to see how to use the class.  One of the tests, TestMultithreadedWaitForGeneration, demonstrates that the current implemention of the ControlledRealTimeReopenThread class is flawed when used in multi-thread situations. This test will fail currently but I will then add another commit that improves the ControlledRealTimeReopenT [...]
     new 0219868  Minor tweak to fix a change I didn't mean to commit
     new 289c585  Updated two new tests to use TEST_VERSION_CURRENT
     new 564792c  Trivial change to trigger github action for PR
     new f7ad34f  Trivial change to non test to run github action
     new 1961928  Re-ported ControlledRealTimeReopenThread to fix The exising port of ControlledRealTimeReopenThread exhibited threading issues.  I constructed a test TestMultithreadedWaitForGeneration which demonstrated the threading issue and falls with the curent port class. To make this test pass I re-ported the ControlledRealTimeReopenThread to more faithly follow the java implementation.
     new ca9850e  Added Dispose(b) to ControlledRealTimeReopenThread Added back a Dispose(bool) method to the ControlledRealTimeReopenThread class since it's a non-sealed class.
     new 4457227  Merge pull request #513 from rclabo/ControlledRealTimeReopenThread_Work

The 6296 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../Search/TestControlledRealTimeReopenThread.cs   | 266 ++++++++++++++++++++-
 .../Search/ControlledRealTimeReopenThread.cs       | 132 ++++++----
 2 files changed, 355 insertions(+), 43 deletions(-)