Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polish docs #3250

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Polish docs

71379f5
Select commit
Loading
Failed to load commit list.
Open

Polish docs #3250

Polish docs
71379f5
Select commit
Loading
Failed to load commit list.
Azure Pipelines / ehcache3 failed Nov 12, 2024 in 42m 54s

Build #20241112.1 had test failures

Details

Tests

  • Failed: 2 (0.01%)
  • Passed: 28,693 (96.57%)
  • Other: 1,018 (3.43%)
  • Total: 29,713

Annotations

Check failure on line 734 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / ehcache3

Build log #L734

Bash exited with code '1'.

Check failure on line 760 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / ehcache3

Build log #L760

Cmd.exe exited with code '1'.

Check failure on line 1 in testDestroyLockEntity

See this annotation in the file changed.

@azure-pipelines azure-pipelines / ehcache3

testDestroyLockEntity

java.lang.IllegalStateException: org.terracotta.exception.ConnectionClosedException: Entity: org.ehcache.clustered.client.internal.lock.VoltronReadWriteLockClient:VoltronReadWriteLock-my-lock Connection closed under in-flight message
Raw output
java.lang.IllegalStateException: org.terracotta.exception.ConnectionClosedException: Entity: org.ehcache.clustered.client.internal.lock.VoltronReadWriteLockClient:VoltronReadWriteLock-my-lock Connection closed under in-flight message
	at org.ehcache.clustered.client.internal.lock.VoltronReadWriteLockClient.invoke(VoltronReadWriteLockClient.java:119)
	at org.ehcache.clustered.client.internal.lock.VoltronReadWriteLockClient.unlock(VoltronReadWriteLockClient.java:97)
	at org.ehcache.clustered.client.internal.lock.VoltronReadWriteLock$HoldImpl.unlock(VoltronReadWriteLock.java:123)
	at org.ehcache.clustered.replication.BasicLifeCyclePassiveReplicationTest.testDestroyLockEntity(BasicLifeCyclePassiveReplicationTest.java:92)
	at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.ehcache.clustered.util.ParallelTestCluster$4.evaluate(ParallelTestCluster.java:144)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.lang.Thread.run(Thread.java:1583)
Caused by: org.terracotta.exception.ConnectionClosedException: Entity: org.ehcache.clustered.client.internal.lock.VoltronReadWriteLockClient:VoltronReadWriteLock-my-lock Connection closed under in-flight message
	at com.tc.object.ClientEntityManagerImpl.throwClosedExceptionOnMessage(ClientEntityManagerImpl.java:399)
	at com.tc.object.ClientEntityManagerImpl.shutdown(ClientEntityManagerImpl.java:375)
	at com.tc.object.handshakemanager.ClientHandshakeManagerImpl.shutdownCallbacks(ClientHandshakeManagerImpl.java:187)
	at com.tc.object.handshakemanager.ClientHandshakeManagerImpl.shutdown(ClientHandshakeManagerImpl.java:90)
	at com.tc.cluster.ClientChannelEventController.channelClosed(ClientChannelEventController.java:68)
	at com.tc.cluster.ClientChannelEventController.access$500(ClientChannelEventController.java:32)
	at com.tc.cluster.ClientChannelEventController$ChannelEventListenerImpl.notifyChannelEvent(ClientChannelEventController.java:115)
	at com.tc.net.protocol.tcm.AbstractMessageChannel.fireEvent(AbstractMessageChannel.java:248)
	at com.tc.net.protocol.tcm.AbstractMessageChannel.notifyTransportClosed(AbstractMessageChannel.java:217)
	at com.tc.net.protocol.tcm.ClientMessageChannelImpl.notifyTransportClosed(ClientMessageChannelImpl.java:153)
	at com.tc.net.protocol.transport.ConnectionWatcher.notifyTransportClosed(ConnectionWatcher.java:65)
	at com.tc.net.protocol.transport.AbstractMessageTransport.fireTransportEvent(AbstractMessageTransport.java:122)
	at com.tc.net.protocol.transport.AbstractMessageTransport.fireTransportClosedEvent(AbstractMessageTransport.java:99)
	at com.tc.net.protocol.transport.MessageTransportBase.terminate(MessageTransportBase.java:173)
	at com.tc.net.protocol.transport.MessageTransportBase.close(MessageTransportBase.java:147)
	at com.tc.net.protocol.transport.ClientMessageTransport.close(ClientMessageTransport.java:52)
	at com.tc.net.protocol.transport.ClientConnecti

Check failure on line 1 in testClear[consistency=EVENTUAL]

See this annotation in the file changed.

@azure-pipelines azure-pipelines / ehcache3

testClear[consistency=EVENTUAL]

java.lang.AssertionError: 
Expected: null
     but: was <org.ehcache.clustered.replication.BasicClusteredCacheOpsReplicationMultiThreadedTest$BlobValue@6d7f939c>
Raw output
java.lang.AssertionError: 
Expected: null
     but: was <org.ehcache.clustered.replication.BasicClusteredCacheOpsReplicationMultiThreadedTest$BlobValue@6d7f939c>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at org.ehcache.clustered.replication.BasicClusteredCacheOpsReplicationMultiThreadedTest.lambda$testClear$20(BasicClusteredCacheOpsReplicationMultiThreadedTest.java:272)
	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4647)
	at org.ehcache.clustered.replication.BasicClusteredCacheOpsReplicationMultiThreadedTest.testClear(BasicClusteredCacheOpsReplicationMultiThreadedTest.java:272)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.ehcache.clustered.util.ParallelTestCluster$4.evaluate(ParallelTestCluster.java:144)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)