From c958423bae6c40c96171290e63c751a34f19584c Mon Sep 17 00:00:00 2001 From: silvacarloss Date: Fri, 10 Jun 2022 15:04:25 -0300 Subject: [PATCH] Update git submodules * Update manila-tempest-plugin from branch 'master' to cc8a651faeac27731a981eb54765da72a162d93a - Split generic job by tests and reduce concurrency We have been performing some tests using the Ubuntu Jammy image. While doing such tests, we realized that the newest image would need more RAM to be spawned successfuly, and that brings the need to bump the memory for such VMs. While testing with the memory bump, we realized that the generic driver would face issues with such change. We have seen a couple of tests failing due to the share manager service loosing connection to the database, and this is usually caused when we have a lack or high consumiption of resources in a VM. Reducing the concurrency itself should work, and then we would have the jobs passing. However, in reducing the concurrency, this job will take longer to run, considering it will only use one of the available threads, and it can lead to this job's possibility to hit the 3 hours pre-scheduled limit. To avoid that, we decided to: Have this change to reduce the concurrency of the manila generic driver job to 1, so we can avoid these failures, as well as split the generic driver job into two jobs: - manila-tempest-plugin-generic - manila-tempest-plugin-generic-scenario The generic one will take care of the API testing as we currently know and have been doing. The scenario one will run all of the scenario tests. Change-Id: Id2d35ce592c73f0c731deb17a5d574f502fe64cb --- manila-tempest-plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manila-tempest-plugin b/manila-tempest-plugin index d911d3237e..cc8a651fae 160000 --- a/manila-tempest-plugin +++ b/manila-tempest-plugin @@ -1 +1 @@ -Subproject commit d911d3237e6a0d20e8c62217db518581224cf61f +Subproject commit cc8a651faeac27731a981eb54765da72a162d93a