askbook / csharp-sqlite

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

textfixture fails running pcache2.test #18

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/pcache2.test
3. Start running in DEBUG mode

pcache2-1.2...  Expected: [2]     Got: [0]

I think that this error is either a problem with the shared cache, or
simply setting/getting counters incorrectly with multiple instances.  If it
is in the shared cache, probably related to the eval and trigger errors

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

GoogleCodeExporter commented 8 years ago
Fixed with 3.6.17;

C#-SQLite uses 1 less cache page, since byte arrays are not allocated from the 
cache

Original comment by noah.hart@gmail.com on 18 Aug 2009 at 7:17

GoogleCodeExporter commented 8 years ago
Added Milestone label

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

GoogleCodeExporter commented 8 years ago
Added Milestone label

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