Skip to content

Commit

Permalink
Mark TestRaptorIntegrationSmokeTest.testCreateBucketedTable as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Oct 5, 2020
1 parent 9c62e9a commit 00000b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions presto-raptor-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,12 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-testng-services</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-tpch</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import io.prestosql.testing.MaterializedResult;
import io.prestosql.testing.MaterializedRow;
import io.prestosql.testing.QueryRunner;
import io.prestosql.testng.services.Flaky;
import org.intellij.lang.annotations.Language;
import org.testng.annotations.Test;

Expand Down Expand Up @@ -421,6 +422,8 @@ public void testColumnRangesSystemTable()
}

@Test
@Flaky(issue = "https://github.com/prestosql/presto/issues/1977",
match = "(?s)AssertionError.*query.*SELECT count(DISTINCT \"\\$shard_uuid\") FROM orders_bucketed.*Actual rows.*\\[\\d\\d\\].*Expected rows.*\\[100\\]")
public void testCreateBucketedTable()
{
assertUpdate("" +
Expand Down

0 comments on commit 00000b4

Please sign in to comment.