Fix one test failure after editorconfig changes

pull/6656/head
Hanefi Onaldi 2023-01-26 14:27:17 +03:00
parent 5862926517
commit d5d7a44f7a
No known key found for this signature in database
GPG Key ID: F18CDB10BA0DFDC7
1 changed files with 33 additions and 33 deletions

View File

@ -120,14 +120,14 @@ step s2-view-dist:
query |state |wait_event_type|wait_event|usename |datname
---------------------------------------------------------------------
update ref_table set a = a + 1;
|idle in transaction|Client |ClientRead|postgres|regression
SELECT replicate_reference_tables(shard_transfer_mode := 'block_writes');
|idle |Client |ClientRead|postgres|regression
SELECT check_distributed_deadlocks();
|idle |Client |ClientRead|postgres|regression
update ref_table set a = a + 1;
|idle in transaction|Client |ClientRead|postgres|regression
(3 rows)
step s2-view-worker: