There is currently a race condition in the Feast integration tests (maven) that causes a port conflict. ``` java.io.IOException: Failed to bind to /0.0.0.0:45124 ``` Ideally we should be probing for open ports or at least make all ports unique across tests.
There is currently a race condition in the Feast integration tests (maven) that causes a port conflict.
Ideally we should be probing for open ports or at least make all ports unique across tests.