: REGRESSION: org.apache.solr.handler.TestReplicationHandler.doTestStressReplication
This failure reproduces for me, but only with -Dtests.multiplier=2 -Dtests.nightly=true -- which makes perfect sense since hte test does more "stressing" when it's a nightly. I believe the problem is purely because of the order of documents in the index, and the fact that no sort is used on the test queries. when i add an explicit sort to the query() method in this test, thta seed starts passing for me. I'm still testing, but assuming i haven't caused any other problems in this class i'll commit as part of SOLR-4629. : Error Message: : expected:<null> but was:<[0][id][0]:860!=0> : : Stack Trace: : java.lang.AssertionError: expected:<null> but was:<[0][id][0]:860!=0> : at __randomizedtesting.SeedInfo.seed([C5C64A35E51A1C6A:1E6D4AF3E03275D9]:0) : at org.junit.Assert.fail(Assert.java:93) : at org.junit.Assert.failNotEquals(Assert.java:647) : at org.junit.Assert.assertEquals(Assert.java:128) : at org.junit.Assert.assertEquals(Assert.java:147) : at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:787) -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
