ClickHouse/tests/queries
Azat Khuzhin 1062d0ec91 Distinguish KILL MUTATION for different tables.
Before this patch KILL MUTATION marks mutation as canceled just by name
(and part numbers) so if you have multiple tables with the same part
name, then killing mutation for one table, will mark it as killed for
another too.

Fix this by comparing StorageID too (it is better to use StorageID over
database/table to avoid ambiguity by using UUIDs for comparing).

Here is a failure of the 01414_freeze_does_not_prevent_alters on CI [1].

  [1]: https://clickhouse-test-reports.s3.yandex.net/24069/9fb69dcf98c71a939d200cad3c8491bf43a44622/functional_stateless_tests_(ubsan).html#fail1
2021-06-08 10:51:22 +03:00
..
0_stateless Distinguish KILL MUTATION for different tables. 2021-06-08 10:51:22 +03:00
1_stateful tests: fix flakiness with system.{parts,detached_parts,columns,parts_clumns,tables} 2021-05-22 14:07:21 +03:00
bugs
__init__.py
conftest.py More pytest fixes (#23538) 2021-06-07 20:29:19 +03:00
pytest.ini More pytest fixes (#23538) 2021-06-07 20:29:19 +03:00
query_test.py More pytest fixes (#23538) 2021-06-07 20:29:19 +03:00
server.py More pytest fixes (#23538) 2021-06-07 20:29:19 +03:00
shell_config.sh
skip_list.json Rewrite 01594_too_low_memory_limits 2021-06-07 09:38:15 +03:00