Description
My Jenkins found a reproducing seed - though note that in order to reproduce I had to a) run the test at the same SHA as the one listed, and b) leave off -Dtests.method=test_dv_stored; under those conditions it failed both times I ran it:
Checking out Revision 53a34b312e78ce6f56c0bb41304ac834b28b9534 (refs/remotes/origin/master) [...] [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestStressCloudBlindAtomicUpdates -Dtests.method=test_dv_stored -Dtests.seed=60C9AAFC94FD8921 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=id -Dtests.timezone=America/Puerto_Rico -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] FAILURE 9.09s J0 | TestStressCloudBlindAtomicUpdates.test_dv_stored <<< [junit4] > Throwable #1: java.lang.AssertionError: expected:<332> but was:<205> [junit4] > at __randomizedtesting.SeedInfo.seed([60C9AAFC94FD8921:F2F5CB7828BAB4F9]:0) [junit4] > at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:253) [junit4] > at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_stored(TestStressCloudBlindAtomicUpdates.java:192) [junit4] > at java.lang.Thread.run(Thread.java:745)
Attachments
Attachments
Issue Links
- is broken by
-
SOLR-9366 replicas in LIR seem to still be participating in search requests
- Open
-
SOLR-9367 TestInjection's use of a static Random means that sequences of events can be diff for the same test seed depending on wether individual methods are run, or entire test classes, or multiple classes in the same slave JVM
- Closed
- relates to
-
SOLR-9159 add some cloud based concurrent atomic updates testing
- Closed