-
Notifications
You must be signed in to change notification settings - Fork 333
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
list_files_and_parse_table_name failed on windows #3301
Comments
Related to #3280 |
The test had failed before we merged it. https://github.com/GreptimeTeam/greptimedb/actions/runs/7618496085/job/20749790638 It should be related to #3164 |
🥹 BTW, I will try to add a free CI test on Windows for each PR request(I'm not sure whether the 4 core is enough for tests) |
The For this test, we can use path-slash to change the path to Linux's path as a workaround. A similar crate is typed-path. |
What type of bug is this?
Other
What subsystems are affected?
Standalone mode, Frontend
Minimal reproduce step
Run
cargo nextest run
What did you expect to see?
All tests pass
What did you see instead?
What operating system did you use?
Windows
What version of GreptimeDB did you use?
latest
Relevant log output and stack trace
The text was updated successfully, but these errors were encountered: