Random row filter is not working in latest release #1325
Labels
priority: p0
Highest priority. Critical issue. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
In commit 783d1b0#diff-ce217c386e702709267508ebe1bc725106c6bcba326c1ccb29951d506855ae6aR1434 the following change was made:
Notice that
"use_random_row"
is not the same as the value of constantconsts.CONFIG_USE_RANDOM_ROWS
. The value is"use_random_rows"
(with a trailing "s").We need to either:
"use_random_row"
or--use-random-rows
I'm surprised we don't have tests to cover this, but perhaps first we just fix this at the highest priority and create a new issue to add a test.
The text was updated successfully, but these errors were encountered: