1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix a case in "fuzz.test" that could fail, as non-deterministic functions may no longer appear in CHECK constraints.

FossilOrigin-Name: a370871e21bd1028ac968ca4f48e6b5f75e647ac40d4342aeb0504a848452908
This commit is contained in:
dan
2020-01-17 11:18:54 +00:00
parent be0330e853
commit d1eb23cd26
3 changed files with 9 additions and 8 deletions

View File

@ -363,6 +363,7 @@ proc do_fuzzy_test {testname args} {
lappend ::fuzzyopts(-errorlist) {ORDER BY}
lappend ::fuzzyopts(-errorlist) {GROUP BY}
lappend ::fuzzyopts(-errorlist) {datatype mismatch}
lappend ::fuzzyopts(-errorlist) {non-deterministic functions prohibited}
for {set ii 0} {$ii < $::fuzzyopts(-repeats)} {incr ii} {
do_test ${testname}.$ii {