-
Notifications
You must be signed in to change notification settings - Fork 41
Fixed tests, removed ignores and removed old/failing tests #1682
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
Conversation
OCaml Reference Validation ResultsRepository: https://github.com/MinaProtocol/mina.git Click to see full validation output |
✓ Code Reference Verification PassedAll code references in the documentation have been verified successfully! Total references checked: 1 The documentation is in sync with the codebase on the |
7b1b01f to
251db5e
Compare
27c9afb to
a5fcffa
Compare
richardpringle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor change requests. Overall looks good, awesome job!
3196db4 to
6d3c89c
Compare
6d3c89c to
40d16aa
Compare
| scenario_test!( | ||
| #[ignore = "investigate failure"] | ||
| sync_root_snarked_ledger, | ||
| SoloNodeSyncRootSnarkedLedger, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems this one is actually removed.
| scenario_test!( | ||
| #[ignore = "investigate failure"] | ||
| initial_joining, | ||
| SoloNodeBasicConnectivityInitialJoining, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems this one is now run.
| ); | ||
|
|
||
| scenario_test!( | ||
| #[ignore = "investigate failure"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not ignored anymore.
40d16aa to
caa5db5
Compare
|
|
||
| - **Dependencies/proof-systems**: bump up proof-systems to 282faf5 | ||
| ([#1662](https://github.com/o1-labs/mina-rust/pull/1662)) | ||
| - **Tests**: removed unused tests and fixed tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: would be nice to have the list of tests that have been:
- reactivated
- removed
- moved into an individual job
Only for history.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have updated the description here, so it leads back
c890ef0 to
9324c83
Compare
Co-authored-by: Richard Pringle <rpring9@gmail.com>
9324c83 to
7eea38d
Compare
|
Branch protection updated. Forced merge this time. |
Removed ignore on following tests:
test_convert_requeststest_read_requeststest_slot_calculation_time_big_producertest_first_winning_slottest_threshold_nonzerotest_threshold_increasemake_rsa_keyRemoved following tests:
incoming_rpc_one_by_onedebugger_to_wiretest_vrftest_bare_base58btc_pksync_root_snarked_ledgerFixed tests:
initial_joiningbinable_base58checkmutual_rust_to_libp2p_port_reuse