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

Fix flakiness of test_store_cleanup in case of image rebuild #48610

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

azat
Copy link
Collaborator

@azat azat commented Apr 10, 2023

The log level will be substituted from "test" to "trace" in case of the tag is not "latest", the assumption behind this I guess is that it should not try to use "test" log level for older versions.

But, it could have per-PR image in case of changes in the Dockerfile, so it is better to check for self.with_installed_binary, since actually any parameters except this will use new clickhouse binary anyway.

CI: https://s3.amazonaws.com/clickhouse-test-reports/48596/a1272e8536265929255fdf5020836f057859e425/integration_tests__tsan__[1/6].html

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

The log level will be substituted from "test" to "trace" in case of the
tag is not "latest", the assumption behind this I guess is that it
should not try to use "test" log level for older versions.

But, it could have per-PR image in case of changes in the Dockerfile, so
it is better to check for self.with_installed_binary, since actually any
parameters except this will use new clickhouse binary anyway.

CI: https://s3.amazonaws.com/clickhouse-test-reports/48596/a1272e8536265929255fdf5020836f057859e425/integration_tests__tsan__[1/6].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
@tavplubix
Copy link
Member

Stateless tests (tsan) [3/5] - #48534

@tavplubix tavplubix merged commit d85ede2 into ClickHouse:master Apr 11, 2023
138 checks passed
@azat azat deleted the tests/fix-log-level branch April 11, 2023 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-not-for-changelog This PR should not be mentioned in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants