Description
My Jenkins has seen this test fail three times in the last couple hours, all three reproduce for me - this is new, last failures were from May - here's the first failure:
Checking out Revision 0eb6b1c823d347319cc0894b5fea95f085d4c8d4 (refs/remotes/origin/master) [...] [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=ConnectionReuseTest -Dtests.method=testConnectionReuse -Dtests.seed=FA03A6C483303E7D -Dtests.slow=true -Dtests.locale=ga -Dtests.timezone=Etc/GMT-9 -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] FAILURE 1.09s J9 | ConnectionReuseTest.testConnectionReuse <<< [junit4] > Throwable #1: java.lang.AssertionError: We expected all communication to use one connection! HttpSolrClient 1 [junit4] > at __randomizedtesting.SeedInfo.seed([FA03A6C483303E7D:DB3BCDAAAB786730]:0) [junit4] > at org.apache.solr.client.solrj.ConnectionReuseTest.testConnectionReuse(ConnectionReuseTest.java:158)
This test failed for me twice without specifying a seed, so it's likely failing (close to) 100% of the time.