OpenSearch/server
Tim Brooks 195a5247d4
Prevent connection races in testEnsureWeReconnect (#56654)
Currently it is possible that a sniff connection round is occurring as
we enter another test loop in testEnsureWeReconnect. The problem is that
once we enter another loop, closing the connection manually can cause
this pre-existing connection round to fail. This round failing can fail
the test. This commit fixes the issue by ensuring that there are no
in-progress connections before entering another loop.
2020-05-15 14:58:46 -06:00
..
licenses upgrade to Lucene 8.6.0 snapshot (#56661) 2020-05-13 14:25:16 +02:00
src Prevent connection races in testEnsureWeReconnect (#56654) 2020-05-15 14:58:46 -06:00
build.gradle Move publishing configuration to a separate plugin (#56727) 2020-05-14 20:23:07 -07:00