OpenSearch/server
Jason Tedor d806a0e59d
Fix race in global checkpoint listeners test
This race can occur if the latch from the listener notifies the test
thread and the test thread races ahead before the scheduler thread has a
chance to emit the log message. This commit fixes this test by not
counting down the latch until after the log message we are going to
assert on has been emitted.
2018-09-13 07:00:40 -04:00
..
licenses Upgrade to latest Lucene snapshot (#33505) 2018-09-10 20:51:55 +01:00
src Fix race in global checkpoint listeners test 2018-09-13 07:00:40 -04:00
build.gradle Enable forbiddenapis server java9 (#33245) 2018-08-31 09:31:55 +03:00