frejonb commented on issue #5677: [Issue 5676][C++ client] Expose redelivery count URL: https://github.com/apache/pulsar/pull/5677#issuecomment-555940892 @merlimat it looks like Jenkins is failing in different tests in the BasicEndToEnd suite. I tried running the tests in docker but I'm getting ``` ➜ pulsar-client-cpp/docker-tests.sh ---- Testing Pulsar C++ client using image apachepulsar/pulsar-build:ubuntu-16.04 (type --help for more options) ubuntu-16.04: Pulling from apachepulsar/pulsar-build Digest: sha256:d03f66e312923a5e84936d92cfa0af6c95977e5cd4ecd4edb42aa808d543eeab Status: Image is up to date for apachepulsar/pulsar-build:ubuntu-16.04 doing start standalone ... starting standalone, logging to /tmp/pulsar-test-dist/logs/pulsar-standalone-c0edc72f1b2c.log [AppClassLoader@18b4aac2] info AspectJ Weaver Version 1.9.2 built on Wednesday Oct 24, 2018 at 15:43:33 GMT [AppClassLoader@18b4aac2] info register classloader sun.misc.Launcher$AppClassLoader@18b4aac2 [AppClassLoader@18b4aac2] info using configuration file:/tmp/pulsar-test-dist/lib/org.apache.pulsar-pulsar-zookeeper-utils-2.5.0-SNAPSHOT.jar!/META-INF/aop.xml [AppClassLoader@18b4aac2] info using configuration file:/tmp/pulsar-test-dist/lib/org.apache.pulsar-pulsar-zookeeper-2.5.0-SNAPSHOT.jar!/META-INF/aop.xml [AppClassLoader@18b4aac2] info register aspect org.apache.pulsar.broker.zookeeper.aspectj.ClientCnxnAspect [AppClassLoader@18b4aac2] info register aspect org.apache.pulsar.zookeeper.FinalRequestProcessorAspect [AppClassLoader@18b4aac2] info register aspect org.apache.pulsar.zookeeper.ZooKeeperServerAspect -- Wait for Pulsar service to be ready -- Pulsar service is ready -- Configure permissions -- Ready to start tests /pulsar/pulsar-client-cpp/tests /pulsar/pulsar-client-cpp ---- Run unit tests in parallel Traceback (most recent call last): File "/gtest-parallel/gtest-parallel", line 18, in <module> sys.exit(gtest_parallel.main()) File "/gtest-parallel/gtest_parallel.py", line 801, in main tasks = find_tests(binaries, additional_args, options, times) File "/gtest-parallel/gtest_parallel.py", line 582, in find_tests stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 567, in check_output process = Popen(stdout=PIPE, *popenargs, **kwargs) File "/usr/lib/python2.7/subprocess.py", line 711, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
