Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Tests don't pass under windows #81

Closed
atoulme opened this issue May 4, 2020 · 0 comments · Fixed by #82
Closed

Tests don't pass under windows #81

atoulme opened this issue May 4, 2020 · 0 comments · Fixed by #82
Labels
help wanted Extra attention is needed

Comments

@atoulme
Copy link
Member

atoulme commented May 4, 2020

Some tests do not work well under Windows:

org.apache.tuweni.hobbits.UDPTest > testTwoEndpoints(Vertx) FAILED
   Caused by: java.net.BindException
org.apache.tuweni.hobbits.UDPTest > testTwoUDPConnections(Vertx) FAILED
   Caused by: java.net.BindException
org.apache.tuweni.hobbits.RelayerTest > testUDPRelay(Vertx) FAILED
   java.lang.NullPointerException at RelayerTest.kt:101
17 tests completed, 3 failed, 1 skipped
Task :io:test
org.apache.tuweni.io.ResourcesTest >
shouldIterateResourcesOnFileSystemAndInJars(Path) FAILED
   java.lang.RuntimeException at ResourcesTest.java:96
       Caused by: java.net.URISyntaxException at ResourcesTest.java:96
19 tests completed, 1 failed
Task :kv:test
org.apache.tuweni.kv.MapDBKeyValueStoreSpec > describe a MapDB-backed key
value store FAILED
   java.nio.file.FileSystemException at KeyValueStoreSpec.kt:202
55 tests completed, 1 failed```
@atoulme atoulme added the help wanted Extra attention is needed label May 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant