-
Notifications
You must be signed in to change notification settings - Fork 32
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
SQLite Threads: Getting errors on macos during install #216
Comments
Stumbled on the test prep at top of mysql test file: https://github.com/raku-community-modules/DBIish/blob/master/t/20-mysql.t That fixed the issue with mysql but not sure why it's still looking for postgresql. |
The DBIish tests try every database it knows about but they're supposed to fail gracefully when a connection cannot be made for any reason (missing libraries, network connectivity, username/password failure, etc.). Would you be able to download the DBIish repository and run |
Here's the complete output:
|
That's quite helpful. So it's actually an SQLite threading failure. I have neither a Mac or SQLite expertise, so I'm not much help there. But since you're intending to use MySQL it shouldn't impact you. |
I don't know much about threading. But when I attempt to install the module normailly, I don't see any errors for sqllite, just pgsql. I guess somehow the threading is screwing up the test order? Is that it? |
The thread test uses a single database connection across several Raku threads, which fails if locking isn't properly done. |
I'm trying to install DBIish on macos monterey with mysql installed via homebrew. With mysql both stopped and running, I get errors. Also getting postgres errors even after uninstalling postgres
The text was updated successfully, but these errors were encountered: