Reduce usage of MultipleTimes() in tests
Getting rid of .MultipleTimes() in test, it always(90%) point to some ineffective code that needs to be optimized.
Send requests for optimized methods in Tuskar API, when optimization on Ui level is not possible.
Blueprint information
- Status:
- Complete
- Approver:
- Tzu-Mainn Chen
- Priority:
- Undefined
- Drafter:
- Tzu-Mainn Chen
- Direction:
- Approved
- Assignee:
- Tzu-Mainn Chen
- Definition:
- Approved
- Series goal:
- None
- Implementation:
- Implemented
- Milestone target:
- None
- Started by
- Tzu-Mainn Chen
- Completed by
- Tzu-Mainn Chen
Related branches
Related bugs
Sprints
Whiteboard
The MultipleTimes in test/api_
There are three in resource_
[lsmola] just a thought about that, I have found out that it is perfectly fine to duplicate the code. So duplicate the code for 'get' three times, and put there e.g. a comment 'I am testing that it should be called exactly 3 times'
Gerrit topic: https:/
Addressed by: https:/
cleaned up instances of MultipleTimes