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

Make test more stable #9608

Merged
merged 2 commits into from
Mar 11, 2020
Merged

Conversation

CurtizJ
Copy link
Member

@CurtizJ CurtizJ commented Mar 11, 2020

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • Non-significant (changelog entry is not required)

$CLICKHOUSE_CLIENT -q "OPTIMIZE TABLE mt_compact FINAL SETTINGS optimize_throw_if_noop=1" 2>/dev/null
if [ $? -eq 0 ]; then
break
fi
Copy link
Member

Choose a reason for hiding this comment

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

Maybe also add sleep 0.1 between retries?
Otherwise all retries can be done too quickly.

@alexey-milovidov
Copy link
Member

Stress test (thread) — Sanitizer assert (in stderr.log)

Not your fault; reported.

@alexey-milovidov alexey-milovidov merged commit fe10eb7 into ClickHouse:master Mar 11, 2020
@CurtizJ CurtizJ added the pr-not-for-changelog This PR should not be mentioned in the changelog label Mar 12, 2020
@CurtizJ CurtizJ deleted the fix-unstable-test branch July 31, 2020 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-docs-needed 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