Hi Richard,

On Thu, 27 Dec 2018 03:16:24 -0500
Richard Hipp <d...@sqlite.org> wrote:

> 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
> 

I attached it. Thanks!

> 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
> >  
> 
> 



-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
http://is.gd/htwEXQ - Integrating GNU Guile into GNU coreutils

Bill Gates, CEO of Microsoft decides to use Richard Stallman’s Emacs as the
basis of his company’s state‐of‐the‐art product Microsoft Editing Macros™
Enterprise Edition XP .NET Professional.

Please reply to list if it's a mailing list post - http://shlom.in/reply .
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to