fix: sqlite may dead lock in ci#5738
Conversation
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
|
I don't like this idea because it turns |
for the one connection it will not, and its sqlite most of the case is one user |
Hi, opendal has native support for |
seems you are right for opendal ci tests case, will try to a better way |
AND FYI: for most case, like lldap also force the connection to 1, I will try other way |
|
It makes sense to me to add a new configuration option called Even after adding |
yes agree with you, will learn to find some better solution and force to 1 is a bad solution for this after check |
Signed-off-by: yihong0618 <zouzou0208@gmail.com> Co-authored-by: Xuanwo <github@xuanwo.io>
4134bdf to
b1d7010
Compare
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Xuanwo
left a comment
There was a problem hiding this comment.
Thank you @yihong0618 for working on this.
Which issue does this PR close?
Closes #5737
This patch fix 5737 by using max_connections=1
root:
for PR #3233 bring sqlite
and metion that:
max_connections(1)to avoid using multiple writers w sqlite. boltlabs-inc/zeekoe#305 I think which is also right for OpenDALI tested local seems work fine, and waiting for CI