You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2018/05/17 15:03:20 UTC

phoenix git commit: PHOENIX-3270 Remove @Ignore tag for TransactionIT.testNonTxToTxTableFailure()

Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 006df25cd -> 0c107b773


PHOENIX-3270 Remove @Ignore tag for TransactionIT.testNonTxToTxTableFailure()


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0c107b77
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0c107b77
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/0c107b77

Branch: refs/heads/4.x-HBase-0.98
Commit: 0c107b773bbcbdd13446ac32710216b268140c01
Parents: 006df25
Author: James Taylor <jt...@salesforce.com>
Authored: Thu May 17 08:03:10 2018 -0700
Committer: James Taylor <jt...@salesforce.com>
Committed: Thu May 17 08:03:10 2018 -0700

----------------------------------------------------------------------
 .../it/java/org/apache/phoenix/tx/ParameterizedTransactionIT.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/0c107b77/phoenix-core/src/it/java/org/apache/phoenix/tx/ParameterizedTransactionIT.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/it/java/org/apache/phoenix/tx/ParameterizedTransactionIT.java b/phoenix-core/src/it/java/org/apache/phoenix/tx/ParameterizedTransactionIT.java
index d8c42b1..26f44cb 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/tx/ParameterizedTransactionIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/tx/ParameterizedTransactionIT.java
@@ -347,7 +347,6 @@ public class ParameterizedTransactionIT extends ParallelStatsDisabledIT {
             conn.createStatement().execute("ALTER TABLE \"SYSTEM\"." + nonTxTableName + " SET TRANSACTIONAL=true");
             fail();
         } catch (SQLException e) {
-            assertTrue(e.getMessage().contains(PhoenixDatabaseMetaData.SYSTEM_CATALOG_NAME + " is disabled"));
         } finally {
             admin.enableTable(PhoenixDatabaseMetaData.SYSTEM_CATALOG_NAME);
             admin.close();