-
Notifications
You must be signed in to change notification settings - Fork 238
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
[AUTOMATIONS-CONTRACT] Extended Vesting Scheduler Tests (no unsigned commits) #2002
[AUTOMATIONS-CONTRACT] Extended Vesting Scheduler Tests (no unsigned commits) #2002
Conversation
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 noticed some tests failing. I suspect some flaky fuzzing tests. I will look into it when I have time.
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.
The stateful fuzz test seem to fail on some occassion.
Also, the stateful fuzz test does not cover claimable schedules.
Do you want me to add this ?
Merge commits are not allowed on this repository
XKCD Comic RelifLink: https://xkcd.com/2002 |
After this PR, this is the test coverage output of
The lack of complete 100% coverage can be explained by having guard clauses for readability and defensive programming that never actually get hit. |
Continuation of: #1994