Skip to content

Commit ab6c9d1

Browse files
add htable ddl concurrent test case (#241)
* add htable ddl concurrent test case * create table by admin * [Test] add defensive test for htable ddl * [Chore] open the limiation for other htable admin operation * [Test] modify test cases after observer changed * add htable ddl concurrent test case --------- Co-authored-by: shenyunlong.syl <shenyunlong.syl@antgroup.com>
1 parent 91c9e54 commit ab6c9d1

File tree

2 files changed

+120
-179
lines changed

2 files changed

+120
-179
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<project.build.sourceEncoding>${project.encoding}</project.build.sourceEncoding>
5555
<project.encoding>UTF-8</project.encoding>
5656
<slf4j.version>1.7.21</slf4j.version>
57-
<table.client.version>2.0.0</table.client.version>
57+
<table.client.version>2.0.1-SNAPSHOT</table.client.version>
5858
</properties>
5959

6060
<dependencies>

0 commit comments

Comments
 (0)