router icon indicating copy to clipboard operation
router copied to clipboard

Test axum_factory::tests::test_supergraph_timeout fails if port 4000 is in use

Open glasser opened this issue 1 year ago • 2 comments

The test axum_factory::tests::test_supergraph_timeout does not use an ephemeral port, so cargo test fails if port 4000 is in use (for example, if you just happen to be running a router with default configuration).

glasser avatar Aug 14 '23 14:08 glasser

@nicholascioli Did you possibly fix this recently?

abernix avatar Mar 21 '24 18:03 abernix

Yes! This PR makes the router bind to a random port for the integration tests. Is this issue happening even after the linked change?

nicholascioli avatar Mar 26 '24 13:03 nicholascioli