clickhouse-regression
clickhouse-regression copied to clipboard
Altinity ClickHouse Regression Tests
Seems to be related to MOVE TO VOLUME. Behaviour of release build is correct. [debug_build_moves.zip](https://github.com/Altinity/clickhouse-regression/files/14706136/debug_build_moves.zip)
This should probably not be allowed
- [x] Add options and logic to set versions of keeper and zookeeper (done) - [x] Add option and logic to switch between keeper and zookeeper clusters (done) - [x]...
Can't rely on Python being present in Clickhouse nodes in #50 - [x] move all calls to client-tty to bash-tools - [ ] move any other Python scripts - [x]...
Rewrite clickhouse-regression to use released docker images - [x] Update Cluster to use released docker images - [x] For clickhouse - [x] For keeper - [ ] Fix fails related...
Set up a named collection to avoid printing key id in server query logs. Fix is not yet working in parquet suite.
I'm unsure if the changes to cluster.py will have side effects
### Version: 25.11.1.2598 ### Description When renaming a user to an existing user name, `ALTER USER ... RENAME TO ...` correctly returns `ACCESS_ENTITY_ALREADY_EXISTS`, but the rename is still partially applied...