add Postgres max connections to unit test (#100)

This commit is contained in:
Nathan Nichols
2022-02-18 16:46:47 -06:00
committed by GitHub
parent c03b72ad51
commit db601b587c

View File

@@ -45,6 +45,7 @@ TEST(BackendTest, Basic)
{"database", keyspace.c_str()},
{"password", "postgres"},
{"indexer_key_shift", 2},
{"max_connections", 100},
{"threads", 8}}}}}};
std::vector<boost::json::object> configs = {
cassandraConfig, postgresConfig};
@@ -1677,6 +1678,7 @@ TEST(Backend, CacheIntegration)
{"database", keyspace.c_str()},
{"password", "postgres"},
{"indexer_key_shift", 2},
{"max_connections", 100},
{"threads", 8}}}}}};
std::vector<boost::json::object> configs = {
cassandraConfig, postgresConfig};