mute Failing tests related to logging and joda-java migration backport(#38704)(#38710)

the tests awaits fix from #38693 and #38705 and #38581
This commit is contained in:
Przemyslaw Gomulka 2019-02-11 13:15:12 +01:00 committed by GitHub
parent ab9e2f2e69
commit ba9a4d13e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -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");

View File

@ -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));

View File

@ -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()