You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ag...@apache.org on 2018/04/05 17:53:46 UTC

[geode] 07/23: GEODE-4947: Mark failing tests as ignored

This is an automated email from the ASF dual-hosted git repository.

agingade pushed a commit to branch feature/GEODE-4947
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 720724ccc052c8490d2d23d2fe93515bb76c6041
Author: Nick Reich <nr...@pivotal.io>
AuthorDate: Wed Mar 28 15:20:44 2018 -0700

    GEODE-4947: Mark failing tests as ignored
---
 .../java/org/apache/geode/connectors/jdbc/JdbcDistributedTest.java     | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/JdbcDistributedTest.java b/geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/JdbcDistributedTest.java
index ed748f7..3688f5d 100644
--- a/geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/JdbcDistributedTest.java
+++ b/geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/JdbcDistributedTest.java
@@ -35,6 +35,7 @@ import java.util.function.Consumer;
 import org.awaitility.Awaitility;
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
@@ -323,6 +324,7 @@ public abstract class JdbcDistributedTest implements Serializable {
   }
 
   @Test
+  @Ignore("GEODE-4922: MySQL is truncating the milliseconds from the timestamp")
   public void verifyDateToTimestamp() throws Exception {
     server = startupRule.startServerVM(1, x -> x.withConnectionToLocator(locator.getPort()));
     server.invoke(() -> {
@@ -509,6 +511,7 @@ public abstract class JdbcDistributedTest implements Serializable {
   }
 
   @Test
+  @Ignore("GEODE-4833: Postgres does not support UTF-8 null character as contents of a string")
   public void clientPutsAndGetsWithNullFieldsWithPdxClassName() throws Exception {
     createTableForAllSupportedFields();
     ClientVM client = getClientVM();

-- 
To stop receiving notification emails like this one, please contact
agingade@apache.org.