microcks / microcks-testcontainers-go

Go lib for Testcontainers that enables embedding Microcks into your unit tests with lightweight, throwaway instance thanks to containers.
https://microcks.io
Apache License 2.0
6 stars 4 forks source link

Update Test container go to v0.31 #28

Closed oliviernguyenquoc closed 4 months ago

oliviernguyenquoc commented 4 months ago

Reason/Context

Fixe bug in tests

Description

Just saying that Test container go have release v0.31: https://github.com/testcontainers/testcontainers-go/releases/tag/v0.31.0

It fixes bug you mention: https://github.com/microcks/microcks-testcontainers-go-demo/blob/60df21fe221e06c4adc8f1bef99d87c56db5cab9/internal/controller/order_controller_test.go#L50-L51

Implementation ideas

I guess you just need to update depedencies

JulienBreux commented 4 months ago

Hi,

First of all: congrats and thanks for contributing to Microcks.

Unfortunately, we're waiting for the v0.32.0 of TC-Go because I fixed a bug (https://github.com/testcontainers/testcontainers-go/pull/2551) regarding all the async system.

We upgrade soon this TC module with the async feature inside.

I am committed to realize this ASAP.

JulienBreux commented 4 months ago

@lbroudoux could you close in favor of https://github.com/microcks/microcks-testcontainers-go/issues/30

lbroudoux commented 4 months ago

Closing this one in favor of #30.