Fix isolation test result

error message content has changed (table -> relation)
remotes/c2main/clean-6496
Cédric Villemain 2023-10-30 11:11:11 +01:00
parent 5a73615db8
commit 40461da2a9
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ step s1-drop: DROP TABLE drop_hash;
step s2-table-size: SELECT citus_total_relation_size('drop_hash'); <waiting ...>
step s1-commit: COMMIT;
step s2-table-size: <... completed>
ERROR: could not compute table size: relation does not exist
ERROR: could not compute relation size: relation does not exist
step s2-commit: COMMIT;
step s1-select-count: SELECT COUNT(*) FROM drop_hash;
ERROR: relation "drop_hash" does not exist