Move stresstests out of o.e.test
This commit is contained in:
parent
03c326dafa
commit
91e31e530f
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.test.stress.client;
|
||||
package org.elasticsearch.stresstest.client;
|
||||
|
||||
import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse;
|
||||
import org.elasticsearch.client.transport.TransportClient;
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.test.stress.fullrestart;
|
||||
package org.elasticsearch.stresstest.fullrestart;
|
||||
|
||||
import jsr166y.ThreadLocalRandom;
|
||||
import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse;
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.test.stress.gcbehavior;
|
||||
package org.elasticsearch.stresstest.gcbehavior;
|
||||
|
||||
import org.elasticsearch.client.Client;
|
||||
import org.elasticsearch.common.settings.ImmutableSettings;
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.test.stress.get;
|
||||
package org.elasticsearch.stresstest.get;
|
||||
|
||||
import jsr166y.ThreadLocalRandom;
|
||||
import org.elasticsearch.action.get.GetResponse;
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.test.stress.get;
|
||||
package org.elasticsearch.stresstest.get;
|
||||
|
||||
import com.google.common.collect.Sets;
|
||||
import jsr166y.ThreadLocalRandom;
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.test.stress.indexing;
|
||||
package org.elasticsearch.stresstest.indexing;
|
||||
|
||||
import jsr166y.ThreadLocalRandom;
|
||||
import org.elasticsearch.action.bulk.BulkItemResponse;
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.test.stress.indexing;
|
||||
package org.elasticsearch.stresstest.indexing;
|
||||
|
||||
import jsr166y.ThreadLocalRandom;
|
||||
import org.elasticsearch.action.get.GetResponse;
|
||||
|
@ -26,7 +26,6 @@ import org.elasticsearch.common.settings.Settings;
|
|||
import org.elasticsearch.common.unit.SizeValue;
|
||||
import org.elasticsearch.index.query.QueryBuilders;
|
||||
import org.elasticsearch.node.Node;
|
||||
import org.junit.Ignore;
|
||||
|
||||
import java.util.concurrent.CountDownLatch;
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.test.stress.leaks;
|
||||
package org.elasticsearch.stresstest.leaks;
|
||||
|
||||
import org.elasticsearch.common.settings.ImmutableSettings;
|
||||
import org.elasticsearch.monitor.jvm.JvmService;
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.test.stress.leaks;
|
||||
package org.elasticsearch.stresstest.leaks;
|
||||
|
||||
import org.elasticsearch.monitor.jvm.JvmStats;
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.test.stress.manyindices;
|
||||
package org.elasticsearch.stresstest.manyindices;
|
||||
|
||||
import org.elasticsearch.client.Client;
|
||||
import org.elasticsearch.client.transport.TransportClient;
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.test.stress.manyindices;
|
||||
package org.elasticsearch.stresstest.manyindices;
|
||||
|
||||
import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse;
|
||||
import org.elasticsearch.cluster.ClusterState;
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.test.stress.manyindices;
|
||||
package org.elasticsearch.stresstest.manyindices;
|
||||
|
||||
import com.google.common.collect.Lists;
|
||||
import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse;
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.test.stress.refresh;
|
||||
package org.elasticsearch.stresstest.refresh;
|
||||
|
||||
import org.elasticsearch.action.search.SearchResponse;
|
||||
import org.elasticsearch.client.Client;
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.test.stress.rollingrestart;
|
||||
package org.elasticsearch.stresstest.rollingrestart;
|
||||
|
||||
import com.carrotsearch.randomizedtesting.generators.RandomStrings;
|
||||
import jsr166y.ThreadLocalRandom;
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.test.stress.rollingrestart;
|
||||
package org.elasticsearch.stresstest.rollingrestart;
|
||||
|
||||
import jsr166y.ThreadLocalRandom;
|
||||
import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse;
|
|
@ -1,4 +1,4 @@
|
|||
package org.elasticsearch.test.stress.search1;
|
||||
package org.elasticsearch.stresstest.search1;
|
||||
|
||||
import com.carrotsearch.randomizedtesting.generators.RandomStrings;
|
||||
import jsr166y.ThreadLocalRandom;
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.test.stress.search1;
|
||||
package org.elasticsearch.stresstest.search1;
|
||||
|
||||
import org.elasticsearch.action.admin.indices.create.CreateIndexRequest;
|
||||
import org.elasticsearch.action.index.IndexRequestBuilder;
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.test.stress.search1;
|
||||
package org.elasticsearch.stresstest.search1;
|
||||
|
||||
import jsr166y.ThreadLocalRandom;
|
||||
import org.elasticsearch.action.search.SearchRequestBuilder;
|
Loading…
Reference in New Issue