Pierre Sauvage
Pierre Sauvage
Hi, testing to build heroic for the first time, integrationTests failed. Due to a missing docker image. ``` com.spotify.heroic.PubSubConsumerIT > consumeOneMessage FAILED org.testcontainers.containers.ContainerLaunchException: Container startup failed Caused by: org.testcontainers.containers.ContainerFetchException: Can't...
**Describe the bug** nosqlbench is not able to connect to SSL-ized DSE cluster with Self-Signed CA. Latest working version is 4.15.64 **To Reproduce** Steps to reproduce the behavior: 1. Install...
add command ``` jumbo ssh ``` Ideally, it should use ssh directly but MVP can wrap vagrant command
wait_connect results in Error: { [Error: (SSH) Channel open failure: open failed] reason: 'ADMINISTRATIVELY_PROHIBITED', lang: '' } A workaround is to force ssh to null in mecano/wait/connect 116 child.execute 117...
We often use bash grep to check output of a command, and return 1 (mecano fail) if not found. Works great, but we loose the output of the firt command....