ClickHouse/tests/integration/test_reload_query_masking_rules
Mikhail Koviazin 08d0a160ae
test_reload_query_masking_rules: don't rely on num of events
Due to the fact that integration tests are run in parallel and there
might be no ClickHouse restart between several tests, relying on
`system.events` in the test is fragile as it can be affected by previous
tests. This commit removes any assumptions regarding `system.events`
from the test and tries to keep it robust.
2023-11-15 17:48:24 +02:00
..
configs Update query_masking_rules when reloading the config 2023-11-14 14:03:28 +02:00
__init__.py Update query_masking_rules when reloading the config 2023-11-14 14:03:28 +02:00
test.py test_reload_query_masking_rules: don't rely on num of events 2023-11-15 17:48:24 +02:00