Skip to content

Ensure TestHiveMerge table names are unique#14695

Merged
electrum merged 1 commit intotrinodb:masterfrom
djsagain:david.stryker/unique-test-table-names
Oct 19, 2022
Merged

Ensure TestHiveMerge table names are unique#14695
electrum merged 1 commit intotrinodb:masterfrom
djsagain:david.stryker/unique-test-table-names

Conversation

@djsagain
Copy link
Copy Markdown
Member

@djsagain djsagain 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