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

Merged
merged 1 commit into from
Nov 25, 2024

Commits on Nov 14, 2024

  1. logictest: separate out stmts in upsert test

    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 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    eab53e6 View commit details
    Browse the repository at this point in the history