cl-sqlite icon indicating copy to clipboard operation
cl-sqlite copied to clipboard

test-concurrent-inserts fails on debian 6.0

Open mbrezu opened this issue 13 years ago • 3 comments

..................f Did 19 checks. Pass: 18 (94%) Skip: 0 ( 0%) Fail: 1 ( 5%)

Failure Details:


TEST-CONCURRENT-INSERTS []: One of inserter threads encountered a SQLITE_BUSY error.


Fails on both Ubuntu 10.04 64 bit and Debian 6.0.2.1 64bit stable, with SBCL 1.0.51 64bit and CCL 1.7 64bit. Also reproduced on Debian 6.0.2.1 32bit stable with SBCL 1.0.51 32 bit.

mbrezu avatar Sep 10 '11 11:09 mbrezu

I too have issues with concurrent inserts. The problem is with the pop-from-cache, the way it accesses the hash-table isn't compatible with threading. Ideally it would had to be a hash-table aware of threading...

wvxvw avatar Feb 14 '14 22:02 wvxvw

New maintainer here.

Can reproduce, this fails on my end - SBCL 1.5.0 @ Ubuntu 18.04.2 LTS. Will look into it.

TeMPOraL avatar Aug 02 '19 10:08 TeMPOraL

Still fails on SBCL 2.2.6/OSX 11.4

oudeis avatar Oct 23 '22 22:10 oudeis