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

acceptance: stabilize start-single-node in tcl test #108481

Merged

Conversation

dhartunian
Copy link
Collaborator

@dhartunian dhartunian commented Aug 9, 2023

We've continued to see flakes on this test which contain messages of throttled stores on node startup. The hypothesis is that these are due to leftover data directories from prior startups during the same test.

This change clears the logs/db data directory for those invocations and also adds the sql memory flag which the common tcl function also uses.

Resolves #108405
Epic: None

Release note: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

We've continued to see flakes on this test which contain messages of
throttled stores on node startup. The hypothesis is that these are due
to leftover data directories from prior startups during the same test.

This change clears the `logs/db` data directory for those invocations
and also adds the sql memory flag which the common tcl function also
uses.

Resolves cockroachdb#108405
Epic: None

Release note: None
@dhartunian dhartunian force-pushed the stabilize-missing-log-output-tcl-test branch from 67e9d68 to 64d2b3f Compare August 9, 2023 21:20
Copy link
Contributor

@Santamaura Santamaura left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @ericharmeling and @knz)

@dhartunian
Copy link
Collaborator Author

bors r=santamaura

@knz
Copy link
Contributor

knz commented Aug 10, 2023

This change clears the logs/db data directory for those invocations and also adds the sql memory flag which the common tcl function also uses.

  1. I don't see this in the change?
  2. Why change --max-sql-memory? How is that related to the problem at hand?

@craig
Copy link
Contributor

craig bot commented Aug 10, 2023

Build succeeded:

@craig craig bot merged commit 1f8fa96 into cockroachdb:master Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

acceptance: TestDockerCLI_test_missing_log_output failed
4 participants