fix: modify the execution order of compatibility test cases. (#32385)
This commit is contained in:
parent
3ef6778b5c
commit
1546943839
|
@ -27,6 +27,9 @@
|
|||
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_ts6333.py
|
||||
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_composite_key_load.py
|
||||
|
||||
|
||||
,,n,.,pytest cases/13-StreamProcessing/30-OldPyCases/test_compatibility_rolling_upgrade.py -N 3
|
||||
|
||||
# 02-Databases
|
||||
## 01-Create
|
||||
,,y,.,./ci/pytest.sh pytest cases/02-Databases/01-Create/test_db_basic1.py
|
||||
|
@ -617,9 +620,6 @@
|
|||
,,n,.,pytest cases/13-StreamProcessing/30-OldPyCases/test_oldcase_snode_restart_with_checkpoint.py -N 4
|
||||
,,y,.,./ci/pytest.sh pytest cases/13-StreamProcessing/30-OldPyCases/test_oldcase_stream_multi_agg.py
|
||||
,,y,.,./ci/pytest.sh pytest cases/13-StreamProcessing/30-OldPyCases/test_oldcase_stream_basic.py
|
||||
,,n,.,pytest cases/13-StreamProcessing/30-OldPyCases/test_compatibility_rolling_upgrade.py -N 3
|
||||
,,n,.,pytest cases/13-StreamProcessing/30-OldPyCases/test_compatibility_rolling_upgrade_all.py -N 3
|
||||
,,n,.,pytest cases/13-StreamProcessing/30-OldPyCases/test_compatibility.py
|
||||
,,y,.,./ci/pytest.sh pytest cases/13-StreamProcessing/30-OldPyCases/test_drop.py
|
||||
,,y,.,./ci/pytest.sh pytest cases/13-StreamProcessing/30-OldPyCases/test_empty_identifier.py
|
||||
,,y,.,./ci/pytest.sh pytest cases/13-StreamProcessing/30-OldPyCases/test_oldcase_at_once.py
|
||||
|
@ -1007,6 +1007,7 @@
|
|||
,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/2-query/test_stbJoin.py -Q 3
|
||||
,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/2-query/test_stbJoin.py -Q 4
|
||||
,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/2-query/test_hint.py
|
||||
,,n,.,pytest cases/13-StreamProcessing/30-OldPyCases/test_compatibility_rolling_upgrade_all.py -N 3
|
||||
,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/2-query/test_hint.py -Q 2
|
||||
,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/2-query/test_hint.py -Q 3
|
||||
,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/2-query/test_hint.py -Q 4
|
||||
|
@ -1544,6 +1545,8 @@
|
|||
,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/2-query/test_blockSMA.py -Q 2
|
||||
,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/2-query/test_projectionDesc.py -Q 2
|
||||
|
||||
,,n,.,pytest cases/13-StreamProcessing/30-OldPyCases/test_compatibility.py
|
||||
|
||||
,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/2-query/test_between.py -Q 3
|
||||
,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/2-query/test_distinct.py -Q 3
|
||||
,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/2-query/test_varchar.py -Q 3
|
||||
|
@ -1957,9 +1960,6 @@
|
|||
,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/0-others/test_information_schema.py
|
||||
,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/0-others/test_ins_filesets.py
|
||||
#newstm,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/0-others/test_grant.py
|
||||
#newstm,,n,.,pytest cases/uncatalog/system-test/0-others/test_compatibility_rolling_upgrade_all.py -N 3
|
||||
#newstm,,n,.,pytest cases/uncatalog/system-test/0-others/test_compatibility.py
|
||||
#newstm,,n,.,pytest cases/uncatalog/system-test/0-others/test_compatibility_rolling_upgrade.py -N 3
|
||||
|
||||
,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/0-others/view/non_marterial_view/test_view.py
|
||||
|
||||
|
|
Loading…
Reference in New Issue