File tree 1 file changed +2
-0
lines changed
server/src/internalClusterTest/java/org/elasticsearch/snapshots 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 47
47
import org .elasticsearch .core .Tuple ;
48
48
import org .elasticsearch .repositories .RepositoryCleanupResult ;
49
49
import org .elasticsearch .repositories .fs .FsRepository ;
50
+ import org .elasticsearch .test .ESIntegTestCase ;
50
51
import org .elasticsearch .test .InternalTestCluster ;
51
52
import org .elasticsearch .threadpool .ScalingExecutorBuilder ;
52
53
import org .elasticsearch .threadpool .TestThreadPool ;
78
79
import static org .hamcrest .Matchers .notNullValue ;
79
80
80
81
@ LuceneTestCase .SuppressFileSystems (value = "HandleLimitFS" ) // we sometimes have >2048 open files
82
+ @ ESIntegTestCase .ClusterScope (transportClientRatio = 0. )
81
83
public class SnapshotStressTestsIT extends AbstractSnapshotIntegTestCase {
82
84
83
85
public void testRandomActivities () throws InterruptedException {
You can’t perform that action at this time.
0 commit comments