vmware / vic

vSphere Integrated Containers Engine is a container runtime for vSphere.
http://vmware.github.io/vic
Other
640 stars 173 forks source link

Introduce concurreny testing for the VCH Management APIs #7519

Open zjs opened 6 years ago

zjs commented 6 years ago

This issue tracks introducing concurrency testing for the existing VCH Management API functionality (create, list, inspect, and delete).

Suggested tests include:

Design and discussion is needed to determine where and how these tests should be implemented.

As a part of this work, the "Concurrency" portions of 23-02-VCH-List.md, 23-03-VCH-Create.md, 23-04-VCH-Inspect.md, and 23-05-VCH-Delete.md should be updated to document the implementation details of the tests (and moved to a more appropriate location, if applicable).

andrewtchin commented 6 years ago

Tests should reliably reproduce concurrency failures if they are found