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] QLTransactionTest.LogSegmentRolloverWithMultipleTxns fails in release builds #25440

Open
1 task done
spolitov opened this issue Dec 27, 2024 · 0 comments
Open
1 task done
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 27, 2024

Jira Link: DB-14681

Description

../../src/yb/client/ql-transaction-test.cc:1908: Failure
Failed
Bad status: Illegal state (yb/client/ql-transaction-test.cc:1824): Expected more than 1 segment for peer {ts3_peer_id}: 1 vs 1

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 27, 2024
@spolitov spolitov self-assigned this Dec 27, 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 27, 2024
spolitov added a commit that referenced this issue Dec 27, 2024
…xns in release builds

Summary:
The test performs 10 transactions and expects that it will generate at least 2 segments on each tablet peers.
But it could happen that we have just 1 segment on the follower.
Adjusted test to continue performing transactions until we have enough segments on each replica.
Jira: DB-14681

Test Plan: ./yb_build.sh release --full-lto -n 4000 --gtest_filter QLTransactionTest.LogSegmentRolloverWithMultipleTxns -- -p 20

Reviewers: siddharth.shah

Reviewed By: siddharth.shah

Subscribers: ybase

Tags: #jenkins-ready

Differential Revision: https://phorge.dev.yugabyte.com/D40920
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