the tests awaits fix from #38693 and #38705 and #38581
This commit is contained in:
parent
ab9e2f2e69
commit
ba9a4d13e1
|
@ -47,6 +47,7 @@ public class JsonThrowablePatternConverterTests extends ESTestCase {
|
|||
assertThat(jsonLogLine.stacktrace(), Matchers.nullValue());
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38705")
|
||||
public void testStacktraceWithJson() throws IOException {
|
||||
LogManager.getLogger().info("asdf");
|
||||
|
||||
|
|
|
@ -126,6 +126,7 @@ public class WatcherIndexingListenerTests extends ESTestCase {
|
|||
verifyZeroInteractions(parser);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38581")
|
||||
public void testPreIndex() throws Exception {
|
||||
when(operation.type()).thenReturn(Watch.DOC_TYPE);
|
||||
when(operation.id()).thenReturn(randomAlphaOfLength(10));
|
||||
|
|
|
@ -152,6 +152,7 @@ public class HistoryIntegrationTests extends AbstractWatcherIntegrationTestCase
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38693")
|
||||
public void testThatHistoryContainsStatus() throws Exception {
|
||||
watcherClient().preparePutWatch("test_watch")
|
||||
.setSource(watchBuilder()
|
||||
|
|
Loading…
Reference in New Issue