Skip to content
Snippets Groups Projects
Commit 5ccae882 authored by Steven Murray's avatar Steven Murray
Browse files

Reduced to the minium the number of database connections used by...

Reduced to the minium the number of database connections used by createSameSchemaInTwoSeparateInMemoryDatabases
parent ba7291f3
Branches
Tags
No related merge requests found
......@@ -37,8 +37,8 @@ TEST_F(cta_catalogue_InMemoryCatalogue, createSameSchemaInTwoSeparateInMemoryDat
using namespace cta;
log::DummyLogger dummyLog("dummy");
const uint64_t nbConns = 2;
const uint64_t nbArchiveFileListingConns = 1;
const uint64_t nbConns = 1;
const uint64_t nbArchiveFileListingConns = 0;
// First in-memory database
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment