-
Notifications
You must be signed in to change notification settings - Fork 3k
Reduce size of heap block device test #4367
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
Reduce size of heap block device test #4367
Conversation
/morph test |
FYI @geky |
Oh, did we actually want to reduce the block size instead? |
Yup. Thanks for reminding me! |
to fit into smaller targets
909b21a
to
a56f874
Compare
@geky Fixed |
/morph test |
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.
Looks good to me :)
Result: FAILUREYour command has finished executing! Here's what you wrote!
|
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputTest failed! |
Doesn't make sense, must be some instability. /morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
@0xc0170 that can be merged now :) |
This is reliant on #4317 and a couple of others that have only been marked for 5.5.0 and thus should not be backported |
Description
There are some small targets that barely fit this test as it is, so I reduced
the size of this test to fit easily in these small targets.
Status
Ready
Todos