-
Notifications
You must be signed in to change notification settings - Fork 665
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: extract flaky tests from nayduck ci (#12154)
These tests should be run on day-to-day basis to monitor progress. But merge on CI should be blocked only by reliable tests.
- Loading branch information
1 parent
3e92457
commit 3f5556b
Showing
3 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,25 @@ | ||
./sandbox.txt | ||
./pytest.txt | ||
./expensive.txt | ||
./very_expensive.txt | ||
|
||
# Very expensive catchup tests | ||
expensive --timeout=3600 near-client near_client tests::catching_up::test_all_chunks_accepted_1000 | ||
expensive --timeout=3600 near-client near_client tests::catching_up::test_all_chunks_accepted_1000 --features nightly | ||
expensive --timeout=7200 near-client near_client tests::catching_up::test_all_chunks_accepted_1000_slow | ||
expensive --timeout=7200 near-client near_client tests::catching_up::test_all_chunks_accepted_1000_slow --features nightly | ||
expensive --timeout=1800 near-client near_client tests::catching_up::test_all_chunks_accepted_1000_rare_epoch_changing | ||
expensive --timeout=1800 near-client near_client tests::catching_up::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/garbage_collection.py | ||
pytest --timeout=120 sanity/garbage_collection.py --features nightly | ||
pytest --timeout=120 sanity/validator_switch_key_quick.py | ||
pytest --timeout=120 sanity/validator_switch_key_quick.py --features nightly | ||
pytest --timeout=600 sanity/state_sync_routed.py manytx 115 | ||
pytest --timeout=600 sanity/state_sync_routed.py manytx 115 --features nightly | ||
# Tests for split storage and split storage migration | ||
pytest --timeout=600 sanity/split_storage.py | ||
pytest --timeout=600 sanity/split_storage.py --features nightly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.