-
Notifications
You must be signed in to change notification settings - Fork 599
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
sqllogictest: parallelize test #2692
Comments
Actually, it's @wangrunji0408 who proposed to use Now on second thought, I find this may have some potential problems:
|
For 1, maybe yes. I'm thinking of users should explicitly write |
We may need to hack the name a bit to avoid different test files using the same database name when running tests in parallel. |
Yes, that's true. |
We may introduce a new command to make the tester create an anonymous database for the current file. As an alias for |
implemented in risinglightdb/sqllogictest-rs#45, we can integrate it with our CI soon 🥰 |
resolved by #3046 |
Still not resolved, parallel test can only be running in in-memory mode. There're bugs with concurrent query in production code. |
Is it solved now? |
depends on create database #2529
Just as what @lmatz has proposed, we can use database to isolate different test cases, and run them in parallel.
The text was updated successfully, but these errors were encountered: