tests: exclude compatibility tests by default (#3975)

This allows to skip compatibility tests based on `CHECK_ONDISK_DATA_COMPATIBILITY` environment variable. When the variable is missing (default) compatibility tests wont be run.
This commit is contained in:
Dmitry Rodionov
2023-04-06 21:21:39 +03:00
committed by GitHub
parent ba4a96fdb1
commit b45c92e533
2 changed files with 9 additions and 0 deletions

View File

@@ -338,6 +338,7 @@ jobs:
rerun_flaky: true
env:
TEST_RESULT_CONNSTR: ${{ secrets.REGRESS_TEST_RESULT_CONNSTR }}
CHECK_ONDISK_DATA_COMPATIBILITY: nonempty
- name: Merge and upload coverage data
if: matrix.build_type == 'debug'