Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.2 to 4.8.6.3 #2
Annotations
12 errors
LargeTermTest.test:
org/infinispan/client/hotrod/query/LargeTermTest#L51
Expecting throwable message:
"java.net.SocketTimeoutException: PutOperation{keyword, key=1, value=[B0x82010D4B6579776F7264456E74697479..[46914], flags=6, connection=127.0.0.1/127.0.0.1:41231} timed out after 2000 ms"
to contain:
"bytes can be at most 32766"
but did not.
Throwable that failed the check:
org.infinispan.client.hotrod.exceptions.TransportException:: java.net.SocketTimeoutException: PutOperation{keyword, key=1, value=[B0x82010D4B6579776F7264456E74697479..[46914], flags=6, connection=127.0.0.1/127.0.0.1:41231} timed out after 2000 ms
at org.infinispan.client.hotrod.impl.Util.rewrap(Util.java:87)
at org.infinispan.client.hotrod.impl.Util.await(Util.java:58)
at org.infinispan.client.hotrod.impl.RemoteCacheSupport.put(RemoteCacheSupport.java:196)
at org.infinispan.client.hotrod.impl.RemoteCacheSupport.put(RemoteCacheSupport.java:186)
at org.infinispan.client.hotrod.query.LargeTermTest.lambda$test$0(LargeTermTest.java:49)
at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:892)
at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1365)
at org.assertj.core.api.Assertions.assertThatThrownBy(Assertions.java:1209)
at org.infinispan.client.hotrod.query.LargeTermTest.test(LargeTermTest.java:49)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
at org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:230)
at org.infinispan.commons.test.TestNGLongTestsHook.run(TestNGLongTestsHook.java:24)
at org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:242)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:579)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.privateRun(TestRunner.java:648)
at org.testng.TestRunner.run(TestRunner.java:505)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:40)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:489)
at org.testng.internal.thread.ThreadUtil$1.call(ThreadUtil.java:52)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.net.SocketTimeoutException: PutOperation{keyword, key=1, value=[B0x82010D4B6579776F7264456E74697479..[46914], flags=6, connection=127.0.0.1/127.0.0.1:41231} timed out after 2000 ms
at org.infinispan.client.hotrod.impl.operations.HotRodOperation.run(HotRodOperation.java:183)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:153)
at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:408)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
... 3 more
|
testRetryCacheStopped.Timeout:
org/infinispan/client/hotrod/retry/ServerFailureRetryTest/testRetryCacheStopped#L1
Test timed out after 300 seconds
|
IracCustomConflictTest.testConditionalReplace\[O_TX, O_TX\]:
org/infinispan/xsite/irac/IracCustomConflictTest#L1
Updated keys map is not empty!
|
IracCustomConflictTest.testPutIfAbsent\[NO_TX, P_TX\]:
org/infinispan/xsite/irac/IracCustomConflictTest#L1
Updated keys map is not empty!
|
IracCustomConflictTest.testPutIfAbsent\[O_TX, O_TX\]:
org/infinispan/xsite/irac/IracCustomConflictTest#L1
Updated keys map is not empty!
|
IracCustomConflictTest.testPut\[NO_TX, P_TX\]:
org/infinispan/xsite/irac/IracCustomConflictTest#L1
Updated keys map is not empty!
|
IracCustomConflictTest.testPut\[O_TX, O_TX\]:
org/infinispan/xsite/irac/IracCustomConflictTest#L1
Updated keys map is not empty!
|
IracCustomConflictTest.testRemove\[NO_TX, P_TX\]:
org/infinispan/xsite/irac/IracCustomConflictTest#L1
Updated keys map is not empty!
|
IracCustomConflictTest.testRemove\[O_TX, O_TX\]:
org/infinispan/xsite/irac/IracCustomConflictTest#L1
Updated keys map is not empty!
|
IracCustomConflictTest.testReplace\[NO_TX, O_TX\]:
org/infinispan/xsite/irac/IracCustomConflictTest#L1
Updated keys map is not empty!
|
IracCustomConflictTest.testReplace\[NO_TX, P_TX\]:
org/infinispan/xsite/irac/IracCustomConflictTest#L1
Updated keys map is not empty!
|
IracCustomConflictTest.testReplace\[O_TX, O_TX\]:
org/infinispan/xsite/irac/IracCustomConflictTest#L1
Updated keys map is not empty!
|