forked from near/nearcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpytest-adversarial.txt
20 lines (19 loc) · 1.03 KB
/
pytest-adversarial.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pytest --timeout=600 adversarial/fork_sync.py
pytest --timeout=600 adversarial/fork_sync.py --features nightly
pytest adversarial/malicious_chain.py
pytest adversarial/malicious_chain.py --features nightly
pytest adversarial/malicious_chain.py valid_blocks_only
pytest adversarial/malicious_chain.py valid_blocks_only --features nightly
pytest adversarial/start_from_genesis.py
pytest adversarial/start_from_genesis.py --features nightly
pytest adversarial/start_from_genesis.py overtake
pytest adversarial/start_from_genesis.py overtake --features nightly
pytest adversarial/start_from_genesis.py doomslug_off
pytest adversarial/start_from_genesis.py doomslug_off --features nightly
# TODO(#6421): Currently broken.
#pytest adversarial/start_from_genesis.py overtake doomslug_off
#pytest adversarial/start_from_genesis.py overtake doomslug_off --features nightly
# 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