kytos-ng / kytos-end-to-end-tests

Kytos End-to-End Tests
0 stars 10 forks source link

Kytos graceful stop can lead to failed tests #112

Closed italovalcy closed 2 years ago

italovalcy commented 2 years ago

Some tests are failing because of the Kytos graceful-stop mechanism which can stay running for more than 5s (5s is the maximum time to wait on our testing helper). After these 5s, the testing routine tries to start kytos, but it will fail because the Kytos PID file still exists and Kytos refuses to start.