You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It bundles Guava 32.0.0 which has a bug on Windows where temporary directories can't be created, causing tests to fail.
See google/truth#1137 and google/guava#6535
It bundles Guava 32.0.0 which has a bug on Windows where temporary directories can't be created, causing tests to fail.
See google/truth#1137 and google/guava#6535
Yep, thanks. Sorry again for the various problems with the Guava I/O stuff. I just got around to putting together Truth release notes that mention this.
I'm filing this mostly as documentation in case anyone else has the same problem and comes looking.
Updating from 1.1.3 to 1.1.4 updates the Guava version to 32.0.0.
This triggers this Guava bug on Windows (google/guava#6535).
This has been fixed in https://github.com/google/guava/releases/tag/v32.0.1, so a new Truth release that migrates to that should fix the problem.
The text was updated successfully, but these errors were encountered: