vmpooler/spec/unit
Glenn Sarti 2f37c1e9b5 (POOLER-52) Modify dummy provider to use a connection pool
Previously a connection pooler class was added.  This commit modifies the Dummy
VM Provider to use a connection pooler.  While the Dummy provider strictly
speaking does not use connections, this allows testing to see what happens when
connection pools are stressed or exhausted.  This commit:
- Modifies functions to use a connection pool object for the public API
  functions
- Modifies the VMPooler YAML with new settings for connection pool size and
  timeout
2017-05-17 13:52:28 -07:00
..
api (POOLER-73) Restructure tests to unit and integration directories 2017-02-17 13:04:38 -08:00
providers (POOLER-52) Modify dummy provider to use a connection pool 2017-05-17 13:52:28 -07:00
generic_connection_pool_spec.rb (POOLER-52) Add a generic connection pool 2017-05-17 13:52:28 -07:00
pool_manager_spec.rb (POOLER-70) Update execute! for VM Provider 2017-05-17 13:52:28 -07:00