(ixbots) fix tsan data race error when accessing verbose parameter

This commit is contained in:
Benjamin Sergeant
2020-05-04 17:15:35 -07:00
parent 4f17cd5e74
commit af003fc79b
8 changed files with 5 additions and 49 deletions

View File

@ -87,7 +87,6 @@ TEST_CASE("Cobra_to_stdout_bot", "[cobra_bots]")
std::string filter;
std::string position("$");
bool verbose = true;
bool quiet = false;
bool enableHeartbeat = false;
@ -103,7 +102,6 @@ TEST_CASE("Cobra_to_stdout_bot", "[cobra_bots]")
position,
fluentd,
quiet,
verbose,
enableHeartbeat,
runtime);
//