From 85decabe46966ec3a73e80294fe33cfa862975fd Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Fri, 30 Mar 2018 22:53:55 +0530 Subject: [PATCH] SOLR-12133: Fix race conditions that caused TriggerIntegrationTest.testEventQueue to fail --- solr/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 12bc25a6165..6864e0b96cb 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.