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

[YSQL] flaky test PgDdlAtomicityStressTest/PgDdlAtomicityStressTest.StressTest/* #25064

Open
1 task done
jasonyb opened this issue Nov 22, 2024 · 0 comments
Open
1 task done
Assignees
Labels
area/ysql Yugabyte SQL (YSQL) 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

@jasonyb
Copy link
Contributor

jasonyb commented Nov 22, 2024

Jira Link: DB-14195

Description

examples:

  • ./yb_build.sh fastdebug --cxx-test pgwrapper_pg_ddl_atomicity_stress-test --gtest_filter PgDdlAtomicityStressTest/PgDdlAtomicityStressTest.StressTest/10 --gcc11
  • ybd release --cxx-test pgwrapper_pg_ddl_atomicity_stress-test --gtest_filter PgDdlAtomicityStressTest/PgDdlAtomicityStressTest.StressTest/11 --clang17

Despite a426ff7 closing #24124, it fails with a different message.

alma8-gcc11-fastdebug 10 on 3b206a1:

../../src/yb/yql/pgwrapper/pg_ddl_atomicity_stress-test.cc:323
Failed
Bad status: Network error (yb/yql/pgwrapper/libpq_utils.cc:436): Execute of 'CREATE INDEX NONCONCURRENTLY non_concurrent_idx_0 ON test_table(key)' failed: 7, message: ERROR:  ybctid DocKey([], [16394]) not found in indexed table. index table id is 00004000000030008001000000000a60 (pgsql error XX000) (aux msg ERROR:  ybctid DocKey([], [16394]) not found in indexed table. index table id is 00004000000030008001000000000a60)

alma8-clang17-release-aarch64 10 on e17df23:

../../src/yb/yql/pgwrapper/pg_ddl_atomicity_stress-test.cc:312
Failed
Bad status: Network error (yb/yql/pgwrapper/libpq_utils.cc:442): Execute of 'ALTER TABLE test_table ADD COLUMN col_def_4 TEXT DEFAULT 'def'' failed: 7, message: ERROR:  ybctid DocKey([], [16446]) not found in indexed table. index table id is 00004000000030008001000000000a76 (pgsql error XX000) (aux msg ERROR:  ybctid DocKey([], [16446]) not found in indexed table. index table id is 00004000000030008001000000000a76)

alma8-clang17-release 11 on efabbc2:

../../src/yb/yql/pgwrapper/pg_ddl_atomicity_stress-test.cc:312
Failed
Bad status: Network error (yb/yql/pgwrapper/libpq_utils.cc:442): Execute of 'ALTER TABLE test_table ADD COLUMN col_def_2 TEXT DEFAULT 'def'' failed: 7, message: ERROR:  ybctid DocKey([], [16414]) not found in indexed table. index table id is 00004000000030008001000000000a76 (pgsql error XX000) (aux msg ERROR:  ybctid DocKey([], [16414]) not found in indexed table. index table id is 00004000000030008001000000000a76)

mac13-clang-release-arm64 11 on 3b206a1:

../../src/yb/yql/pgwrapper/pg_ddl_atomicity_stress-test.cc:312
Failed
Bad status: Network error (yb/yql/pgwrapper/libpq_utils.cc:442): Execute of 'ALTER TABLE test_table DROP COLUMN col_def_2' failed: 7, message: ERROR:  ybctid DocKey([], [16427]) not found in indexed table. index table id is 00004000000030008001000000000a76 (pgsql error XX000) (aux msg ERROR:  ybctid DocKey([], [16427]) not found in indexed table. index table id is 00004000000030008001000000000a76)

internal links:

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ysql Yugabyte SQL (YSQL) 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

3 participants