Skip to content

Commit b9619ff

Browse files
committed
fix
1 parent b911045 commit b9619ff

File tree

2 files changed

+1
-785
lines changed

2 files changed

+1
-785
lines changed

test/com/xxdb/ConnectionPoolTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2636,7 +2636,7 @@ public void test_ChunkInTransaction_insert() throws Exception {
26362636
" ;share t as t1;\tcreatePartitionedTable(dbHandle=db, table=t, tableName=`pt, partitionColumns=[\"volume\"])\n");
26372637
conn.run(sb.toString());
26382638

2639-
ExclusiveDBConnectionPool pool = new ExclusiveDBConnectionPool(HOST,8802,"admin","123456",3,false,false);
2639+
ExclusiveDBConnectionPool pool = new ExclusiveDBConnectionPool(HOST,PORT,"admin","123456",3,false,false);
26402640
PartitionedTableAppender appender = new PartitionedTableAppender("dfs://test_ChunkInTransaction","pt","volume", pool);
26412641
PartitionedTableAppender appender1 = new PartitionedTableAppender("dfs://test_ChunkInTransaction","pt","volume", pool);
26422642

0 commit comments

Comments
 (0)