Skip to content

Commit 0c53d1d

Browse files
committed
Stateless tests: 02441_alter_delete_and_drop_column.sql: try to fix and add debug info
1 parent b86fa90 commit 0c53d1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
tuple() all_0_0_0 00000000-0000-0000-0000-000000000000 Compact 1 2 2 1 all 0
1+
tuple() all_0_0_0 00000000-0000-0000-0000-000000000000 Compact 1 2 2 1 all
22
MUTATE_PART all_0_0_0_1 ['all_0_0_0']
33
1 2

tests/queries/0_stateless/02441_alter_delete_and_drop_column.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ select sleepEachRow(2) from url('http://localhost:8123/?param_tries={1..10}&quer
2222

2323
system sync replica mut pull;
2424

25-
select partition,name,uuid,part_type,active,marks,rows,refcount,partition_id,metadata_version from system.parts where database=currentDatabase() and table='mut';
25+
select partition,name,uuid,part_type,active,marks,rows,refcount,partition_id from system.parts where database=currentDatabase() and table='mut';
2626
select type, new_part_name, parts_to_merge from system.replication_queue where database=currentDatabase() and table='mut' and type != 'GET_PART';
2727
system start merges mut;
2828
set receive_timeout=30;

0 commit comments

Comments
 (0)