Skip to content

Commit

Permalink
Update BeekeeperApiIntegrationTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza Jugon committed Nov 3, 2023
1 parent f5e476d commit 89a5d58
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ public void testMetadataPageable() throws SQLException, InterruptedException, IO
HousekeepingMetadata testMetadata3 = createHousekeepingMetadata(someTable, pathC, partitionC, LifecycleEventType.EXPIRED, duration.toString());

// Set the housekeepingStatus and cleanupTimestamp properties
testMetadata1.setHousekeepingStatus(HousekeepingStatus.FAILED);
testMetadata2.setHousekeepingStatus(HousekeepingStatus.FAILED);
testMetadata3.setHousekeepingStatus(HousekeepingStatus.FAILED);
for (HousekeepingMetadata testPath : Arrays.asList(testMetadata1, testMetadata2, testMetadata3)) {
testPath.setHousekeepingStatus(HousekeepingStatus.FAILED);
}

// Insert the three objects into the database
for (HousekeepingMetadata testMetadata : Arrays.asList(testMetadata1, testMetadata2, testMetadata3)) {
Expand Down

0 comments on commit 89a5d58

Please sign in to comment.