Skip to content

Commit 497f1e3

Browse files
committed
Polish
1 parent 56278df commit 497f1e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/framework/src/main/java/org/elasticsearch/test/ESIntegTestCase.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,9 @@ private static Settings.Builder getExcludeSettings(int num, Settings.Builder bui
852852
return builder;
853853
}
854854

855+
/**
856+
* Returns a list of the data stream's backing index names.
857+
*/
855858
public List<String> getDataStreamBackingIndexNames(String dataStreamName) {
856859
GetDataStreamAction.Response response = safeGet(
857860
client().execute(

0 commit comments

Comments
 (0)