We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The nayduck infra tries to load the contracts from the source code directory:
nearcore/pytest/lib/utils.py
Lines 244 to 254 in 8806e63
The actual contracts however are stored in the out dir:
nearcore/runtime/near-test-contracts/build.rs
Lines 74 to 75 in 668b0d6
This results in the contracts used by nayduck never being updated. If the old contract somehow gets lost, some tests will immediately start failing.
Please fix it so that the nayduck python tests always use the correct contracts.
More context: https://near.zulipchat.com/#narrow/channel/295302-general/topic/nayduck/near/494153129
Potential fix - needs testing and finishing: #12748
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The nayduck infra tries to load the contracts from the source code directory:
nearcore/pytest/lib/utils.py
Lines 244 to 254 in 8806e63
The actual contracts however are stored in the out dir:
nearcore/runtime/near-test-contracts/build.rs
Lines 74 to 75 in 668b0d6
This results in the contracts used by nayduck never being updated. If the old contract somehow gets lost, some tests will immediately start failing.
Please fix it so that the nayduck python tests always use the correct contracts.
More context:
https://near.zulipchat.com/#narrow/channel/295302-general/topic/nayduck/near/494153129
Potential fix - needs testing and finishing:
#12748
The text was updated successfully, but these errors were encountered: