Skip to content

Commit

Permalink
mute alter extension tests
Browse files Browse the repository at this point in the history
existing upgrade and alter tests are useless for ADB:
- previous releases incompatible with current due PG-module version check
- our upgrade process exclude existing of previous versions during upgrade
  • Loading branch information
Stolb27 committed Jul 26, 2023
1 parent f280a88 commit 16fecbb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion concourse/scripts/test_diskquota.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ function _main() {
fi
popd

time /home/gpadmin/diskquota_src/upgrade_test/alter_test.sh
# TODO: existing upgrade and alter tests are useless for ADB
# - previous releases incompatible with current on PG-module version check
# - our upgrade process exclude existing of previous versions during upgrade
# time /home/gpadmin/diskquota_src/upgrade_test/alter_test.sh
}

_main

0 comments on commit 16fecbb

Please sign in to comment.