|
@@ -145,7 +145,7 @@ public class BootStrapTests extends AbstractWatcherIntegrationTestCase {
|
|
|
assertThat(response.getWatchesCount(), equalTo(1L));
|
|
|
}
|
|
|
|
|
|
- @AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/1915")
|
|
|
+ @AwaitsFix(bugUrl = "Supposedly fixed; https://github.com/elastic/x-pack-elasticsearch/issues/1915")
|
|
|
public void testLoadExistingWatchesUponStartup() throws Exception {
|
|
|
stopWatcher();
|
|
|
|
|
@@ -226,7 +226,7 @@ public class BootStrapTests extends AbstractWatcherIntegrationTestCase {
|
|
|
assertSingleExecutionAndCompleteWatchHistory(numWatches, numRecords);
|
|
|
}
|
|
|
|
|
|
- @AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/3437")
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29846")
|
|
|
public void testTriggeredWatchLoading() throws Exception {
|
|
|
createIndex("output");
|
|
|
client().prepareIndex("my-index", "foo", "bar")
|