atharvalade commented on PR #2821: URL: https://github.com/apache/iggy/pull/2821#issuecomment-4026282262
> @lukaszzborek this will not be that simple because we'd have to restart server - there is either normal unencrypted TCP or TLS TCP. I'd say that we create separate instance for server for TLS tests. @atharvalade can you figure it out? see scripts/run-csharp-examples-from-readme.sh @hubcio @lukaszzborek I added the TLS examples to the `examples/csharp/README.md` so CI picks them up, and updated `scripts/run-csharp-examples-from-readme.sh` to handle them. Since we can't just flip TLS on the running server, the script now runs all the non-TLS examples first, shuts that server down, then spins up a second instance configured with TLS enabled and the certs from `core/certs/`, and runs the TcpTls examples against that. Ready for review. -- 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]
