-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
String sqllogictest error when running the test with complete
#12752
Comments
complete
complete
Related to #12618 |
A workaround is to |
I believe this ticket can be closed with the fix in #13142. I didn't encounter this with the sqlite tests. @jayzhan211 |
|
Ah, yes, my mistake. it's the include of string_query.slt.part that seems to be causing the issues. |
Update:- it is 4 failures as of commit 44cf77f (DF44)
Analysis
Possible solution
|
take |
My first though was to just fix sqllogictest-rs to include a random part in the .temp name such that multiple threads would each have their own copy of the included file. |
That should work, I will look into that approach. |
@logan-keede fixed this upstream last week: risinglightdb/sqllogictest-rs#249 |
Describe the bug
There is error when running stl test with complete
To Reproduce
Run
cargo test --test sqllogictests -- --complete
Expected behavior
Smoothly complete the test
Additional context
No response
The text was updated successfully, but these errors were encountered: