Skip to content

Commit

Permalink
fix one test
Browse files Browse the repository at this point in the history
  • Loading branch information
onurctirtir committed Jan 30, 2025
1 parent 0a558b4 commit 1cfea07
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ AS upgrade_test_old_citus_version_lt_11_0;
-- this is a transactional procedure, so rollback should be fine
BEGIN;
CALL citus_finish_citus_upgrade();
NOTICE: already at the latest distributed schema version (11.3-1)
NOTICE: already at the latest distributed schema version (11.1-1)
ROLLBACK;
-- do the actual job
CALL citus_finish_citus_upgrade();
NOTICE: already at the latest distributed schema version (11.3-1)
NOTICE: already at the latest distributed schema version (11.1-1)
-- show that the upgrade is successfull
SELECT metadata->>'last_upgrade_version' = extversion
FROM pg_dist_node_metadata, pg_extension WHERE extname = 'citus';
Expand Down

0 comments on commit 1cfea07

Please sign in to comment.