Skip to content

Commit

Permalink
[CALCITE-3660] Disable flaky test PigRelBuilderStyleTest
Browse files Browse the repository at this point in the history
As described in CALCITE-1751, CALCITE-3660, all the tests in
PigRelBuilderStyleTest fail too often with exception 'Unable to open iterator
for alias t', which causes a lot of noise. Disable it until we fix it.
  • Loading branch information
hsyuan committed Mar 29, 2020
1 parent 56c4c42 commit a0ef3c9
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -62,6 +62,7 @@
* building of {@link PigRel} relational expressions using {@link RelBuilder} and
* associated factories in {@link PigRelFactories}.
*/
@Disabled
public class PigRelBuilderStyleTest extends AbstractPigTest {

public PigRelBuilderStyleTest() {
Expand Down Expand Up @@ -153,6 +154,7 @@ public void testImplWithGroupByMultipleFields() {
new String[] { "(a,1,1)", "(b,2,1)", "(c,3,1)" });
}

@Disabled("CALCITE-3660")
@Test public void testImplWithGroupByCountDistinct() {
final SchemaPlus schema = createTestSchema();
final RelBuilder builder = createRelBuilder(schema);
Expand Down

0 comments on commit a0ef3c9

Please sign in to comment.