Skip to content

Commit

Permalink
Fix broken IT
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Dai <[email protected]>
  • Loading branch information
dai-chen committed Jun 3, 2024
1 parent e578afb commit 1c3078c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class FlintSparkTransactionITSuite extends OpenSearchTransactionSuite with Match
the[IllegalStateException] thrownBy {
flint.vacuumIndex(testFlintIndex)
} should have message
s"Failed to execute index operation [Vacuum Flint index $testFlintIndex] caused by: Index state [active] doesn't satisfy precondition"
s"Failed to execute index operation [Vacuum Flint index] caused by: Index state [active] doesn't satisfy precondition"
}

test("should not recreate index if index data still exists") {
Expand All @@ -209,7 +209,7 @@ class FlintSparkTransactionITSuite extends OpenSearchTransactionSuite with Match
.addValueSet("name")
.create()
} should have message
s"Failed to execute index operation [Create Flint index $testFlintIndex with ignoreIfExists false] caused by: Flint index $testFlintIndex already exists"
s"Failed to execute index operation [Create Flint index with ignoreIfExists false] caused by: Flint index $testFlintIndex already exists"
}

test("should clean up metadata log entry if index data has been deleted") {
Expand Down

0 comments on commit 1c3078c

Please sign in to comment.