Skip to content

Commit

Permalink
Remove multinode reference
Browse files Browse the repository at this point in the history
From update smoke test.

Related to Issue timescale/eng-database#565

So, we no more need update-test-patch for dev-cloud update pre-release tests.
  • Loading branch information
pallavisontakke committed Mar 14, 2024
1 parent 95baf1e commit 95c7d48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/test_update_smoke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ $PSQL -f pre.smoke.sql >>$LOGFILE 2>&1
$PSQL -f setup.${TEST_VERSION}.sql >>$LOGFILE 2>&1
# Run update on Upgrade. You now have a 2.0.2 version in Upgrade.
$PSQL -c "ALTER EXTENSION timescaledb UPDATE TO '${UPDATE_TO_TAG}'" >>$LOGFILE 2>&1
$PSQL -f <(echo '\c dn1';echo "ALTER EXTENSION timescaledb UPDATE TO '${UPDATE_TO_TAG}'") >>$LOGFILE 2>&1

echo -n "Dumping the contents of Upgrade..."
pg_dump -Fc -f $DUMPFILE >>$LOGFILE 2>&1
Expand Down

0 comments on commit 95c7d48

Please sign in to comment.