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

logictest: separate out stmts in upsert test #135213

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yuzefovich
Copy link
Member

This commit makes it so that we execute each query via a separate logic test directive in upsert_non_metamorphic test. My hope is that this will make the test consume a bit less resources so that we don't hit timeouts under race. I confirmed that disabling metamorphic randomization appears to work correctly in this case. If we still see timeouts on this file under race, I'd consider skipping this test in such config (which was recently reverted in 18bd696).

Fixes: #135166.

Release note: None

This commit makes it so that we execute each query via a separate logic
test directive in `upsert_non_metamorphic` test. My hope is that this
will make the test consume a bit less resources so that we don't hit
timeouts under race. I confirmed that disabling metamorphic
randomization appears to work correctly in this case. If we still see
timeouts on this file under race, I'd consider skipping this test in
such config (which was recently reverted in
18bd696).

Release note: None
@yuzefovich yuzefovich added backport-24.2.x Flags PRs that need to be backported to 24.2 backport-24.3.x Flags PRs that need to be backported to 24.3 labels Nov 14, 2024
@yuzefovich yuzefovich requested review from a team and rytaft and removed request for a team November 14, 2024 20:52
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-24.2.x Flags PRs that need to be backported to 24.2 backport-24.3.x Flags PRs that need to be backported to 24.3
Projects
None yet
2 participants