Comment 6 for bug 1954535

Revision history for this message
Lukas Piwowarski (lukas-piwowarski) wrote :

Hi James,

I'm sorry for taking me this long to respond. I can confirm that this bug is valid as I was able to reproduce the issue running the tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create [1] test. I think that the issue is caused by this line [2] (the servers are deleted using the servers_client.delete_server which does not wait for the deletion of the servers). I will propose a patch to tempest that should fix this and I will probably propose a patch that flags the test in refstack for now. We will see what others think about this during the review.

[1] https://opendev.org/openstack/tempest/src/commit/cd354d8ce3745a96116d534c1428742c605c61e0/tempest/api/compute/servers/test_multiple_create.py#L26
[2] https://opendev.org/openstack/tempest/src/commit/cd354d8ce3745a96116d534c1428742c605c61e0/tempest/api/compute/servers/test_multiple_create.py#L38