BindException: Address already in use
Changed 1080 with PortFactory.findFreePort() in WatsonTest and LoadCsvTest to avoid the error.
queryReadOnlyVectorsWithMapping FAILED, Caused by: java.net.SocketTimeoutException: Read timed out
Tried several time but not replicated, it could be a sporadic flaky error
mock server error:
See here.
Copied assertion to LoadS3Test, since otherwise there is the following error,
as the org/mockserver/socket/PortFactory module is not included in extended-it, that is where the LoadS3Test is located
apoc.s3.LoadS3Test > testLoadCsvS3 FAILED
java.lang.NoClassDefFoundError: org/mockserver/socket/PortFactory
at apoc.load.LoadCsvTest.<clinit>(LoadCsvTest.java:49)
at apoc.s3.LoadS3Test.lambda$testLoadCsvS3$0(LoadS3Test.java:55)
at apoc.util.TestUtil.testResult(TestUtil.java:189)
at apoc.s3.LoadS3Test.testLoadCsvS3(LoadS3Test.java:54)
Caused by:
java.lang.ClassNotFoundException: org.mockserver.socket.PortFactory
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 4 more
Try to solve TC 5.22 errors:
BindException: Address already in use Changed 1080 with PortFactory.findFreePort() in WatsonTest and LoadCsvTest to avoid the error.
queryReadOnlyVectorsWithMapping FAILED, Caused by: java.net.SocketTimeoutException: Read timed out Tried several time but not replicated, it could be a sporadic flaky error
mock server error: See here. Copied assertion to LoadS3Test, since otherwise there is the following error, as the
org/mockserver/socket/PortFactory
module is not included inextended-it
, that is where the LoadS3Test is located