-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: deflake npgsql #159167
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
roachtest: deflake npgsql #159167
Conversation
rafiss
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status:
complete! 0 of 0 LGTMs obtained (waiting on @fqazi)
-- commits line 8 at r1:
is this the wrong link?
Recently we have been seeing the test "Wait_with_timeout" as flaky, so we will add it in the ignore list. Release note: None Fixes: cockroachdb#158495
c8c5e7b to
db4f97e
Compare
|
@rafiss Yes it should have been 158495 |
fqazi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fqazi reviewed all commit messages.
Reviewable status:complete! 0 of 0 LGTMs obtained (waiting on @rafiss)
Previously, rafiss (Rafi Shamim) wrote…
is this the wrong link?
Done.
|
@rafiss TFTR! bors r+ |
|
Encountered an error creating backports. Some common things that can go wrong:
You might need to create your backport manually using the backport tool. error creating merge commit from db4f97e to blathers/backport-release-24.3-159167: POST https://api.github.com/repos/fqazi/cockroach/merges: 409 Merge conflict [] you may need to manually resolve merge conflicts with the backport tool. Backport to branch release-24.3 failed. See errors above. error creating backport branch refs/heads/blathers/backport-release-25.4-159167: POST https://api.github.com/repos/fqazi/cockroach/git/refs: 422 Reference already exists [] Backport to branch release-25.4 failed. See errors above. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
|
blathers backport 26.1 |
|
Based on the specified backports for this PR, I applied new labels to the following linked issue(s). Please adjust the labels as needed to match the branches actually affected by the issue(s), including adding any known older branches. Issue #158495: branch-release-26.1. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
Recently we have been seeing the test "Wait_with_timeout" as flaky, so we will add it in the ignore list.
Release note: None
Fixes: #158495