Repository: incubator-ignite Updated Branches: refs/heads/ignite-950 ec2b0b5e0 -> e1a99a45c
# ignite-950: add IgniteIndexedObjectCacheTestSuite<1-4> Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/e1a99a45 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/e1a99a45 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/e1a99a45 Branch: refs/heads/ignite-950 Commit: e1a99a45c19f636f6cbd4f9c81d547cd48f7becb Parents: ec2b0b5 Author: ashutak <ashu...@gridgain.com> Authored: Wed Jul 22 17:10:59 2015 +0300 Committer: ashutak <ashu...@gridgain.com> Committed: Wed Jul 22 17:10:59 2015 +0300 ---------------------------------------------------------------------- .../IgniteIndexedObjectCacheTestSuite.java | 38 ++++++++++++++++++++ .../IgniteIndexedObjectCacheTestSuite2.java | 38 ++++++++++++++++++++ .../IgniteIndexedObjectCacheTestSuite3.java | 38 ++++++++++++++++++++ .../IgniteIndexedObjectCacheTestSuite4.java | 38 ++++++++++++++++++++ 4 files changed, 152 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e1a99a45/modules/core/src/test/java/org/apache/ignite/IgniteIndexedObjectCacheTestSuite.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/IgniteIndexedObjectCacheTestSuite.java b/modules/core/src/test/java/org/apache/ignite/IgniteIndexedObjectCacheTestSuite.java new file mode 100644 index 0000000..2e56b7b --- /dev/null +++ b/modules/core/src/test/java/org/apache/ignite/IgniteIndexedObjectCacheTestSuite.java @@ -0,0 +1,38 @@ +/* + * 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; + +import junit.framework.*; +import org.apache.ignite.marshaller.optimized.*; +import org.apache.ignite.testframework.config.*; +import org.apache.ignite.testsuites.*; + +/** + * + */ +public class IgniteIndexedObjectCacheTestSuite { + /** + * @return Suite. + * @throws Exception In case of error. + */ + public static TestSuite suite() throws Exception { + GridTestProperties.setProperty(GridTestProperties.OPTIMIZED_MARSH_PROTOCOL, OptimizedMarshallerProtocolVersion.VER_1_1.toString()); + + return IgniteCacheTestSuite.suite(); + } +} http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e1a99a45/modules/core/src/test/java/org/apache/ignite/IgniteIndexedObjectCacheTestSuite2.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/IgniteIndexedObjectCacheTestSuite2.java b/modules/core/src/test/java/org/apache/ignite/IgniteIndexedObjectCacheTestSuite2.java new file mode 100644 index 0000000..929179b --- /dev/null +++ b/modules/core/src/test/java/org/apache/ignite/IgniteIndexedObjectCacheTestSuite2.java @@ -0,0 +1,38 @@ +/* + * 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; + +import junit.framework.*; +import org.apache.ignite.marshaller.optimized.*; +import org.apache.ignite.testframework.config.*; +import org.apache.ignite.testsuites.*; + +/** + * + */ +public class IgniteIndexedObjectCacheTestSuite2 { + /** + * @return Suite. + * @throws Exception In case of error. + */ + public static TestSuite suite() throws Exception { + GridTestProperties.setProperty(GridTestProperties.OPTIMIZED_MARSH_PROTOCOL, OptimizedMarshallerProtocolVersion.VER_1_1.toString()); + + return IgniteCacheTestSuite2.suite(); + } +} http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e1a99a45/modules/core/src/test/java/org/apache/ignite/IgniteIndexedObjectCacheTestSuite3.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/IgniteIndexedObjectCacheTestSuite3.java b/modules/core/src/test/java/org/apache/ignite/IgniteIndexedObjectCacheTestSuite3.java new file mode 100644 index 0000000..0f83900 --- /dev/null +++ b/modules/core/src/test/java/org/apache/ignite/IgniteIndexedObjectCacheTestSuite3.java @@ -0,0 +1,38 @@ +/* + * 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; + +import junit.framework.*; +import org.apache.ignite.marshaller.optimized.*; +import org.apache.ignite.testframework.config.*; +import org.apache.ignite.testsuites.*; + +/** + * + */ +public class IgniteIndexedObjectCacheTestSuite3 { + /** + * @return Suite. + * @throws Exception In case of error. + */ + public static TestSuite suite() throws Exception { + GridTestProperties.setProperty(GridTestProperties.OPTIMIZED_MARSH_PROTOCOL, OptimizedMarshallerProtocolVersion.VER_1_1.toString()); + + return IgniteCacheTestSuite3.suite(); + } +} http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e1a99a45/modules/core/src/test/java/org/apache/ignite/IgniteIndexedObjectCacheTestSuite4.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/IgniteIndexedObjectCacheTestSuite4.java b/modules/core/src/test/java/org/apache/ignite/IgniteIndexedObjectCacheTestSuite4.java new file mode 100644 index 0000000..b0c233d --- /dev/null +++ b/modules/core/src/test/java/org/apache/ignite/IgniteIndexedObjectCacheTestSuite4.java @@ -0,0 +1,38 @@ +/* + * 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; + +import junit.framework.*; +import org.apache.ignite.marshaller.optimized.*; +import org.apache.ignite.testframework.config.*; +import org.apache.ignite.testsuites.*; + +/** + * + */ +public class IgniteIndexedObjectCacheTestSuite4 { + /** + * @return Suite. + * @throws Exception In case of error. + */ + public static TestSuite suite() throws Exception { + GridTestProperties.setProperty(GridTestProperties.OPTIMIZED_MARSH_PROTOCOL, OptimizedMarshallerProtocolVersion.VER_1_1.toString()); + + return IgniteCacheTestSuite4.suite(); + } +}