Skip to content

Commit

Permalink
Temporarily disable downgrade test
Browse files Browse the repository at this point in the history
The 2.18.0 sql files for building downgrade scripts have some
incompatible changes in them that prevent downgrade script generation.
This patch disable downgrade test until the necessary adjustments
in downgrade script generation are made.
  • Loading branch information
svenklemm committed Jan 24, 2025
1 parent 2b2d02f commit 5c2f6b5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/update-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ jobs:
PATH="/usr/lib/postgresql/${{ matrix.pg }}/bin:$PATH"
./scripts/test_updates.sh
- name: Downgrade tests PG${{ matrix.pg }}
if: always()
run: |
PATH="/usr/lib/postgresql/${{ matrix.pg }}/bin:$PATH"
./scripts/test_downgrade.sh
# Temporary disabled downgrade for 2.18.0
# - name: Downgrade tests PG${{ matrix.pg }}
# if: always()
# run: |
# PATH="/usr/lib/postgresql/${{ matrix.pg }}/bin:$PATH"
# ./scripts/test_downgrade.sh

- name: Update diff
if: failure()
Expand Down

0 comments on commit 5c2f6b5

Please sign in to comment.