You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add drop_test_schemas macro and always-run cleanup step in CI
Add a drop_test_schemas macro that drops all schemas created by a CI
test run (base + xdist worker schemas _gw0 through _gw7).
Add an 'if: always()' step to test-warehouse.yml that calls this macro,
ensuring schemas are cleaned up even when pytest is cancelled or crashes
before its own teardown runs.
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
0 commit comments