You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2018/04/02 07:38:09 UTC

[22/34] lucene-solr:jira/solr-12095: SOLR-12133: Fix race conditions that caused TriggerIntegrationTest.testEventQueue to fail

SOLR-12133: Fix race conditions that caused TriggerIntegrationTest.testEventQueue to fail


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/85decabe
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/85decabe
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/85decabe

Branch: refs/heads/jira/solr-12095
Commit: 85decabe46966ec3a73e80294fe33cfa862975fd
Parents: e3c67b1
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Fri Mar 30 22:53:55 2018 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Fri Mar 30 22:53:55 2018 +0530

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/85decabe/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 12bc25a..6864e0b 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -135,6 +135,8 @@ Other Changes
 
 * SOLR-12152: Split up TriggerIntegrationTest into multiple tests to isolate and increase reliability. (shalin)
 
+* SOLR-12133: Fix race conditions that caused TriggerIntegrationTest.testEventQueue to fail. (Mark Miller, shalin)
+
 ==================  7.3.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.