Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Flint Spark API error reporting with centralized handler #348

Merged
merged 16 commits into from
Jun 27, 2024
Merged
Prev Previous commit
Next Next commit
Fix broken IT
Signed-off-by: Chen Dai <[email protected]>
dai-chen committed Jun 25, 2024
commit 972ed7dc169e012d3c9a4b8621d52247ffce6b2c
Original file line number Diff line number Diff line change
@@ -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 with ignoreIfExists false] caused by: Flint index $testFlintIndex already exists"
s"Failed to execute index operation [Create Flint index] caused by: Flint index $testFlintIndex already exists"
}

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