Azure / iotedgedev

The Azure IoT Edge Dev Tool greatly simplifies your Azure IoT Edge development process. It has everything you need to get started and helps with your day-to-day Edge development.
https://aka.ms/iotedgedev
Other
160 stars 71 forks source link

Fix flaky test tests/test_iotedgedev_simulator.py::test_start_single #563

Open beandrad opened 2 years ago

beandrad commented 2 years ago

This tests fails from time to time when trying to start container.

ERROR: ERROR: Could not start container: e310f76246c796795b7ec5bb48f05bb1b92055cac6f13b606e2d087774a70142 : 500 Server Error for http+docker://localhost/v1.41/containers/e310f76246c796795b7ec5bb48f05bb1b92055cac6f13b606e2d087774a70142/start: Internal Server Error ("driver failed programming external connectivity on endpoint input (6738c1f411ee5a9ec993229496b08ad0c11705b34d66082eb6b6b867c40ec3b5): Error starting userland proxy: listen tcp4 0.0.0.0:53000: bind: address already in use")

See pipeline run.

image

Steps to Reproduce:

  1. Run the corresponding test.