Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranjith Ramachandra committed Sep 2, 2023
1 parent b2eeda9 commit c148ffc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

package org.opensearch.action.bulk;

import org.apache.lucene.tests.util.LuceneTestCase;
import org.opensearch.action.index.IndexRequest;
import org.opensearch.action.support.WriteRequest;
import org.opensearch.common.action.ActionFuture;
Expand All @@ -47,6 +48,7 @@

import static org.opensearch.test.hamcrest.OpenSearchAssertions.assertAcked;

@LuceneTestCase.AwaitsFix(bugUrl = "hello.com")
@OpenSearchIntegTestCase.ClusterScope(scope = OpenSearchIntegTestCase.Scope.TEST, numDataNodes = 2)
public class BulkRejectionIT extends OpenSearchIntegTestCase {

Expand Down

0 comments on commit c148ffc

Please sign in to comment.