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

[DocDB] Failing test TestPgRegressTablegroup #24832

Open
1 task done
timothy-e opened this issue Nov 7, 2024 · 0 comments
Open
1 task done

[DocDB] Failing test TestPgRegressTablegroup #24832

timothy-e opened this issue Nov 7, 2024 · 0 comments
Assignees
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature kind/failing-test Tests and testing infra priority/high High Priority

Comments

@timothy-e
Copy link
Contributor

timothy-e commented Nov 7, 2024

Jira Link: DB-13944

Description

./yb_build.sh release --java-test 'org.yb.pgsql.TestPgRegressTablegroup'
107c107
< ERROR:  Invalid table definition: Error creating table test_tablegroups_colocation_id.tg1_table_invalid on the master: Colocation group already contains a table with colocation ID 20001
---
> ERROR:  Invalid table definition: Error creating table test_tablegroups_colocation_id.tg1_table_invalid on the master: Colocation group already contains a table with colocation ID 20001: INVALID_SCHEMA (master error 2)
109c109
< ERROR:  Invalid table definition: Error creating index test_tablegroups_colocation_id.tg1_table_invalid_v1_key on the master: Colocation group already contains a table with colocation ID 40002
---
> ERROR:  Invalid table definition: Error creating index test_tablegroups_colocation_id.tg1_table_invalid_v1_key on the master: Colocation group already contains a table with colocation ID 40002: INVALID_SCHEMA (master error 2)

Seems to have started with 8ae50dd / D39539.

Issue Type

kind/failing-test

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@timothy-e timothy-e added area/docdb YugabyteDB core features status/awaiting-triage Issue awaiting triage labels Nov 7, 2024
@yugabyte-ci yugabyte-ci added kind/failing-test Tests and testing infra priority/medium Medium priority issue kind/enhancement This is an enhancement of an existing feature priority/high High Priority and removed priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage labels Nov 7, 2024
spolitov added a commit that referenced this issue Nov 12, 2024
Summary:
As side effect of 8ae50dd/D39539 master error code was added to error message.
It caused test to fail, since it expect exact message match.

Fixed by removing error code from this message.
Jira: DB-13944

Test Plan: ./yb_build.sh release --java-test 'org.yb.pgsql.TestPgRegressTablegroup'

Reviewers: zdrudi

Reviewed By: zdrudi

Subscribers: ybase

Tags: #jenkins-ready

Differential Revision: https://phorge.dev.yugabyte.com/D39910
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature kind/failing-test Tests and testing infra priority/high High Priority
Projects
None yet
Development

No branches or pull requests

3 participants