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] Test:org.yb.cql.TestTransactionStatusTable.testCreation is flaky in 2024.1 and master #22594

Closed
1 task done
Arjun-yb opened this issue May 29, 2024 · 0 comments
Closed
1 task done
Assignees
Labels
area/ysql Yugabyte SQL (YSQL) kind/bug This issue is a bug priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage

Comments

@Arjun-yb
Copy link
Contributor

Arjun-yb commented May 29, 2024

Jira Link: DB-11502

Description

Test:org.yb.cql.TestTransactionStatusTable.testCreation is flaky in 2024.1 and master in ASAN builds

Detective: https://detective.dev.yugabyte.com/stability/test?analyze_trends=true&branch=2024.1.0&class=org.yb.cql.TestTransactionStatusTable&name=testCreation

Issue Type

kind/bug

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

  • I confirm this issue does not contain any sensitive information.
@Arjun-yb Arjun-yb added area/docdb YugabyteDB core features status/awaiting-triage Issue awaiting triage labels May 29, 2024
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels May 29, 2024
@rthallamko3 rthallamko3 added area/ysql Yugabyte SQL (YSQL) and removed area/docdb YugabyteDB core features labels May 31, 2024
d-uspenskiy added a commit that referenced this issue Jul 17, 2024
… test

Summary:
ASAN/TSAN builds are usually slow than release/debug.
It is required to use lesser paralelism and reduce pressure on
t-server/master and avoid different timeout issues.
Jira: DB-11502

Test Plan:
Run existing unit tests

```
./yb_build.sh asan --java-test 'org.yb.pgsql.TestTransactionStatusTable#testCreation' -n 20
./yb_build.sh asan --java-test 'org.yb.cql.TestTransactionStatusTable#testCreation' -n 20
```

Reviewers: tnayak, myang, jason

Reviewed By: myang

Subscribers: yql

Tags: #jenkins-ready

Differential Revision: https://phorge.dev.yugabyte.com/D36607
jasonyb pushed a commit that referenced this issue Jul 17, 2024
Summary:
 0c8e378 [#23216]yugabyted: Adding required models for source db details and target recommendation details sub pages.
 133ff1c [#23210] yugabyted: yugabyted collect_logs fails to gather logs when yugabyted is not running.
 08ca9dd [#23196] DocDB: Handle preview flags in ValidateFlagValue
 13c0ced [#23215] docdb: disable packed for colocated tables by default
 6146084 [doc][ybm] Reorg to Aeon authentication pages (#23226)
 Excluded: 56d2d2d [#16408] YSQL: add gflag TEST_generate_ybrowid_sequentially
 c8e7530 [PLAT-14672] getSessionInfo should return a valid api token
 3abd045 [#22594] YSQL: Fix flaky TestTransactionStatusTable.testCreation unit test
 d67ba12 [#22158] YSQL: Set local limit as safe time even when the read time is already set.
 1315a10 [docs] PG compatible logical replication architecture (#23220)
 88e92a0 [#23216] yugabyted: Adding a new field ObjectName to model SqlObjectMetadata.

Test Plan: Jenkins: rebase: pg15-cherrypicks

Reviewers: jason, tfoucher

Tags: #jenkins-ready

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

No branches or pull requests

4 participants