File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
server/src/internalClusterTest/java/org/elasticsearch/versioning Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8383- class : org.elasticsearch.xpack.apmdata.APMYamlTestSuiteIT
8484 method : test {yaml=/10_apm/Test template reinstallation}
8585 issue : https://github.com/elastic/elasticsearch/issues/116445
86- - class : org.elasticsearch.versioning.ConcurrentSeqNoVersioningIT
87- method : testSeqNoCASLinearizability
88- issue : https://github.com/elastic/elasticsearch/issues/117249
8986- class : org.elasticsearch.discovery.ClusterDisruptionIT
9087 method : testAckedIndexing
9188 issue : https://github.com/elastic/elasticsearch/issues/117024
Original file line number Diff line number Diff line change 88 */
99package org .elasticsearch .versioning ;
1010
11+ import com .carrotsearch .randomizedtesting .annotations .Repeat ;
12+
1113import org .apache .logging .log4j .Level ;
1214import org .elasticsearch .ExceptionsHelper ;
1315import org .elasticsearch .action .DocWriteResponse ;
@@ -119,6 +121,8 @@ public class ConcurrentSeqNoVersioningIT extends AbstractDisruptionTestCase {
119121 // multiple threads doing CAS updates.
120122 // Wait up to 1 minute (+10s in thread to ensure it does not time out) for threads to complete previous round before initiating next
121123 // round.
124+ @ Repeat (iterations = 100 )
125+ @ SuppressForbidden (reason = "run the test multiple times on CI" )
122126 public void testSeqNoCASLinearizability () {
123127 final int disruptTimeSeconds = scaledRandomIntBetween (1 , 8 );
124128
You can’t perform that action at this time.
0 commit comments