Oleg Ignatenko created IGNITE-9884:
--------------------------------------
Summary: Some tests are incorrectly muted
Key: IGNITE-9884
URL:
https://issues.apache.org/jira/browse/IGNITE-9884 Project: Ignite
Issue Type: Bug
Affects Versions: 2.6
Reporter: Oleg Ignatenko
The following tests pass when unmuted. It looks like the reasons that made them fail in the past were somehow resolved by later code changes but tests were forgotten to unmute:
{panel}
GridCacheStoreManagerDeserializationTest#_testBinaryStream
IgniteCacheConfigVariationsFullApiTest#_testDeletedEntriesFlag
IgniteCacheConfigVariationsFullApiTest#_testEvictExpired
GridCacheStoreManagerDeserializationTest#_testBinaryStream
PageIdDistributionTest#_testRealHistory
GridEventConsumeSelfTest#_testMultithreadedWithNodeRestart
BPlusTreeSelfTest#_testBenchInvoke
IgniteClientReconnectMassiveShutdownTest#_testMassiveServersShutdown1
IgniteClientReconnectMassiveShutdownTest#_testMassiveServersShutdown3
TcpDiscoveryMultiThreadedTest#_testMultiThreadedServersRestart (passes)
GridServiceProcessorBatchDeploySelfTest#_testDeployAllTopologyChange
GridServiceProcessorBatchDeploySelfTest#_testDeployAllTopologyChangeFail
GridServiceProcessorBatchDeploySelfTest#_testCancelAllTopologyChange
{panel}
The following tests are muted by renaming (prefixing with underscore, {{_test...}}, should use standard muting by known JIRA tickets instead:
{panel}
- GridCacheAbstractFullApiSelfTest#_testInvokeAllMultithreaded
should fail with the reference to IGNITE-4380
- CacheMvccTransactionsTest#_testNodesRestartNoHang
should fail with the reference to IGNITE-5935
{panel}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)