max_idle_connections added

This commit is contained in:
Laura Bennett
2016-07-20 09:26:26 -04:00
parent b99c692f0d
commit badaabc17d
3 changed files with 15 additions and 3 deletions

View File

@@ -82,7 +82,8 @@ func TestBackend_config_connection(t *testing.T) {
configData := map[string]interface{}{
"value": "",
"connection_url": "sample_connection_url",
"max_open_connections": 7,
"max_open_connections": 9,
"max_idle_connections": 7,
"verify_connection": false,
}