test_empty_image: measure CPU time between filling and not filling - #9958
test_empty_image: measure CPU time between filling and not filling#9958akx wants to merge 1 commit into
Conversation
|
cc @radarhere :) |
|
While I instinctively dislike reducing the severity of a test case, It's just unfortunate that there's such variety when testing in CI. I've approved #9933. |
|
This is the more accurate test for 91b01f4 though: we're now measuring whether With this, the severity of the test case (100M x 0, or 0 x 100M) can remain as it was, with the noted caveat that the tall test will temporarily allocate 700M of memory for the row pointers. |
Alternative to #9957.
Refs akx#21 (comment).
Refs #9933 (which fixes the timeout flake by reducing the size of the image, so the allocation is smaller, which was not a preferred approach).