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

Mock Runtime and tests for Account and Cron Actors #356

Merged
merged 36 commits into from
Apr 20, 2020
Merged

Mock Runtime and tests for Account and Cron Actors #356

merged 36 commits into from
Apr 20, 2020

Conversation

ec2
Copy link
Member

@ec2 ec2 commented Apr 17, 2020

Summary of changes
Changes introduced in this pull request:

  • Mock Runtime for Actors testing
  • Implement tests for: Account, Cron actors based on tests in specs-actor

Reference issue to close (if applicable)

Closes
#312, #319, #349

Other information and links

@ec2
Copy link
Member Author

ec2 commented Apr 17, 2020

I wrote a macro!

Copy link
Contributor

@austinabell austinabell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you'll need to remove the changes to the serialization vectors submodule you made in this

vm/actor/tests/account_actor_test.rs Show resolved Hide resolved
vm/actor/tests/common/mod.rs Outdated Show resolved Hide resolved
vm/actor/tests/common/mod.rs Outdated Show resolved Hide resolved
vm/actor/tests/common/mod.rs Outdated Show resolved Hide resolved
vm/actor/tests/common/mod.rs Outdated Show resolved Hide resolved
vm/actor/tests/common/mod.rs Outdated Show resolved Hide resolved
vm/actor/tests/common/mod.rs Outdated Show resolved Hide resolved
vm/actor/tests/common/mod.rs Outdated Show resolved Hide resolved
vm/actor/tests/cron_actor_test.rs Outdated Show resolved Hide resolved
vm/actor/tests/cron_actor_test.rs Outdated Show resolved Hide resolved
vm/actor/tests/common/mod.rs Outdated Show resolved Hide resolved
vm/actor/tests/common/mod.rs Outdated Show resolved Hide resolved
vm/actor/tests/common/mod.rs Outdated Show resolved Hide resolved
vm/actor/tests/common/mod.rs Outdated Show resolved Hide resolved
vm/actor/tests/common/mod.rs Outdated Show resolved Hide resolved
vm/actor/tests/common/mod.rs Outdated Show resolved Hide resolved
vm/actor/tests/common/mod.rs Outdated Show resolved Hide resolved
@ec2 ec2 requested a review from austinabell April 20, 2020 04:28
vm/actor/tests/common/mod.rs Outdated Show resolved Hide resolved
vm/actor/tests/common/mod.rs Outdated Show resolved Hide resolved
vm/actor/src/builtin/account/mod.rs Outdated Show resolved Hide resolved
vm/actor/tests/account_actor_test.rs Outdated Show resolved Hide resolved
vm/actor/tests/common/mod.rs Show resolved Hide resolved
@ec2 ec2 merged commit 4382a82 into master Apr 20, 2020
@ec2 ec2 deleted the ec2/mock-rt branch April 20, 2020 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port over tests for Account Actor Implement Mock Runtime for testing Port over tests for CronActor
3 participants