Comment 9 for bug 1374175

Revision history for this message
Angus Salkeld (asalkeld) wrote :

I have run this tempest test locally (in a vagrant box) ~ dozen times so far one failure.

Ran 1 tests in 374.291s (+5.615s)
Ran 1 tests in 398.951s (+25.890s)
Ran 1 tests in 394.371s (-2.616s)
Ran 1 tests in 389.545s (-2.249s)
Ran 1 tests in 415.649s (+28.306s)
Ran 1 tests in 412.924s (-0.703s)

The failure I had was different tho':-(
  File "tempest/scenario/orchestration/test_server_cfn_init.py", line 134, in test_server_cfn_init
    self.check_stack()
  File "tempest/scenario/orchestration/test_server_cfn_init.py", line 93, in check_stack
    sid, 'WaitCondition', 'CREATE_COMPLETE')
  File "tempest/services/orchestration/json/orchestration_client.py", line 192, in wait_for_resource_status
    time.sleep(self.build_interval)
  File "/usr/local/lib/python2.7/dist-packages/fixtures/_fixtures/timeout.py", line 52, in signal_handler
    raise TimeoutException()

I am not super familiar with all the timeouts, but it might simply be that one of the timeout settings is a bit close and
the test is a bit variable in duration.