File tree 2 files changed +2
-2
lines changed
server/src/test/java/org/elasticsearch/snapshots
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
20
20
package org .elasticsearch .snapshots ;
21
21
22
+ import com .carrotsearch .randomizedtesting .annotations .Repeat ;
22
23
import org .apache .logging .log4j .LogManager ;
23
24
import org .apache .logging .log4j .Logger ;
24
25
import org .elasticsearch .Version ;
192
193
import static org .hamcrest .Matchers .hasSize ;
193
194
import static org .mockito .Mockito .mock ;
194
195
196
+ @ Repeat (iterations = 5000 )
195
197
public class SnapshotResiliencyTests extends ESTestCase {
196
198
197
199
private DeterministicTaskQueue deterministicTaskQueue ;
Original file line number Diff line number Diff line change 19
19
20
20
package org .elasticsearch .snapshots .mockstore ;
21
21
22
- import com .carrotsearch .randomizedtesting .annotations .Repeat ;
23
22
import org .elasticsearch .cluster .coordination .DeterministicTaskQueue ;
24
23
import org .elasticsearch .cluster .metadata .RepositoryMetaData ;
25
24
import org .elasticsearch .common .blobstore .BlobContainer ;
46
45
/**
47
46
* Mock Repository that simulates the mechanics of an eventually consistent blobstore.
48
47
*/
49
- @ Repeat (iterations = 5000 )
50
48
public class MockEventuallyConsistentRepository extends FsRepository {
51
49
52
50
private final DeterministicTaskQueue deterministicTaskQueue ;
You can’t perform that action at this time.
0 commit comments