You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this has anything to do with this project. You can follow up on the thread you created at sqlite forum, and we can reassess depending on their feedback.
Sounds good. I was a little at a loss because while it's not sqlite-jdbc's "fault", it felt like something to bring up.
I've been doing a small amount of troubleshooting on it and it seems like at least some of the failures have to do with shared cache which sqlite describes as "discouraged" and better served by WAL mode, but I'm seeing failures related to WAL mode in the tests as well so I'm not sure. (Plus it's probably not so simple as just removing shared cache mode from sqlite-jdbc.)Edit: That was not the culprit.
I've narrowed this down to specifically -DSQLITE_DISABLE_PAGECACHE_OVERFLOW_STATS and -DSQLITE_MAX_ATTACHED=125 (even when used by themselves) causing the failures. I'll notify sqlite.
Describe the bug
sqlite-jdbc's compilation flags cause sqlite's devtest to fail.
To Reproduce
Expected behavior
sqlite's tests should pass when using sqlite-jdbc's compilation options.
Logs
The tests in error are here (
select displayname from jobs where state = 'failed';
ontestrunner.db
).test/mutex1.test
test/wal.test
test/attach4.test
grep '^!' testrunner.log
gives this output. I snipped a portion to keep it brief. The full output from this command visible here.Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: