Open TeslaCN opened 2 years ago
I think the probable reason is that there is no closing ZookeeperRegistryCenter
in this test case. It may result in the connection to zk being inactive or ineffective during many times test.
sdk install java 17.0.11-ms
sdk use java 17.0.11-ms
git clone git@github.com:apache/shardingsphere-elasticjob.git
cd ./shardingsphere-elasticjob/
git reset --hard f1c65e19dc6278a336159b68e3286a2e3b941cc1
./mvnw clean install -T1C -e
Bug Report
Which version of ElasticJob did you use?
76199ab2e48875eddf92ef34c6126599869d2205
Expected behavior
All tests passed stably.
Actual behavior
There was error message in logs, but the tests passed.
Steps to reproduce the behavior.