File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
modules/core/src/test/java/org/apache/ignite
internal/processors/cache/distributed/rebalancing Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package org .apache .ignite ;
17+ package org .apache .ignite . internal . processors . cache . distributed . rebalancing ;
1818
19+ import org .apache .ignite .IgniteCache ;
20+ import org .apache .ignite .IgniteSystemProperties ;
1921import org .apache .ignite .cache .CacheAtomicityMode ;
2022import org .apache .ignite .cache .CacheMode ;
2123import org .apache .ignite .cache .affinity .rendezvous .RendezvousAffinityFunction ;
Original file line number Diff line number Diff line change 4545import org .apache .ignite .internal .processors .cache .distributed .dht .NotMappedPartitionInTxTest ;
4646import org .apache .ignite .internal .processors .cache .distributed .dht .atomic .IgniteCacheAtomicProtocolTest ;
4747import org .apache .ignite .internal .processors .cache .distributed .rebalancing .CacheManualRebalancingTest ;
48+ import org .apache .ignite .internal .processors .cache .distributed .rebalancing .RebalanceStatisticsTest ;
4849import org .apache .ignite .internal .processors .cache .distributed .replicated .IgniteCacheSyncRebalanceModeSelfTest ;
4950import org .apache .ignite .internal .processors .cache .store .IgniteCacheWriteBehindNoUpdateSelfTest ;
5051import org .apache .ignite .testframework .junits .GridAbstractTest ;
@@ -84,6 +85,9 @@ public static TestSuite suite() throws Exception {
8485
8586 suite .addTestSuite (CacheRebalancingSelfTest .class );
8687 suite .addTestSuite (CacheManualRebalancingTest .class );
88+ GridTestUtils .addTestIfNeeded (suite , CacheRebalancingSelfTest .class , ignoredTests );
89+ GridTestUtils .addTestIfNeeded (suite , CacheManualRebalancingTest .class , ignoredTests );
90+ GridTestUtils .addTestIfNeeded (suite , RebalanceStatisticsTest .class , ignoredTests );
8791
8892 // Affinity tests.
8993 suite .addTestSuite (GridCacheAffinityBackupsSelfTest .class );
You can’t perform that action at this time.
0 commit comments