Skip to content

Fix test_keeper_four_word_command::test_cmd_stat#43115

Merged
antonio2368 merged 1 commit intomasterfrom
fix-4lw-command-test
Nov 14, 2022
Merged

Fix test_keeper_four_word_command::test_cmd_stat#43115
antonio2368 merged 1 commit intomasterfrom
fix-4lw-command-test

Conversation

@antonio2368
Copy link
Copy Markdown
Member

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

cc @devcrafter
it's a simple fix, 10 Creates guarantee at least 10 ZXID, not 14 (before ZXID was increased with RAFT log idx so it was higher).
It's interesting how it didn't fail before, the same cluster is reused for all tests in module so ZXID was increased by other tests.

Information about CI checks: https://clickhouse.com/docs/en/development/continuous-integration/

@robot-ch-test-poll robot-ch-test-poll added the pr-not-for-changelog This PR should not be mentioned in the changelog label Nov 10, 2022
@devcrafter devcrafter self-assigned this Nov 10, 2022
@devcrafter
Copy link
Copy Markdown
Member

AST fuzzer - known issue #42787

@antonio2368
Copy link
Copy Markdown
Member Author

Nothing looks related, I'll check out the errors in more detail.

@antonio2368 antonio2368 merged commit 41c0100 into master Nov 14, 2022
@antonio2368 antonio2368 deleted the fix-4lw-command-test branch November 14, 2022 07:33
@antonio2368
Copy link
Copy Markdown
Member Author

All stress tests failed because of Code: 115. DB::Exception: Setting insert_keeper_max_retries is neither a builtin setting nor started with the prefix 'custom_'...
@devcrafter I guess it's the new setting introduced by you. Not sure how we handle the addition of new settings in regard to BC tests but pinging you just in case.

@devcrafter
Copy link
Copy Markdown
Member

All stress tests failed because of Code: 115. DB::Exception: Setting insert_keeper_max_retries is neither a builtin setting nor started with the prefix 'custom_'... @devcrafter I guess it's the new setting introduced by you. Not sure how we handle the addition of new settings in regard to BC tests but pinging you just in case.

That's most probably because this PR branch was created from commit with merged #42607 which was reverted later

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.

4 participants