mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-08 15:31:57 +00:00
3d247b8635
After refactoring in #45491 this behaviour had been changed, hence 01555_system_distribution_queue_mask became flaky, since if the flush had not happened before SYSTEM FLUSH DISTRIBUTED the error was not saved into the system.distribution_queue. v2: Improve 01555_system_distribution_queue_mask test Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
7 lines
247 B
Plaintext
7 lines
247 B
Plaintext
masked flush only
|
|
3,"default:*@127%2E0%2E0%2E1:9000,default:*@127%2E0%2E0%2E2:9000","AUTHENTICATION_FAILED",1
|
|
masked
|
|
3,"default:*@127%2E0%2E0%2E1:9000,default:*@127%2E0%2E0%2E2:9000","AUTHENTICATION_FAILED",1
|
|
no masking
|
|
1,"default@localhost:9000"
|