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 b4c2d7b commit 7a24b4c
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 7a24b4c

Please sign in to comment.