-
Notifications
You must be signed in to change notification settings - Fork 678
/
Copy pathnightly.txt
20 lines (17 loc) · 1.29 KB
/
nightly.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
./sandbox.txt
./pytest.txt
./expensive.txt
# Very expensive catchup tests
expensive --timeout=3600 near-client near_client tests::catching_up::ultra_slow_test_all_chunks_accepted_1000
expensive --timeout=3600 near-client near_client tests::catching_up::ultra_slow_test_all_chunks_accepted_1000 --features nightly
expensive --timeout=7200 near-client near_client tests::catching_up::ultra_slow_test_all_chunks_accepted_1000_slow
expensive --timeout=7200 near-client near_client tests::catching_up::ultra_slow_test_all_chunks_accepted_1000_slow --features nightly
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_all_chunks_accepted_1000_rare_epoch_changing
expensive --timeout=1800 near-client near_client tests::catching_up::ultra_slow_test_all_chunks_accepted_1000_rare_epoch_changing --features nightly
# Very expensive test: make sure Docker image can be build and run
pytest --skip-build --timeout=1h sanity/docker.py
### Flaky tests. Should be fixed to be added to CI and added back to pytest-sanity.txt
pytest --timeout=120 sanity/validator_switch_key_quick.py
pytest --timeout=120 sanity/validator_switch_key_quick.py --features nightly
pytest --timeout=300 sanity/gc_sync_after_sync.py swap_nodes
pytest --timeout=300 sanity/gc_sync_after_sync.py swap_nodes --features nightly