-
-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Labels
good first issueGood for newcomersGood for newcomerstestingImprovements to test suiteImprovements to test suite
Milestone
Description
This failed today with error:
java.util.concurrent.CompletionException: org.opentest4j.AssertionFailedError:
expected: 2023-08-03T09:50:51.570Z
but was: 2023-08-03T09:50:51.569999Z
when comparing values using Comparator$$Lambda$251/0x00000008010d4808
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
The actual value is extremely close to the expectation, seems like a problem of lack of precision during conversions, most likely unavoidable? Perhaps all we need is to allow some margin of error.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstestingImprovements to test suiteImprovements to test suite