File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ endif()
1717
1818# Define project
1919project (Monitoring
20- VERSION 3.8.0
20+ VERSION 3.8.1
2121 DESCRIPTION "O2 Monitoring library"
2222 LANGUAGES CXX
2323)
Original file line number Diff line number Diff line change @@ -41,9 +41,6 @@ BOOST_AUTO_TEST_CASE(verbosity)
4141 auto influxDebug = Monitoring::GetBackend (influxDebugUrl);
4242 BOOST_CHECK_EQUAL (static_cast <std::underlying_type<Verbosity>::type>(influxDebug->getVerbosity ()), 2 );
4343
44- std::string influxUnixUrl = " influxdb-unix://127.0.0.1:1234/?db=test" ;
45- auto influxHttp = Monitoring::GetBackend (influxUnixUrl);
46-
4744 std::string ilProdUrl = " stdout:///info" ;
4845 auto ilProd = Monitoring::GetBackend (ilProdUrl);
4946 BOOST_CHECK_EQUAL (static_cast <std::underlying_type<Verbosity>::type>(ilProd->getVerbosity ()), 1 );
You can’t perform that action at this time.
0 commit comments