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

Ensure TestHiveMerge table names are unique #14695

Merged

Conversation

djsstarburst
Copy link
Member

@djsstarburst djsstarburst commented Oct 19, 2022

Fixes #14692 which occurred because a TestHiveMerge test collided when writing the _orc_acid_version. That could happen because the table names in the test
collide. This commit makes test table names
unique..

Description

Non-technical explanation

Release notes

(x) This is not user-visible or docs only and no release notes are required.

Issue trinodb#14692 occurred because a TestHiveMerge test
collided when writing the _orc_acid_version.  That
could happen because the table names in the test
collide.  This commit makes test table names
unique..
@electrum electrum merged commit 4fd2338 into trinodb:master Oct 19, 2022
@github-actions github-actions bot added this to the 401 milestone Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Flaky TestHiveMerge.testMergeSimpleSelect and TestHiveMerge.testMergeSimpleSelect
2 participants