-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to fix broken NayDuck tests #4618
Comments
mina86
added
A-testing
Area: Unit testing / integration testing
A-CI
Area: Continuous Integration
T-node
Team: issues relevant to the node experience team
labels
Aug 2, 2021
mina86
added a commit
that referenced
this issue
Aug 2, 2021
I’ve got seriously no idea what the assertion in git_clone_install was supposed to check. Tying the test to particular commit isn’t a good idea in the first place. Plus at the moment `eth2near/ethashproof` isn’t even a submodule in rainbow bridge repository anyway. Whatever the reason for the assert, it causes the tests to fail. Removing it improves the situation (but letting the tests progress) though it doesn’t fix it completely. Issue: #4618
mina86
added a commit
to mina86/rainbow-bridge
that referenced
this issue
Aug 2, 2021
This seems to be where the file is supposed to be. Readme.md refers to it being there and build.sh expect it there as well. Issue: near/nearcore#4618
mina86
added a commit
that referenced
this issue
Aug 3, 2021
This fixes failures such as: Traceback (most recent call last): File "tests/bridge/multiple_relays.py", line 8, in <module> from configured_logger import logger ModuleNotFoundError: No module named 'configured_logger' Issue: #4618
mina86
added a commit
to mina86/nearcore
that referenced
this issue
Aug 5, 2021
The test name in the `expensive` nightly tests must match exactly the path of the path otherwise it won’t match any known tests. The `test_gc_after_state_sync` is in `process_blocks` module thus it requires `process_blocks::test_gc_after_state_sync` to be used. Issues: near#4618
mina86
added a commit
to mina86/nearcore
that referenced
this issue
Aug 5, 2021
The test name in the `expensive` nightly tests must match exactly the path of the path otherwise it won’t match any known tests. The `test_gc_after_state_sync` is in `process_blocks` module thus it requires `process_blocks::test_gc_after_state_sync` to be used. Issues: near#4618
mina86
added a commit
that referenced
this issue
Aug 6, 2021
The test name in the `expensive` nightly tests must match exactly the path of the path otherwise it won’t match any known tests. The `test_gc_after_state_sync` is in `process_blocks` module thus it requires `process_blocks::test_gc_after_state_sync` to be used. Issues: #4618
mina86
added a commit
to mina86/nearcore
that referenced
this issue
Aug 6, 2021
mina86
added a commit
that referenced
this issue
Aug 6, 2021
nikurt
pushed a commit
that referenced
this issue
Aug 9, 2021
The test name in the `expensive` nightly tests must match exactly the path of the path otherwise it won’t match any known tests. The `test_gc_after_state_sync` is in `process_blocks` module thus it requires `process_blocks::test_gc_after_state_sync` to be used. Issues: #4618
nikurt
pushed a commit
that referenced
this issue
Aug 9, 2021
mina86
added a commit
to mina86/nearcore
that referenced
this issue
Aug 12, 2021
near-bulldozer bot
pushed a commit
that referenced
this issue
Dec 2, 2021
This fixes the following warning when trying to run tests with unittest fixture: sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name='/home/mpn/.near/test0/stdout' mode='a' encoding='UTF-8'> sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name='/home/mpn/.near/test0/stderr' mode='a' encoding='UTF-8'> Issue: #3186 Issue: #4618
This issue has been automatically marked as stale because it has not had recent activity in the last 2 months. |
exalate-issue-sync
bot
added
T-nodeX
and removed
T-node
Team: issues relevant to the node experience team
labels
Jun 28, 2022
matklad
added
T-node
Team: issues relevant to the node experience team
and removed
T-nodeX
labels
Aug 4, 2022
mina86
added a commit
to mina86/nearcore
that referenced
this issue
Sep 6, 2022
nikurt
pushed a commit
that referenced
this issue
Sep 7, 2022
nikurt
pushed a commit
that referenced
this issue
Nov 9, 2022
nikurt
pushed a commit
that referenced
this issue
Nov 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following NayDuck tests are currently broken and disabled:
expensive integration-tests client test_gc_after_state_sync
expensive integration-tests test_rejoin test::test_4_20_kill2
expensive near-client catching_up tests::test_all_chunks_accepted_1000_slow
expensive near-client catching_up tests::test_chunk_grieving
expensive near-client near_client tests::cross_shard_tx::test_cross_shard_tx
et alexpensive nearcore test_tps_regression test::test_highload
pytest adversarial/gc_rollback.py
pytest sanity/garbage_collection_sharding_upgrade.py
(<pytest sanity/garbage_collection_sharding_upgrade.py
is broken #5095>)pytest sanity/restaked.py
(<bug: test failure./tests/sanity/restaked.py
#5503>)pytest sanity/restart.py
pytest sanity/repro_2916.py
pytest sanity/rpc_finality.py
pytest sanity/state_migration.py
pytest sanity/state_sync2.py
pytest sanity/state_sync_fail.py
(<pytest sanity/state_sync_fail.py
test is broken #5182>)pytest sanity/state_sync_late.py
(keeps timing out)pytest sanity/state_sync_massive.py
pytest sanity/sync_chunks_from_archival.py
pytest sanity/sync_ban.py
pytest sanity/validator_switch_key.py
(<Properly fixvalidator_switch_key.py
#2949>)pytest stress/network_stress.py
They need to be fixed or deleted if they are no longer needed.
The text was updated successfully, but these errors were encountered: