YSQL: Fix flaky test TestPgRegressPgAsync#testIsolationPgRegress#30430
Closed
arpang wants to merge 3 commits intoyugabyte:masterfrom
Closed
YSQL: Fix flaky test TestPgRegressPgAsync#testIsolationPgRegress#30430arpang wants to merge 3 commits intoyugabyte:masterfrom
arpang wants to merge 3 commits intoyugabyte:masterfrom
Conversation
…sync#testIsolationPgRegress Summary: TBD Test Plan: ./yb_build.sh fastdebug --java-test 'org.yb.pgsql.TestPgRegressPgAsync#testIsolationPgRegress' -n 20 Subscribers: yql Differential Revision: https://phorge.dev.yugabyte.com/D50469
✅ Deploy Preview for infallible-bardeen-164bc9 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Low Risk
Test-only changes that adjust step ordering and which session performs an observation; no production code or data-path behavior is modified.
Overview
Deflakes the
yb.port.async-notifyisolation test by changing the final permutation to measurepg_notification_queue_usage()from thelistenersession (via a newyb_lusagestep) instead of the notifier.Adds a no-op
yb_emptystep to force ordering afterbignotifyand updates the expected output/permutation names and comments accordingly to reflect YB multi-node behavior and deterministic waiting output.Written by Cursor Bugbot for commit ce8e285. This will update automatically on new commits. Configure here.