tempest test class manila_tempest_tests.tests.api.admin.test_migration.MigrationNFSTest is very slow
Bug #1663574 reported by
Valeriy Ponomaryov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Shared File Systems Service (Manila) |
Fix Released
|
High
|
Valeriy Ponomaryov |
Bug Description
Commit [1] added 6 new "migration" tests to the same class. All of them are pretty slow - 2-2,5 minutes. And all of them always run in the same thread, serially. It make tempest run take about 20 minutes just because of this single thread. There is no need to run these tests serially. So, we need to split them up to separate classes, so they could be picked up by different threads and run in parallel.
[1] https:/
[2] http://
Changed in manila: | |
milestone: | none → pike-1 |
assignee: | nobody → Valeriy Ponomaryov (vponomaryov) |
importance: | Undecided → High |
tags: | added: tempest |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/432294
Review: https:/