Repository: phoenix
Updated Branches:
  refs/heads/txn 1f18ce7f1 -> 99a180205


Add missing @Test annotation for AlterTableIT.testDeclaringColumnAsRowTimestamp


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

Branch: refs/heads/txn
Commit: 99a180205981e594bc9f0423c114178fa18dc5e8
Parents: 1f18ce7
Author: James Taylor <[email protected]>
Authored: Fri Nov 13 00:45:20 2015 -0800
Committer: James Taylor <[email protected]>
Committed: Fri Nov 13 00:45:20 2015 -0800

----------------------------------------------------------------------
 .../src/it/java/org/apache/phoenix/end2end/AlterTableIT.java        | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/99a18020/phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableIT.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableIT.java 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableIT.java
index dbc1e00..ff2ca8d 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableIT.java
@@ -2109,6 +2109,7 @@ public class AlterTableIT extends 
BaseOwnClusterHBaseManagedTimeIT {
         }
     }
     
+    @Test
     public void testDeclaringColumnAsRowTimestamp() throws Exception {
         try (Connection conn = DriverManager.getConnection(getUrl())) {
             conn.createStatement().execute("CREATE TABLE T1 (PK1 DATE NOT 
NULL, PK2 VARCHAR NOT NULL, KV1 VARCHAR CONSTRAINT PK PRIMARY KEY(PK1 
ROW_TIMESTAMP, PK2)) ");

Reply via email to