Skip to content

Commit

Permalink
Fix test groups for some Hive ACID product tests
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi authored and wendigo committed Nov 29, 2023
1 parent 4345db9 commit 737a7a8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1954,7 +1954,7 @@ private void validateFileIsDirectlyUnderTableLocation(String tableName)
"files in %s are not directly under table location", path));
}

@Test
@Test(groups = HIVE_TRANSACTIONAL)
public void testDeleteAfterMajorCompaction()
{
withTemporaryTable("test_delete_after_major_compaction", true, false, NONE, tableName -> {
Expand All @@ -1965,13 +1965,13 @@ public void testDeleteAfterMajorCompaction()
});
}

@Test
@Test(groups = HIVE_TRANSACTIONAL)
public void testUnbucketedPartitionedTransactionalTableWithTaskWriterCountGreaterThanOne()
{
unbucketedTransactionalTableWithTaskWriterCountGreaterThanOne(true);
}

@Test
@Test(groups = HIVE_TRANSACTIONAL)
public void testUnbucketedTransactionalTableWithTaskWriterCountGreaterThanOne()
{
unbucketedTransactionalTableWithTaskWriterCountGreaterThanOne(false);
Expand Down

0 comments on commit 737a7a8

Please sign in to comment.