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

Cron Actor Test Coverage #24

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

Cron Actor Test Coverage #24

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

Comments

@vyzo
Copy link
Contributor

vyzo commented Mar 2, 2022

Initial Coverage:

|| actors/cron/src/lib.rs: 23/28

Unit tests to migrate/check

cron $ go test -v ./... | grep PASS | sed 's/--- PASS:/- [ ]/g' | sed 's/ (.*)//g' | grep -v PASS
  • TestConstructor
    • TestConstructor/construct_with_empty_entries
    • TestConstructor/construct_with_non-empty_entries
  • TestEpochTick
    • TestEpochTick/epoch_tick_with_empty_entries
    • TestEpochTick/epoch_tick_with_non-empty_entries
    • TestEpochTick/built-in_entries
@vyzo vyzo mentioned this issue Mar 2, 2022
11 tasks
@jennijuju jennijuju added this to the Network v16 milestone Mar 2, 2022
@lemmih
Copy link
Contributor

lemmih commented Apr 7, 2022

All tests have been ported to rust (except TestEpochTick/built-in_entries which isn't valid anymore).

@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