Skip to content

Commit 9da86da

Browse files
committed
Remove non-working cleanup
This cleanup call simply fails with a warning because the database isn't available, so just remove it.
1 parent 0ff8eb0 commit 9da86da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

contrib/upgrade-tests/common.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,4 @@ do_upgrades() {
102102
# This should exit cleanly to indicate no needed migrations (if it doesn't, i.e. we still
103103
# require migrations after doing a migration then Something Getting Wrong in migrations).
104104
python3 -msogs --check-upgrades
105-
106-
# Run the cleanup job to make sure we have the proper rooms.active_users values
107-
python3 -c 'from sogs.cleanup import cleanup; cleanup()'
108105
}

0 commit comments

Comments
 (0)