Skip to content

Commit

Permalink
Move testConcurrentInsertsReconciliationForBlindInserts in Delta Lake
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Apr 19, 2024
1 parent 12b8e5f commit 8094633
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2290,14 +2290,6 @@ public void testPartitionFilterIncluded()
}
}

@RepeatedTest(3)
public void testConcurrentInsertsReconciliationForBlindInserts()
throws Exception
{
testConcurrentInsertsReconciliationForBlindInserts(false);
testConcurrentInsertsReconciliationForBlindInserts(true);
}

@Test
public void testCreateOrReplaceTable()
{
Expand Down Expand Up @@ -2432,6 +2424,14 @@ private void assertTableOperation(String tableName, long version, String operati
"VALUES '%s'".formatted(operation));
}

@RepeatedTest(3)
public void testConcurrentInsertsReconciliationForBlindInserts()
throws Exception
{
testConcurrentInsertsReconciliationForBlindInserts(false);
testConcurrentInsertsReconciliationForBlindInserts(true);
}

private void testConcurrentInsertsReconciliationForBlindInserts(boolean partitioned)
throws Exception
{
Expand Down

0 comments on commit 8094633

Please sign in to comment.