Please patch the btree02.test file as follows: --- test/btree02.test +++ test/btree02.test @@ -27,10 +27,11 @@ CREATE TABLE t3(cnt); WITH RECURSIVE c(i) AS (VALUES(1) UNION ALL SELECT i+1 FROM c WHERE i<4) INSERT INTO t3(cnt) SELECT i FROM c; SELECT count(*) FROM t1; } {10} +file copy test.db backup.db do_test btree02-110 { db eval BEGIN set i 0 db eval {SELECT a, ax, b, cnt FROM t1 CROSS JOIN t3 WHERE b IS NOT NULL} { if {$a==""} {set a 0}
Then run the test: ./testfixture test/btree02.test Then email me the file testdir/backup.db Thanks. On 12/26/18, aiannotti <aianno...@kanerai.com> wrote: > I am seeing the make test fail on btree02-110, are there configuration > directives I should use to use to fix this? (Currently only using the tcl > directory configure flag.) > > I am getting this with 3.27.0 and the latest pull from > https://www.sqlite.org/src/info/trunk - SQLite-6821c61f > > Running on CentOS 7.5, compiling with gcc (GCC) 7.1.0 > > ..... > Time: btree01.test 18510 ms > ! btree02-110 expected: [27] > ! btree02-110 got: [20] > Time: btree02.test 562 ms > ..... > > > > > > -- > Sent from: http://sqlite.1065341.n5.nabble.com/ > _______________________________________________ > sqlite-users mailing list > sqlite-users@mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users