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 @@ -171,6 +171,7 @@ public void testReadMetadataWithRelationsConcurrentModifications()
.hasMessageMatching("(?s).*(" +
"No task completed before timeout|" +
"was deadlocked on lock resources with another process and has been chosen as the deadlock victim|" +
"Lock request time out period exceeded|" +
// E.g. system.metadata.table_comments can return empty results, when underlying metadata list tables call fails
"Expecting actual not to be empty).*");
throw new SkipException("to be fixed");
Expand Down