Kezhu Wang created ZOOKEEPER-4745:
-------------------------------------
Summary: End to End tests fail occasionally
Key: ZOOKEEPER-4745
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4745
Project: ZooKeeper
Issue Type: Test
Components: tests
Affects Versions: 3.10.0
Reporter: Kezhu Wang
I saw:
* https://github.com/apache/zookeeper/actions/runs/5587157838/job/15131211778
* https://github.com/kezhuw/zookeeper/actions/runs/5251205631/job/14209201285
*
https://github.com/kezhuw/zookeeper/actions/runs/6198985701/job/16830576384#step:9:38
*
https://github.com/apache/zookeeper/actions/runs/6244974218/job/16952757583#step:11:44
{noformat}
2023-07-18 12:08:34,046 [myid:] - ERROR [main:o.a.z.u.ServiceUtils@48] -
Exiting JVM with code 1
ZooKeeper JMX enabled by default
Using config:
/home/runner/work/zookeeper/zookeeper/apache-zookeeper-3.7.0-bin/bin/../conf/zoo_sample.cfg
Stopping zookeeper ... STOPPED
Traceback (most recent call last):
File "/home/runner/work/zookeeper/zookeeper/tools/ci/test-connectivity.py",
line 48, in <module>
subprocess.run([f'{client_binpath}', 'sync', '/'], check=True)
File "/usr/lib/python3.10/subprocess.py", line 524, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command
'['/home/runner/work/zookeeper/zookeeper/bin/zkCli.sh', 'sync', '/']' returned
non-zero exit status 1.
Error: Process completed with exit code 1.
{noformat}
I guess it could cause by asynchronous start.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)