ZENOTME commented on PR #349: URL: https://github.com/apache/iceberg-rust/pull/349#issuecomment-2503852172
> @ZENOTME I think you're on Linux? I'm on Mac, and I think the docker networking is different. > > First I have to change the networking quite a bit, because the loop that waits for the rest catalog to become ready is pinging a `172.` IP address, which is not responding, so it is a `while true`. If I change it to `127.0.0.1`, and expose the ports in docker, then I get the weird error around the security token. I use Mac M1. I try to change the following to `127.0.0.1` directly but it also works. https://github.com/apache/iceberg-rust/blob/6293aacddf60a3f846c98d7adb3fbb7e4a48f001/crates/integration_tests/src/lib.rs#L44 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org