apache / iceberg-python

Apache PyIceberg

Home Page:https://py.iceberg.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request] Improve integration test reliance on docker

kevinjqliu opened this issue · comments

Feature Request / Improvement

It would be nice to eliminate the sleep 10 and instead use health checks for the underlying containers.

sleep 10

The sleep here is a proxy for waiting for REST/HMS services to be available.

@kevinjqliu Did you guys consider using testcontainers?

@AronsonDan I have not heard of this before. I'll take a look, thank you!

Would love to give a hand setting up testconteiners using pytest

@AronsonDan please do! Feel free to tag me or reach out with any questions