Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 587296adf -> b1bbefd77


PHOENIX-5026 Addendum; test-fix.


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

Branch: refs/heads/4.x-HBase-0.98
Commit: b1bbefd77af5fece411dc3a2073e1fcc887a358c
Parents: 587296a
Author: Lars Hofhansl <la...@apache.org>
Authored: Thu Nov 22 13:16:35 2018 -0800
Committer: Lars Hofhansl <la...@apache.org>
Committed: Thu Nov 22 13:16:35 2018 -0800

----------------------------------------------------------------------
 .../java/org/apache/phoenix/end2end/UpsertSelectAutoCommitIT.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/b1bbefd7/phoenix-core/src/it/java/org/apache/phoenix/end2end/UpsertSelectAutoCommitIT.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/UpsertSelectAutoCommitIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/UpsertSelectAutoCommitIT.java
index a675b8f..344271f 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/UpsertSelectAutoCommitIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/UpsertSelectAutoCommitIT.java
@@ -190,6 +190,8 @@ public class UpsertSelectAutoCommitIT extends 
ParallelStatsDisabledIT {
                 "UPSERT INTO " + tableName + " SELECT NEXT VALUE FOR keys, val 
FROM " + tableName);
             assertEquals((int)Math.pow(2, i), upsertCount);
         }
+        // cleanup after ourselves
+        conn.createStatement().execute("DROP SEQUENCE keys");
         conn.close();
     }
 

Reply via email to