-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
sql: fix flake in TestExecBuild/local/autocommit #41512
sql: fix flake in TestExecBuild/local/autocommit #41512
Conversation
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.
Please run the testfile under make stress
for a bit before merging.
Reviewable status:
complete! 1 of 0 LGTMs obtained (waiting on @RaduBerinde)
Broken by cockroachdb#41358. The async traces were... async, so the ordering of the trace output was non-deterministic. This commit fixes the flakiness by filtering out async trace events. Release note: None
b3c286a
to
0fe8463
Compare
That caught some flakiness around intent resolution. Things look stable now. |
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.
LGTM
Technically I think these all should have the rowsort
option as there is no ORDER BY
. They'll never run distributed though so in practice it shouldn't matter.
Reviewable status:
complete! 0 of 0 LGTMs obtained (and 1 stale)
bors r+ |
Build failed (retrying...) |
Merge conflict (retrying...) |
1 similar comment
Merge conflict (retrying...) |
41512: sql: fix flake in TestExecBuild/local/autocommit r=nvanbenschoten a=nvanbenschoten Broken by #41358. The async traces were... async, so the ordering of the trace output was non-deterministic. This commit fixes the flakiness by filtering out async trace events. Release note: None Co-authored-by: Nathan VanBenschoten <[email protected]>
Build succeeded |
Broken by #41358.
The async traces were... async, so the ordering of the trace output
was non-deterministic. This commit fixes the flakiness by filtering
out async trace events.
Release note: None