Comment 1 for bug 1856902

Revision history for this message
Matt Riedemann (mriedem) wrote :

Interestingly this test is trying to create 3 servers and there are only 2 available CUSTOM_PMEM_NAMESPACE_SMALL resources available so the test expects the 3rd server to fail and go to ERROR status, which it appears it does from the logs.

Then it deletes one of the servers holding a resource and tries to create another server which fails and I think this is because it's not waiting for the deleted server to actually be gone which is likely a result of the delete server functional test code being refactored to move away from ServersTestBase.