Skip to content

Commit

Permalink
nightly: move disabled tests to their corresponding files
Browse files Browse the repository at this point in the history
Delete `TODO-disabled-4552.txt` file and move the four tests listed there
to files they belong to.  With that also retire issue near#4552 since now all
the tests are tracked in near#4618.

Fixes: near#4552
Issue: near#4618
  • Loading branch information
mina86 committed Aug 13, 2021
1 parent 4c1a8f6 commit e9801ed
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
8 changes: 0 additions & 8 deletions nightly/TODO-disabled-4552.txt

This file was deleted.

5 changes: 0 additions & 5 deletions nightly/nightly.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# TODO(#4552): Those tests were identified as missing from any of the test list
# files. It’s not clear why so some investigation is necessary. The tests need
# to either be enabled or removed completely if they are no longer needed/valid.
#./TODO-disabled-4552.txt

./sandbox.txt
./pytest.txt
./expensive.txt
Expand Down
6 changes: 5 additions & 1 deletion nightly/pytest-adversarial.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# python adversarial tests
pytest --timeout=600 adversarial/fork_sync.py
pytest --timeout=600 adversarial/fork_sync.py --features nightly_protocol,nightly_protocol_features
pytest adversarial/wrong_sync_info.py
Expand All @@ -15,3 +14,8 @@ pytest adversarial/start_from_genesis.py doomslug_off
pytest adversarial/start_from_genesis.py doomslug_off --features nightly_protocol,nightly_protocol_features
pytest adversarial/start_from_genesis.py overtake doomslug_off
pytest adversarial/start_from_genesis.py overtake doomslug_off --features nightly_protocol,nightly_protocol_features

# TODO(#4618): Those tests are currently broken. Comment out while we’re
# working on a fix.
#pytest adversarial/gc_rollback.py
#pytest adversarial/gc_rollback.py --features nightly_protocol,nightly_protocol_features
9 changes: 9 additions & 0 deletions nightly/pytest-sanity.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,12 @@ pytest sanity/proxy_example.py
pytest sanity/proxy_example.py --features nightly_protocol,nightly_protocol_features
pytest sanity/rpc_tx_submission.py
pytest sanity/rpc_tx_submission.py --features nightly_protocol,nightly_protocol_features

# TODO(#4618): Those tests are currently broken. Comment out while we’re
# working on a fix / deciding whether to remove them.
#pytest sanity/restart.py
#pytest sanity/restart.py --features nightly_protocol,nightly_protocol_features
#pytest sanity/rpc_finality.py
#pytest sanity/rpc_finality.py --features nightly_protocol,nightly_protocol_features
#pytest sanity/state_migration.py
#pytest sanity/state_migration.py --features nightly_protocol,nightly_protocol_features
3 changes: 2 additions & 1 deletion nightly/pytest-stress.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pytest --timeout=2000 stress/stress.py 3 3 3 0 staking transactions node_restart
pytest --timeout=300 stress/saturate_routing_table.py
pytest --timeout=300 stress/saturate_routing_table.py --features nightly_protocol,nightly_protocol_features

# TODO(#4552): Enable this at some point.
# TODO(#4618): Those tests are currently broken. Comment out while we’re
# working on a fix / deciding whether to remove them.
# pytest stress/network_stress.py
# pytest stress/network_stress.py --features nightly_protocol,nightly_protocol_features

0 comments on commit e9801ed

Please sign in to comment.