-
Notifications
You must be signed in to change notification settings - Fork 13
Heap invariant testing #68
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
Conversation
b529702 to
b9a8c5f
Compare
db4a55d to
dff8ec4
Compare
|
The test run seems quite long? We should reduce the number of runs somehow, or not include this in our general testing commands/CI. |
Locally it was ok (~10min), but it seems that it is too heavy for the CI 😬 |
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.
LGTM
17be1fa to
f38e75f
Compare
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.
LGTM
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.
LGTM
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.
Awesome work ! A few things to change I think
bb1ffab to
9096ebd
Compare
9096ebd to
e3409ac
Compare
This PR adds invariant testing for the
HeapOrdering. This is particularly suited for data structures.Questions:
TestRandomHeam? (my answer would be yes)To do: