Skip to content
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

Init Actor Test Coverage #25

Closed
7 tasks done
vyzo opened this issue Mar 2, 2022 · 1 comment
Closed
7 tasks done

Init Actor Test Coverage #25

vyzo opened this issue Mar 2, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@vyzo
Copy link
Contributor

vyzo commented Mar 2, 2022

Initial Coverage

|| actors/init/src/lib.rs: 41/55
|| actors/init/src/state.rs: 17/19

Unit tests to migrate/check

init $ go test -v ./... | grep PASS | sed 's/--- PASS:/- [ ]/g' | sed 's/ (.*)//g' | grep -v PASS
  • TestConstructor
  • TestExec
    • TestExec/abort_actors_that_cannot_call_exec
    • TestExec/happy_path_exec_create_2_payment_channels
    • TestExec/happy_path_exec_create_storage_miner
    • TestExec/happy_path_create_multisig_actor
    • TestExec/sending_to_constructor_failure
@vyzo vyzo mentioned this issue Mar 2, 2022
11 tasks
@jennijuju jennijuju added this to the Network v16 milestone Mar 2, 2022
@lemmih lemmih self-assigned this Apr 7, 2022
@lemmih
Copy link
Contributor

lemmih commented Apr 7, 2022

Hi @vyzo and @jennijuju. Unless I'm mistaken, these tests have already been ported to rust. Feel free to reopen the issue if you disagree.

@lemmih lemmih closed this as completed Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

No branches or pull requests

3 participants