Gradle Test Run :respect-lib-cache:jvmTest[jvm]

DistributedCacheHashtableIntegrationTest[jvm]

summary

4

tests

0

failures

0

skipped

1.740s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
givenTwoNeighborCaches_whenDiscovered_thenCanDownloadFromOther[jvm] givenTwoNeighborCaches_whenDiscovered_thenCanDownloadFromOther 1 0 0 0.270s 100%
givenTwoNeighborCaches_whenDiscovered_thenShouldExchangeAvailabilityInfo[jvm] givenTwoNeighborCaches_whenDiscovered_thenShouldExchangeAvailabilityInfo 1 0 0 0.193s 100%
givenTwoNeighborCachesDiscovered_thenPingTimesWillBeDetermined[jvm] givenTwoNeighborCachesDiscovered_thenPingTimesWillBeDetermined 1 0 0 1.079s 100%
givenTwoNeighborCachesDiscovered_whenNewEntryAdded_thenOtherNodeWillAddToDistributedHash[jvm] givenTwoNeighborCachesDiscovered_whenNewEntryAdded_thenOtherNodeWillAddToDistributedHash 1 0 0 0.197s 100%

error output

	at java.base/sun.nio.ch.DatagramSocketAdaptor.receive(DatagramSocketAdaptor.java:240)
	... 8 more

	at java.base/sun.nio.ch.DatagramChannelImpl.ensureOpen(DatagramChannelImpl.java:267)
	at java.base/sun.nio.ch.DatagramChannelImpl.blockingReceive(DatagramChannelImpl.java:624)
	at java.base/sun.nio.ch.DatagramSocketAdaptor.receive(DatagramSocketAdaptor.java:240)
	... 8 more

	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.nio.channels.ClosedChannelException
	at java.base/sun.nio.ch.DatagramChannelImpl.ensureOpen(DatagramChannelImpl.java:267)
	at java.base/sun.nio.ch.DatagramChannelImpl.blockingReceive(DatagramChannelImpl.java:624)
	at java.base/sun.nio.ch.DatagramSocketAdaptor.receive(DatagramSocketAdaptor.java:240)
	... 8 more