Repository: geode Updated Branches: refs/heads/feature/GEODE-1930-2 0b0d17699 -> 2f072c609 (forced update)
Adding JIRA ticket numbers for disabled tests GEODE-2356: CI failure: RollingUpgradePart2DUnitTest.testQueryMixedServersOnPartitionedRegions fails consistently GEODE-2355: CI failure: RollingUpgrade2DUnitTest.testOplogMagicSeqBackwardCompatibility fails consistently Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a15daf07 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/a15daf07 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/a15daf07 Branch: refs/heads/feature/GEODE-1930-2 Commit: a15daf07477d47097bfe1a1a530531ef5d2ac8ef Parents: ad003ef Author: Bruce Schuchardt <[email protected]> Authored: Tue Jan 24 16:11:29 2017 -0800 Committer: Bruce Schuchardt <[email protected]> Committed: Tue Jan 24 16:13:53 2017 -0800 ---------------------------------------------------------------------- .../internal/cache/rollingupgrade/RollingUpgrade2DUnitTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/a15daf07/geode-core/src/test/java/org/apache/geode/internal/cache/rollingupgrade/RollingUpgrade2DUnitTest.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/org/apache/geode/internal/cache/rollingupgrade/RollingUpgrade2DUnitTest.java b/geode-core/src/test/java/org/apache/geode/internal/cache/rollingupgrade/RollingUpgrade2DUnitTest.java index e1ca780..14d87f9 100755 --- a/geode-core/src/test/java/org/apache/geode/internal/cache/rollingupgrade/RollingUpgrade2DUnitTest.java +++ b/geode-core/src/test/java/org/apache/geode/internal/cache/rollingupgrade/RollingUpgrade2DUnitTest.java @@ -529,7 +529,7 @@ public class RollingUpgrade2DUnitTest extends JUnit4DistributedTestCase { // at // org.apache.geode.internal.cache.rollingupgrade.RollingUpgrade2DUnitTest.testOplogMagicSeqBackwardCompactibility(RollingUpgrade2DUnitTest.java:568) - @Ignore("test fails consistently") + @Ignore("GEODE-2355: test fails consistently") @Test public void testOplogMagicSeqBackwardCompactibility() throws Exception { String objectType = "strings"; @@ -759,7 +759,7 @@ public class RollingUpgrade2DUnitTest extends JUnit4DistributedTestCase { } // TODO file a JIRA ticket - @Ignore("test fails when index creation succeeds") + @Ignore("GEODE_2356: test fails when index creation succeeds") @Test public void testCreateMultiIndexesMixedServersOnPartitionedRegions() throws Exception { doTestCreateIndexes(true, true, oldVersion);
