mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-27 10:28:28 +00:00
[TEST] pause index following after test
This commit is contained in:
parent
c9c691b0cf
commit
ca916f7186
@ -300,6 +300,9 @@ public class CCRDocumentationIT extends ESRestHighLevelClientTestCase {
|
||||
// end::ccr-resume-follow-execute-async
|
||||
|
||||
assertTrue(latch.await(30L, TimeUnit.SECONDS));
|
||||
|
||||
// Cleanup:
|
||||
client.ccr().pauseFollow(new PauseFollowRequest(followIndex), RequestOptions.DEFAULT);
|
||||
}
|
||||
|
||||
public void testUnfollow() throws Exception {
|
||||
|
Loading…
x
Reference in New Issue
Block a user