lukaszzborek commented on issue #3750: URL: https://github.com/apache/iggy/issues/3750#issuecomment-5225984286
@slbotbm @mmmmxa We can't use published images in integration tests. Edge image not always have current version of iggy-server. Like now in LLM world, some changes can be done in server and in all sdks by one person i one pr. And edge image is version from master, so you don't test it in current code. In c# sdk I also use testcontainers, but i build every time new temporary image for testing via [docker-build-test-server](https://github.com/apache/iggy/blob/master/.github/actions/utils/docker-build-test-server/action.yml) (now it all of that be messy since migration to server-ng 😅). Maybe this is the solution also for python? -- 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]
