-
Notifications
You must be signed in to change notification settings - Fork 96
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
Port all tests to the new framework. #322
Comments
I'm not sure why there are two |
Thanks, I removed the duplicate. |
I recorded in the checklist that the test of Binary Agreement has been updated in #336. |
|
sync_key_gen.rs does not use the old network simulator, should probably be taken off the list in this issue. |
dynamic_honey_badger.rs is not present in the test folder any more, should probably be taken off the list in this issue as well. |
PR #389, once merged, will close this issue. |
We have two integration test frameworks at the moment, in
tests/net
andtests/network
. We need to port all the tests to the former, and remove the latter:binary_agreement_mitm.rs
binary_agreement.rs
broadcast.rs
honey_badger.rs
net_dynamic_hb.rs
queueing_honey_badger.rs
subset.rs
threshold_sign.rs
sync_key_gen.rs
(if applicable?)dynamic_honey_badger.rs
The text was updated successfully, but these errors were encountered: