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 @@ -455,8 +455,8 @@ public void testShowCreateTable()
@Override
public void testReadMetadataWithRelationsConcurrentModifications()
{
// TODO: Enable this test after fixing "Task did not completed before timeout"
throw new SkipException("TODO");
// TODO: Enable this test after fixing "Task did not completed before timeout" (https://github.com/trinodb/trino/issues/14230)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Member Author

@hashhar hashhar Sep 22, 2022

Choose a reason for hiding this comment

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

Is this comment just to create link between this PR and the issue? Or do I need to do something?

EDIT: Nevermind, I see why it's useful. Otherwise hard to find what code the issue is talking about.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is this comment just to create link between this PR and the issue?

this

throw new SkipException("Test fails with a timeout sometimes and is flaky");
}

@Test
Expand Down