Skip to content

Commit

Permalink
test: fix zookeeper UT failed (#5960)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Oct 26, 2023
1 parent 046e384 commit 3c8a9e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/en-us/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Add changes here for all PR submitted to the develop branch.
- [[#5831](https://github.com/seata/seata/pull/5831)] upgrade druid and add `test-druid.yml`
- [[#5862](https://github.com/seata/seata/pull/5862)] fix unit test in java 21
- [[#5914](https://github.com/seata/seata/pull/5914)] upgrade native-lib-loader version
- [[#5960](https://github.com/seata/seata/pull/5960)] fix zookeeper UT failed

Thanks to these contributors for their code commits. Please report an unintended omission.

Expand Down
1 change: 1 addition & 0 deletions changes/zh-cn/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- [[#5831](https://github.com/seata/seata/pull/5831)] 升级 `druid` 版本,并添加 `test-druid.yml` 用于测试seata与druid各版本的兼容性。
- [[#5862](https://github.com/seata/seata/pull/5862)] 修复单元测试在Java21下无法正常运行的问题。
- [[#5914](https://github.com/seata/seata/pull/5914)] 升级 native-lib-loader 版本
- [[#5960](https://github.com/seata/seata/pull/5960)] 修复 zookeeper 单测失败问题

非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。

Expand Down
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<aopalliance.version>1.0</aopalliance.version>
<zkclient.version>0.11</zkclient.version>
<apache-zookeeper.version>3.5.9</apache-zookeeper.version>
<curator-test.version>2.9.1</curator-test.version>
<curator-test.version>5.1.0</curator-test.version>
<spring-context-support.version>1.0.2</spring-context-support.version>
<mock-jedis.version>0.3.0</mock-jedis.version>
<apollo-client.version>2.0.1</apollo-client.version>
Expand Down

0 comments on commit 3c8a9e3

Please sign in to comment.