Integration test flakiness
- Lenguaje dominante
- Python
- Estrellas
- 72
- Forks
- 84
- Merge medio
- 5 h 11 min
- PR fusionados (30 d)
- 1
Descripción
In a recent PR of mine I had a handful of integration tests fail on me intermittently when run by GitHub Actions; they passed fine locally. The errors seem related to connecting to rabbitmq, but that might just be a symptom of something else.
[In one run](https://github.com/FAForever/server/runs/2328008597) `tests/integration_tests/test_control_server.py::test_game` and `tests/integration_tests/test_control_server.py::test_players` gave the following error: `OSError: [Errno 99] error while attempting to bind on address ('10.1.1.42', 4001): cannot assign requested address`.
[In another run](https://github.com/FAForever/server/runs/2332149681) `tests/integration_tests/test_matchmaker.py::test_game_matchmaking_close_fa_and_requeue` failed with `ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 5672)`.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.