[
https://issues.apache.org/jira/browse/IGNITE-10080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Pereslegin updated IGNITE-10080:
--------------------------------------
Description:
We found that these tests take too long to complete and need to be optimized:
{noformat}
TxOptimisticPrepareOnUnstableTopologyTest.testPrepareOnUnstableTopology
IgniteOptimisticTxSuspendResumeMultiServerTest.testSuspendTxAndResumeAfterTopologyChange
TxRollbackAsyncTest.testSynchronousRollback
TxRollbackAsyncNearCacheTest.testSynchronousRollback
CacheExchangeMergeTest.testConcurrentStartServersAndClients
CacheExchangeMergeTest.testConcurrentStartServers
{noformat}
*update*
{{TxRollbackAsyncTest.testSynchronousRollback}} was optimized in IGNITE-10107/
{{testSuspendTxAndResumeAfterTopologyChange}} was refactored, reduced number of
server restarts (from 24 to 3 to cover all test cases).
{{testConcurrentStartServers}} reduced number of iterations using scale factor
utility.
{{TxOptimisticPrepareOnUnstableTopologyTest}} reduced server startup delay.
was:
We found that these tests take too long to complete and need to be optimized:
{noformat}
TxOptimisticPrepareOnUnstableTopologyTest.testPrepareOnUnstableTopology
IgniteOptimisticTxSuspendResumeMultiServerTest.testSuspendTxAndResumeAfterTopologyChange
TxRollbackAsyncTest.testSynchronousRollback
TxRollbackAsyncNearCacheTest.testSynchronousRollback
CacheExchangeMergeTest.testConcurrentStartServersAndClients
CacheExchangeMergeTest.testConcurrentStartServers
{noformat}
> IgniteCacheTestSuite6 (Cache 6) contains some long-running tests that should
> be optimized.
> ------------------------------------------------------------------------------------------
>
> Key: IGNITE-10080
> URL: https://issues.apache.org/jira/browse/IGNITE-10080
> Project: Ignite
> Issue Type: Improvement
> Reporter: Pavel Pereslegin
> Assignee: Pavel Pereslegin
> Priority: Major
> Labels: MakeTeamcityGreenAgain
> Fix For: 2.8
>
>
> We found that these tests take too long to complete and need to be optimized:
> {noformat}
> TxOptimisticPrepareOnUnstableTopologyTest.testPrepareOnUnstableTopology
> IgniteOptimisticTxSuspendResumeMultiServerTest.testSuspendTxAndResumeAfterTopologyChange
> TxRollbackAsyncTest.testSynchronousRollback
> TxRollbackAsyncNearCacheTest.testSynchronousRollback
> CacheExchangeMergeTest.testConcurrentStartServersAndClients
> CacheExchangeMergeTest.testConcurrentStartServers
> {noformat}
> *update*
> {{TxRollbackAsyncTest.testSynchronousRollback}} was optimized in IGNITE-10107/
> {{testSuspendTxAndResumeAfterTopologyChange}} was refactored, reduced number
> of server restarts (from 24 to 3 to cover all test cases).
> {{testConcurrentStartServers}} reduced number of iterations using scale
> factor utility.
> {{TxOptimisticPrepareOnUnstableTopologyTest}} reduced server startup delay.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)