瀏覽代碼

Remove "// TODO RANDOMIZE with flush" comment (#93752)

This TODO is here for nearly 10 years and tests expect refresh() 
to effectively make document searchable.
Tanguy Leroux 2 年之前
父節點
當前提交
a3ee9034cb
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      test/framework/src/main/java/org/elasticsearch/test/ESIntegTestCase.java

+ 0 - 1
test/framework/src/main/java/org/elasticsearch/test/ESIntegTestCase.java

@@ -1384,7 +1384,6 @@ public abstract class ESIntegTestCase extends ESTestCase {
      */
     protected final RefreshResponse refresh(String... indices) {
         waitForRelocation();
-        // TODO RANDOMIZE with flush?
         RefreshResponse actionGet = client().admin()
             .indices()
             .prepareRefresh(indices)