You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2016/10/20 20:52:07 UTC

[1/2] incubator-geode git commit: GEODE-2022: Marking testRRPRLocalQueryingWithHetroIndexes as flaky

Repository: incubator-geode
Updated Branches:
  refs/heads/develop b2e776859 -> 7e659b238


GEODE-2022: Marking testRRPRLocalQueryingWithHetroIndexes as flaky


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/7e659b23
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/7e659b23
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/7e659b23

Branch: refs/heads/develop
Commit: 7e659b2381eae3847d1c7e29bb1b37df518dde35
Parents: 59df3d9
Author: Dan Smith <up...@apache.org>
Authored: Thu Oct 20 13:07:35 2016 -0700
Committer: Dan Smith <up...@apache.org>
Committed: Thu Oct 20 13:09:12 2016 -0700

----------------------------------------------------------------------
 .../cache/query/partitioned/PRColocatedEquiJoinDUnitTest.java      | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7e659b23/geode-core/src/test/java/org/apache/geode/cache/query/partitioned/PRColocatedEquiJoinDUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/org/apache/geode/cache/query/partitioned/PRColocatedEquiJoinDUnitTest.java b/geode-core/src/test/java/org/apache/geode/cache/query/partitioned/PRColocatedEquiJoinDUnitTest.java
index c9e5084..3e8250b 100644
--- a/geode-core/src/test/java/org/apache/geode/cache/query/partitioned/PRColocatedEquiJoinDUnitTest.java
+++ b/geode-core/src/test/java/org/apache/geode/cache/query/partitioned/PRColocatedEquiJoinDUnitTest.java
@@ -19,6 +19,7 @@
  */
 package org.apache.geode.cache.query.partitioned;
 
+import org.apache.geode.test.junit.categories.FlakyTest;
 import org.junit.experimental.categories.Category;
 import org.junit.Test;
 
@@ -1341,6 +1342,7 @@ public class PRColocatedEquiJoinDUnitTest extends PartitionedRegionDUnitTestCase
 
 
   @Test
+  @Category(FlakyTest.class) // GEODE-2022
   public void testRRPRLocalQueryingWithHetroIndexes() throws Exception {
 
     Host host = Host.getHost(0);


[2/2] incubator-geode git commit: GEODE-388: Marking dynamic-region-factory as deprecated in the xml.

Posted by up...@apache.org.
GEODE-388: Marking dynamic-region-factory as deprecated in the xml.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/59df3d93
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/59df3d93
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/59df3d93

Branch: refs/heads/develop
Commit: 59df3d93e7c51e43685356de82b074531966015f
Parents: b2e7768
Author: Dan Smith <up...@apache.org>
Authored: Wed Oct 19 10:49:07 2016 -0700
Committer: Dan Smith <up...@apache.org>
Committed: Thu Oct 20 13:09:12 2016 -0700

----------------------------------------------------------------------
 .../META-INF/schemas/geode.apache.org/schema/cache/cache-1.0.xsd | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/59df3d93/geode-core/src/main/resources/META-INF/schemas/geode.apache.org/schema/cache/cache-1.0.xsd
----------------------------------------------------------------------
diff --git a/geode-core/src/main/resources/META-INF/schemas/geode.apache.org/schema/cache/cache-1.0.xsd b/geode-core/src/main/resources/META-INF/schemas/geode.apache.org/schema/cache/cache-1.0.xsd
index adf734c..d3d83f1 100755
--- a/geode-core/src/main/resources/META-INF/schemas/geode.apache.org/schema/cache/cache-1.0.xsd
+++ b/geode-core/src/main/resources/META-INF/schemas/geode.apache.org/schema/cache/cache-1.0.xsd
@@ -1245,7 +1245,11 @@ As of 6.5 disk-dirs is deprecated on region-attributes. Use disk-store-name inst
   </xsd:complexType>
   <xsd:complexType name="dynamic-region-factory-type">
     <xsd:annotation>
+      <xsd:appinfo>deprecated</xsd:appinfo>
       <xsd:documentation>
+        dynamic-region-factory is deprecated. Use functions to create regions dynamically
+        instead.
+
         A "dynamic-region-factory" element configures a dynamic region factory for
         this cache. If this optional element is missing then the cache does not
         support dynamic regions.