Skip to content

Draft: Make Test_CaptureServiceLogs integration test work on windows

What does this MR do?

This MR updates the docker and kubernetes integration tests Test_CaptureServiceLogs to use window's specific images for postgres and redis when running under windows.

Why was this MR needed?

When run under windows, the test Test_CaptureServiceLogs fails because the postgres and redis images can't be downloaded. The default/official images for those two services are linux/unix specific, and neither work nor can be pulled on windows. Somehow, we were able to merge MR that added these tests (!3680 (merged)).

What's the best way to test this MR?

Let the pipeline run.

What are the relevant issue numbers?

Edited by Axel von Bertoldi

Merge request reports

Loading