File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/internalClusterTest/java/org/elasticsearch/snapshots Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 4747import org .elasticsearch .core .Tuple ;
4848import org .elasticsearch .repositories .RepositoryCleanupResult ;
4949import org .elasticsearch .repositories .fs .FsRepository ;
50+ import org .elasticsearch .test .ESIntegTestCase ;
5051import org .elasticsearch .test .InternalTestCluster ;
5152import org .elasticsearch .threadpool .ScalingExecutorBuilder ;
5253import org .elasticsearch .threadpool .TestThreadPool ;
7879import static org .hamcrest .Matchers .notNullValue ;
7980
8081@ LuceneTestCase .SuppressFileSystems (value = "HandleLimitFS" ) // we sometimes have >2048 open files
82+ @ ESIntegTestCase .ClusterScope (transportClientRatio = 0. )
8183public class SnapshotStressTestsIT extends AbstractSnapshotIntegTestCase {
8284
8385 public void testRandomActivities () throws InterruptedException {
You can’t perform that action at this time.
0 commit comments