Repository: incubator-ignite Updated Branches: refs/heads/ignite-648 77006de66 -> 260776422
# ignite-648: remove GridCachePartitionedMultiJvmCounterSelfTest Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/26077642 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/26077642 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/26077642 Branch: refs/heads/ignite-648 Commit: 260776422fdff3a236d56a8aed9d31a160c8eabd Parents: 77006de Author: ashutak <ashu...@gridgain.com> Authored: Fri Jul 10 19:32:05 2015 +0300 Committer: ashutak <ashu...@gridgain.com> Committed: Fri Jul 10 19:32:05 2015 +0300 ---------------------------------------------------------------------- ...CachePartitionedMultiJvmCounterSelfTest.java | 31 -------------------- ...IgniteCacheFullApiMultiJvmSelfTestSuite.java | 2 -- 2 files changed, 33 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/26077642/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/multijvm/GridCachePartitionedMultiJvmCounterSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/multijvm/GridCachePartitionedMultiJvmCounterSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/multijvm/GridCachePartitionedMultiJvmCounterSelfTest.java deleted file mode 100644 index 8644ca6..0000000 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/multijvm/GridCachePartitionedMultiJvmCounterSelfTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package org.apache.ignite.internal.processors.cache.multijvm; - -import org.apache.ignite.internal.processors.cache.distributed.near.*; - -/** - * Multi-JVM tests. - */ -public class GridCachePartitionedMultiJvmCounterSelfTest extends - GridCachePartitionedMultiNodeCounterSelfTest { - /** {@inheritDoc} */ - protected boolean isMultiJvm() { - return true; - } -} http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/26077642/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheFullApiMultiJvmSelfTestSuite.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheFullApiMultiJvmSelfTestSuite.java b/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheFullApiMultiJvmSelfTestSuite.java index fb295f4..272305b 100644 --- a/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheFullApiMultiJvmSelfTestSuite.java +++ b/modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheFullApiMultiJvmSelfTestSuite.java @@ -69,8 +69,6 @@ public class IgniteCacheFullApiMultiJvmSelfTestSuite extends TestSuite { suite.addTestSuite(GridCacheNearOnlyFairAffinityMultiJvmFullApiSelfTest.class); suite.addTestSuite(GridCacheAtomicClientOnlyFairAffinityMultiJvmFullApiSelfTest.class); - suite.addTestSuite(GridCachePartitionedMultiJvmCounterSelfTest.class); - // Multi-node with off-heap values. suite.addTestSuite(GridCacheReplicatedOffHeapMultiJvmFullApiSelfTest.class); suite.addTestSuite(GridCachePartitionedOffHeapMultiJvmFullApiSelfTest.class);