mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 12:56:53 +00:00
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…
x
Reference in New Issue
Block a user