Maxime Dupuis

Results 16 comments of Maxime Dupuis

Ok I understand now. I think having both a waiting function AND an asserting function makes it too complicated. In most cases, one could split it in two lines like...

Great! Yeah the custom messages is gonna be tricky. Good point that we don't need to figure those yet for assert_eventually() to work.

Yes I'm happy to do it. Might take a while though, I'm just hobbying around. So if you get inspired feel free to do it! We can post progress here,...

Resolved by https://github.com/bitwes/Gut/pull/609 @bitwes your Awaiter trick works. Let me know what you think 🤞 I called it `assert_eventually`, but it's not a strong preference. Pick whichever name fits best...

@ndeloof AFTER the `docker compose up --wait --logs` command fails, could we dump the logs of the healthcheck-failing containers? Could be an easier first step and help troubleshoot most cases.