Cache worker tests#342
Merged
sunfishcode merged 1 commit intobytecodealliance:masterfrom Sep 25, 2019
Merged
Conversation
4bb69af to
9f16f0b
Compare
Contributor
Author
|
TODO:
One thing is they are not deterministic and depend on system clock (mtime when writing to the disk), so that's one possible reason - it could be the reason if setting mtime by the system is nondeterministic because of some optimizations. |
7cc255d to
32f08d4
Compare
mrowqa
commented
Sep 23, 2019
wasmtime-environ/src/cache/worker.rs
Outdated
| self.cache_config | ||
| .allowed_clock_drift_for_files_from_future(), | ||
| ) | ||
| .expect("Brace your cache, the end of the world is coming (time overflow)"); |
Contributor
Author
There was a problem hiding this comment.
I could actually call it "the next Big Bang" 😆
sunfishcode
reviewed
Sep 25, 2019
sunfishcode
approved these changes
Sep 25, 2019
avanhatt
pushed a commit
to wellesley-prog-sys/wasmtime
that referenced
this pull request
Sep 10, 2025
Set the solver strategy when using `z3`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on #337.