...
none
Functional Testing
Design
Overview of test plan with high-level bulleted test cases
test domains access with get_fio_domains for an account with 25k domainsAll FIO getters should be regression tested.
run regression tests on all feature/function of FIO. (dev testing will run the smoke tests).
test domains access with get_fio_domains for an account with 25k domains, a dev testing case is created for this in the fio.test branch.
Performance Testing
Design
...
perf testing is same as functional testing for get_fio_domains with one account owning 25k domains.
dev testing was completed for this test case.
Fork Testing plan
no fork testing is required.
this is not a forking change to the FIO Core.
...