[test] Test if implicit build works for correct average
If the correct average is provided, compress() may still fail if more than the average numebr of entries are added to an early row (e.g. the first one)
-
Mentioned in merge request !62
-
@carsten.graeser Does this test still test the right thing? I gather from @dominic's answer in #21 (comment 19836) that this is really a documentation issue.
Otherwise, could you revert it? It makes the CI less useful.
-
@joe : It does, because the behaviour is still inconsistent with the documentation. There are two ways to fix this: Either fix the implementation or be honest and document what it really does and not what we wish it should do. As it is, I consider this a bug that is triggered by the test. We should maybe start a general discussion on the purpose of the CI.
-
Mentioned in commit a5590795
Please register or sign in to comment