askbook / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

textfixture fails running trigger2.test #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open testfixture project, set to the DEBUG build
2. In test/^testscripts.txt setup the following test:
source $testdir/trigger2.test
3. Start running in DEBUG mode

trigger2-1.1.2...   Expected: [1 100 100 400 300 0 0 2 100 100 300 200 0 0 3
300 200 300 200 0 0 4 300 200 0 0 0 0]     Got: [1 100 100 400 300 0 0 2
100 100 300 200 0 0 3 300 200 300 200 0 0 4 300 200 300 200 0 0]

...

trigger 2 results: 7 errors out of 109 tests

This is a pretty complicated test and I'm not sure what is being tested but
clearly most of the code is working.  

TASK:  Need to determine the root cause of this error

Original issue reported on code.google.com by noah.hart@gmail.com on 8 Aug 2009 at 2:57

GoogleCodeExporter commented 8 years ago
Fixed in 3.6.17;
sqlite3VdbeMemReleaseExternal was not clearing pointers to SumCtx when a new 
aggregate 
was Finalized

Original comment by noah.hart@gmail.com on 20 Aug 2009 at 7:12

GoogleCodeExporter commented 8 years ago
Added Milestone label

Original comment by noah.hart@gmail.com on 8 Apr 2010 at 1:40