File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
server/src/internalClusterTest/java/org/elasticsearch/snapshots Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -956,6 +956,7 @@ public void testPartialSnapshotsOfSystemIndexRemovesFeatureState() throws Except
956956 * Ensures that if we can only capture a partial snapshot of a system data stream, then the feature state associated
957957 * with that data stream is not included in the snapshot, because it would not be safe to restore that feature state.
958958 */
959+ @ AwaitsFix (bugUrl = "ES-11251" )
959960 public void testPartialSnapshotsOfSystemDataStreamRemovesFeatureState () throws Exception {
960961 final String partialIndexName = SystemDataStreamManyShardsTestPlugin .SYSTEM_DATASTREAM_NAME ;
961962 final String fullIndexName = AnotherSystemDataStreamTestPlugin .SYSTEM_DATASTREAM_NAME ;
@@ -1202,7 +1203,7 @@ public Collection<SystemDataStreamDescriptor> getSystemDataStreamDescriptors() {
12021203
12031204 @ Override
12041205 public String getFeatureName () {
1205- return SystemDataStreamTestPlugin .class .getSimpleName ();
1206+ return SystemDataStreamManyShardsTestPlugin .class .getSimpleName ();
12061207 }
12071208
12081209 @ Override
You can’t perform that action at this time.
0 commit comments