-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Segment Replication] Add Segment Replication Specific Integration Te…
…sts (#11773) * Run few tests with Segment Replication enabled. Signed-off-by: Rishikesh1159 <[email protected]> * Update reason for ignoring test. Signed-off-by: Rishikesh1159 <[email protected]> * remove @ignore to resolve :server:forbiddenApisInternalClusterTest check. Signed-off-by: Rishikesh1159 <[email protected]> * fix spotlessCheck. Signed-off-by: Rishikesh1159 <[email protected]> * add conditional logic of force refresh. Signed-off-by: Rishikesh1159 <[email protected]> * Address comments on PR. Signed-off-by: Rishikesh1159 <[email protected]> * fix failing errors. Signed-off-by: Rishikesh1159 <[email protected]> * Use parameterization for running segment replication tests. Signed-off-by: Rishikesh1159 <[email protected]> * Fix failing tests. Signed-off-by: Rishikesh1159 <[email protected]> * Fix failing test. Signed-off-by: Rishikesh1159 <[email protected]> * add new waitForReplication() and refactor. Signed-off-by: Rishikesh1159 <[email protected]> * Address comments on PR and revert back changes made to SegmentReplication Tests. Signed-off-by: Rishikesh1159 <[email protected]> * revert changes made to Segrep tests. Signed-off-by: Rishikesh1159 <[email protected]> * Refactor and address comments. Signed-off-by: Rishikesh1159 <[email protected]> * fix failure of using forbidden api new Random(). Signed-off-by: Rishikesh1159 <[email protected]> * Add comments to debug. Signed-off-by: Rishikesh1159 <[email protected]> * Remove non-critical tests from running with segrep. Signed-off-by: Rishikesh1159 <[email protected]> * Fix test to run with segrep. Signed-off-by: Rishikesh1159 <[email protected]> * separate out refresh and waitForReplication into different methods. Signed-off-by: Rishikesh1159 <[email protected]> * refactor with usage of waitForReplication(). Signed-off-by: Rishikesh1159 <[email protected]> * fix parameters passed in factory for IndexStatsIT. Signed-off-by: Rishikesh1159 <[email protected]> * Update IndexstatsIT to run with segrep Signed-off-by: Rishikesh1159 <[email protected]> --------- Signed-off-by: Rishikesh1159 <[email protected]> (cherry picked from commit 30c4210) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a98f719
commit cb86753
Showing
5 changed files
with
150 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.