-
Notifications
You must be signed in to change notification settings - Fork 596
fix: sqlite may dead lock in ci #5738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: yihong0618 <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
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 <[email protected]> Co-authored-by: Xuanwo <[email protected]>
4134bdf
to
b1d7010
Compare
Signed-off-by: yihong0618 <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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