Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public void testDigestOOM()
assertTrue(exceptionsNode.contains("got killed because"), exceptionsNode);
}

@Test
@Test(enabled = false) // Disabled because this test is flaky in the multi-stage query engine
public void testDigestOOMMSE()
throws Exception {
setUseMultiStageQueryEngine(true);
Expand Down Expand Up @@ -319,7 +319,7 @@ public void testSelectionOnlyOOM()
assertTrue(exceptionsNode.contains("got killed because"), exceptionsNode);
}

@Test
@Test(enabled = false) // Disabled because this test is flaky in the multi-stage query engine
public void testSelectionOnlyOOMMSE()
throws Exception {
setUseMultiStageQueryEngine(true);
Expand All @@ -340,7 +340,7 @@ public void testDigestOOM2()
assertTrue(exceptionsNode.contains("got killed because"), exceptionsNode);
}

@Test
@Test(enabled = false) // Disabled because this test is flaky in the multi-stage query engine
public void testDigestOOM2MSE()
throws Exception {
setUseMultiStageQueryEngine(true);
Expand Down
Loading