-
Notifications
You must be signed in to change notification settings - Fork 366
windows ci failed with STATUS_DLL_INIT_FAILED #3902
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
Comments
On
After adding |
The
Outputs:
I wonder if it is related to this issue rust-lang/rust#123999 as rust-lang/rust#124019 mentioned WaitOnAddress |
Some tests are failed on Windows Server 2019. We got a permission denied error while deleting a file. But the file is actually deleted.
|
Let's wait for the next release to see if everything works fine. |
Maybe another related issue: nextest-rs/nextest#1493 |
The error still exists in the release action...... |
Added a workaround for this in #3969 |
Let's keep this open until nextest-rs/nextest#1493 is fixed so we can upgrade the nextest that contains that patch. |
Signed-off-by: yihong0618 <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
…#5801) Signed-off-by: yihong0618 <[email protected]>
…#5801) Signed-off-by: yihong0618 <[email protected]>
* fix: mysql prepare bool value (#5732) * fix: mysql prepare limit&offset param (#5734) * fix: prepare limit&offset param * test: sqlness * chore: per review * chore: per review * fix: wrap table name with `` (#5748) * fix: wrap table name with quotes * fix: minor fix * fix: handle nullable default value (#5747) * fix: handle nullable default value * chore: update sqlness * fix: properly give placeholder types (#5760) * fix: properly give placeholder types * chore: update sqlness * fix: support __name__ matcher in label values (#5773) * fix: typo variadic (#5800) Signed-off-by: Ruihang Xia <[email protected]> * fix: close issue #3902 since upstream fixed (#5801) Signed-off-by: yihong0618 <[email protected]> * fix: correct error status code (#5802) * fix: interval cast expression can't work in range query, #5805 (#5813) * fix: interval cast expression can't work in range query, #5805 * fix: nested cast * test: make vector test stable * feat: introduce poison mechanism for procedure (#5822) * feat: introduce poison for procedure * tests: add unit tests * refactor: minor refactor * fix: unit tests * chore: fix unit tests * chore: apply suggestions from CR * chore: apply suggestions from CR * chore: update comments * chore: introduce `ProcedureStatus::Poisoned` * chore: upgrade greptime-proto to `2be0f` * chore: apply suggestions from CR * fix: throw errors instead of ignoring (#5792) * fix: throw errors instead of ignoring * fix: fix unit tests * refactor: remove schema version check * fix: fix clippy * chore: remove unused error * refactor: remove schema version check * feat: handle mutliple results * feat: introduce consistency guard * fix: release consistency guard on datanode operation completion * test: add tests * chore: remove schema version * refactor: rename * test: add more tests * chore: print all error * tests: query table after alteration * log ignored request * refine fuzz test * chore: fix clippy and log mailbox message * chore: close prepared statement after execution * chore: add comment * chore: remove log * chore: rename to `ConsistencyPoison` * chore: remove unused error * fix: fix unit tests * chore: apply suggestions from CR --------- Signed-off-by: Ruihang Xia <[email protected]> Signed-off-by: yihong0618 <[email protected]> Co-authored-by: discord9 <[email protected]> Co-authored-by: Yohan Wal <[email protected]> Co-authored-by: Yingwen <[email protected]> Co-authored-by: Ruihang Xia <[email protected]> Co-authored-by: yihong <[email protected]> Co-authored-by: dennis zhuang <[email protected]>
What type of bug is this?
Unexpected error
What subsystems are affected?
Standalone mode
Minimal reproduce step
Run the nightly CI
https://github.com./GreptimeTeam/greptimedb/actions/runs/9009678033/job/24754350747
What did you expect to see?
The CI is passed
What did you see instead?
The CI is failed
What operating system did you use?
Windows Server 2022
What version of GreptimeDB did you use?
latest
Relevant log output and stack trace
The text was updated successfully, but these errors were encountered: