Comment 7 for bug 1518952

Revision history for this message
Kyrylo Galanov (kgalanov) wrote :

Hi,

Log https://product-ci.infra.mirantis.net/job/8.0.system_test.ubuntu.thread_3/59/console

The test fails because haproxy sends a request to node-6 which was just stopped. Consequently, request fails by timeout.
Take a look at haproxy conf file: http://paste.openstack.org/show/480664/

I would suggest to put a timeout in the test in order to wait until haproxy detects and detaches the failed node.
Insert 45 seconds timeout here: https://github.com/openstack/fuel-qa/blob/master/fuelweb_test/tests/tests_strength/test_restart.py#L131

Best regards,
Kyrylo