michaelsembwever commented on PR #787: URL: https://github.com/apache/cassandra-ccm/pull/787#issuecomment-2850142034
Sorry, i didn't see these messages^. Yes, the smoke test is very new and rudimentary. And I've already cleaned it up in this commit that's proposed for inclusion in #790 https://github.com/thelastpickle/cassandra-ccm/commit/459b14db9903ca93bbbd81df3c9e0a75e1d0ff50 The idea is just - use `ccm stop` in between each iteration to ensure all eventually started nodes shutdown again, - block each iteration until the port is free: `while nc -z 127.0.0.1 7000 ; do echo . ; sleep 1 ; done` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

