mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 05:58:44 +00:00
test: removed @Seed
Original commit: elastic/x-pack-elasticsearch@aafc29f3b1
This commit is contained in:
parent
9643ec2c62
commit
f66f460313
@ -6,7 +6,6 @@
|
|||||||
package org.elasticsearch.watcher.condition.compare;
|
package org.elasticsearch.watcher.condition.compare;
|
||||||
|
|
||||||
import com.carrotsearch.randomizedtesting.annotations.Repeat;
|
import com.carrotsearch.randomizedtesting.annotations.Repeat;
|
||||||
import com.carrotsearch.randomizedtesting.annotations.Seed;
|
|
||||||
import org.elasticsearch.common.collect.ImmutableList;
|
import org.elasticsearch.common.collect.ImmutableList;
|
||||||
import org.elasticsearch.common.collect.ImmutableMap;
|
import org.elasticsearch.common.collect.ImmutableMap;
|
||||||
import org.elasticsearch.common.joda.time.DateTime;
|
import org.elasticsearch.common.joda.time.DateTime;
|
||||||
@ -31,7 +30,6 @@ import static org.hamcrest.Matchers.notNullValue;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
@Seed("9E70A915296AA3F2:FAA20587D7DCA86B")
|
|
||||||
public class CompareConditionTests extends ElasticsearchTestCase {
|
public class CompareConditionTests extends ElasticsearchTestCase {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
*/
|
*/
|
||||||
package org.elasticsearch.watcher.execution;
|
package org.elasticsearch.watcher.execution;
|
||||||
|
|
||||||
import com.carrotsearch.randomizedtesting.annotations.Seed;
|
|
||||||
import org.apache.lucene.util.LuceneTestCase.Slow;
|
import org.apache.lucene.util.LuceneTestCase.Slow;
|
||||||
import org.elasticsearch.common.joda.time.DateTime;
|
import org.elasticsearch.common.joda.time.DateTime;
|
||||||
import org.elasticsearch.common.unit.TimeValue;
|
import org.elasticsearch.common.unit.TimeValue;
|
||||||
@ -54,7 +53,6 @@ import static org.elasticsearch.watcher.trigger.TriggerBuilders.schedule;
|
|||||||
import static org.elasticsearch.watcher.trigger.schedule.Schedules.cron;
|
import static org.elasticsearch.watcher.trigger.schedule.Schedules.cron;
|
||||||
import static org.hamcrest.Matchers.*;
|
import static org.hamcrest.Matchers.*;
|
||||||
|
|
||||||
@Seed("8E31841F5876336B:1A23AE04C0480F1")
|
|
||||||
public class ManualExecutionTests extends AbstractWatcherIntegrationTests {
|
public class ManualExecutionTests extends AbstractWatcherIntegrationTests {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user