Ivan
Ivan
> Hi @surister. The tests are failing now after rebasing on top of the recent test suite refactorings. Can I humbly ask you to look into it? Maybe you can...
@amotl It's very positive that many unit tests fail now :) since this new PR introduces breaking changes and in the modernization I wrote many new tests (it's actually worrysome...
> LGTM, thanks a stack. I think the patch would be ready to go into final review. Thank you so much in advance and for your excellent work on this...
> if we add this can we name it consistently with any one of the other implementations, thanks Hm, could you like any of the other implementations? Can't find them...
To me it seems that serializing it to `float` is the best case, casting to both gives correct precision up until one point, then `str` just adds binary floating point...
Right, had not seen that I was using a float literal instead of a string, airport jet-lag I guess. Yeah, it seems that using a `str` is the best solution,...
I like the new `SqlConnectWaitStrategy` a lot. Indirectly the `_connect` method paired with `wait_container_is_ready` did just that in many database modules.