-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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 Attaching a table with non-existent ZK path does not increase the ReadonlyReplica metric #48954
Fix Attaching a table with non-existent ZK path does not increase the ReadonlyReplica metric #48954
Conversation
…donlyReplica metric bug fix.
please add a test |
ok. |
I added an integration test, please take a look. |
…into readonly_replica_not_incr_bug_fix # Conflicts: # tests/integration/test_system_metrics/test.py
@den-crane some ci test failed , please take a look. |
You can take a look yourself. There's a "Details" link for each failed check, it opens a report with a list of failed tests and links to relevant logs. Also you can use our public CI database to check if some test is flaky/broken in master (example). But these failures are not related to your changes, so it's okay. Integration tests (asan) [3/6] - |
thanks. |
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix Attaching a table with non-existent ZK path does not increase the ReadonlyReplica metric, may be fix #16045