Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,13 @@ public void testRenameSchema()
.hasMessageContaining("renameNamespace is not supported for Iceberg JDBC catalogs");
}

@Test
@Override
public void testDeleteRowsConcurrently()
{
// TODO https://github.com/trinodb/trino/issues/21862 Fix flaky test
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we know why this is failing?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope. I guess the engine was busy because of concurrent tests.

}

@Override
protected void dropTableFromMetastore(String tableName)
{
Expand Down