-
Notifications
You must be signed in to change notification settings - Fork 33
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
Weird file CI issues with benchmark_effect_size test #178
Comments
This was referenced Jun 22, 2022
Merged
@fitzgen, should we now consider this closed? If the CI issues with |
Yeah sure, we can always reopen if we see it again. |
abrown
added a commit
to abrown/sightglass
that referenced
this issue
Mar 14, 2023
As reported in bytecodealliance#178, the `benchmark_effect_size` test on Windows occasionally fails with a strange error code and no output. This conditional `#[ignore]` temporarily avoids the issue until we can figure out what is going on.
jlb6740
pushed a commit
that referenced
this issue
Mar 14, 2023
As reported in #178, the `benchmark_effect_size` test on Windows occasionally fails with a strange error code and no output. This conditional `#[ignore]` temporarily avoids the issue until we can figure out what is going on.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Windows, the
benchmark_effect_size
test has started intermittently failing since #170. It is unclear to me what could have modified the execution of the code that copies the built engine to a location provided bytempfile::NamedTempFile
. I added an assert in hopes that it would trigger the error sooner but the OS always thinks the file exists:sightglass/crates/cli/tests/tests.rs
Line 213 in cd8c11b
One example of this failure is here:
If this random link is to be believed, the code referenced above is an access violation that might indicate referencing a null pointer, e.g. But why? The original engine library seems to run fine according to the logs; only the copied engine library has the problem.
The text was updated successfully, but these errors were encountered: