mirror of https://github.com/citusdata/citus.git
Fix isolation test result
error message content has changed (table -> relation)remotes/c2main/clean-6496
parent
5a73615db8
commit
40461da2a9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue