We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Test testDeleteRowsConcurrently often fails with errors like:
testDeleteRowsConcurrently
Error: Failures: Error: io.trino.plugin.iceberg.catalog.rest.TestIcebergPolarisCatalogConnectorSmokeTest.testDeleteRowsConcurrently Error: Run 1: TestIcebergPolarisCatalogConnectorSmokeTest>BaseIcebergConnectorSmokeTest.testDeleteRowsConcurrently:171 Multiple Failures (1 failure) -- failure 1 -- [Rows for query [SELECT * FROM test_concurrent_delete4yww1ir2ow]] Expecting actual: (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1) to contain exactly in any order: [(0, 1, 0, 0), (0, 0, 0, 1)] but the following elements were unexpected: (0, 0, 1, 0)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Test
testDeleteRowsConcurrently
often fails with errors like:The text was updated successfully, but these errors were encountered: