Skip to content

Commit

Permalink
Mark ACID tests as Flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
losipiuk committed Sep 29, 2020
1 parent 142c8e2 commit 3cfbca8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ private void doTestReadFullAcid(boolean isPartitioned, BucketingType bucketingTy
}

@Test(groups = HIVE_TRANSACTIONAL, dataProvider = "partitioningAndBucketingTypeDataProvider", timeOut = TEST_TIMEOUT)
@Flaky(issue = "https://github.com/prestosql/presto/issues/4927", match = "Hive table .* is is corrupt. Found sub-directory in bucket directory for partition")
public void testReadInsertOnly(boolean isPartitioned, BucketingType bucketingType)
{
if (getHiveVersionMajor() < 3) {
Expand Down Expand Up @@ -209,6 +210,7 @@ public void testReadInsertOnly(boolean isPartitioned, BucketingType bucketingTyp
}

@Test(groups = {STORAGE_FORMATS, HIVE_TRANSACTIONAL}, dataProvider = "partitioningAndBucketingTypeDataProvider", timeOut = TEST_TIMEOUT)
@Flaky(issue = "https://github.com/prestosql/presto/issues/4927", match = "Hive table .* is is corrupt. Found sub-directory in bucket directory for partition")
public void testReadFullAcidWithOriginalFiles(boolean isPartitioned, BucketingType bucketingType)
{
if (getHiveVersionMajor() < 3) {
Expand Down Expand Up @@ -252,6 +254,7 @@ public void testReadFullAcidWithOriginalFiles(boolean isPartitioned, BucketingTy
}

@Test(groups = {STORAGE_FORMATS, HIVE_TRANSACTIONAL}, dataProvider = "partitioningAndBucketingTypeDataProvider", timeOut = TEST_TIMEOUT)
@Flaky(issue = "https://github.com/prestosql/presto/issues/4927", match = "Hive table .* is is corrupt. Found sub-directory in bucket directory for partition")
public void testReadInsertOnlyWithOriginalFiles(boolean isPartitioned, BucketingType bucketingType)
{
if (getHiveVersionMajor() < 3) {
Expand Down

0 comments on commit 3cfbca8

Please sign in to comment.