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] MasterTest.TestListTablesIncludesIndexedTableId fails in TSAN #25404

Open
1 task done
spolitov opened this issue Dec 21, 2024 · 0 comments
Open
1 task done

[DocDB] MasterTest.TestListTablesIncludesIndexedTableId fails in TSAN #25404

spolitov opened this issue Dec 21, 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/medium Medium priority issue status/awaiting-triage Issue awaiting triage

Comments

@spolitov
Copy link
Contributor

spolitov commented Dec 21, 2024

Jira Link: DB-14635

Description

../../src/yb/master/master-test.cc:952: Failure
Failed
Bad status: Operation failed. Try again (yb/master/catalog_manager.cc:4093): Invalid Namespace State (PREPARING). Cannot create test_pgsql.testtb_pgsql

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.
@spolitov spolitov added area/docdb YugabyteDB core features status/awaiting-triage Issue awaiting triage labels Dec 21, 2024
@spolitov spolitov self-assigned this Dec 21, 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 labels Dec 21, 2024
spolitov added a commit that referenced this issue Dec 22, 2024
…n TSAN

Summary:
Test uses CreateNamespaceAsync, but does not wait for completion.
As result it tries to create table in namespace that is not yet ready.

Fixed by using CreateNamespace.
Jira: DB-14635

Test Plan: ./yb_build.sh --gtest_filter MasterTest.TestListTablesIncludesIndexedTableId -n 40

Reviewers: hsunder, slingam

Reviewed By: hsunder

Subscribers: ybase

Tags: #jenkins-ready

Differential Revision: https://phorge.dev.yugabyte.com/D40843
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/medium Medium priority issue status/awaiting-triage Issue awaiting triage
Projects
None yet
Development

No branches or pull requests

2 participants