Skip to content

Commit 1a7aa0d

Browse files
Lindsay-00Lingxi Chen
andauthored
Added awaitsfix for flaky WlmAutoTagging IT tests (#19425)
Signed-off-by: Lingxi Chen <[email protected]> Co-authored-by: Lingxi Chen <[email protected]>
1 parent f67ecbf commit 1a7aa0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/workload-management/src/internalClusterTest/java/org/opensearch/plugin/wlm/WlmAutoTaggingIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
1212

13+
import org.apache.lucene.tests.util.LuceneTestCase;
1314
import org.opensearch.ResourceNotFoundException;
1415
import org.opensearch.action.ActionRequest;
1516
import org.opensearch.action.ActionRequestValidationException;
@@ -137,6 +138,7 @@
137138
import static org.opensearch.test.hamcrest.OpenSearchAssertions.assertAcked;
138139
import static org.opensearch.threadpool.ThreadPool.Names.SAME;
139140

141+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/19354#issuecomment-3335405007")
140142
public class WlmAutoTaggingIT extends ParameterizedStaticSettingsOpenSearchIntegTestCase {
141143

142144
private static final TimeValue TIMEOUT = new TimeValue(1, TimeUnit.SECONDS);

0 commit comments

Comments
 (0)