25 "name=foo,type=sub,method=connect,address=tcp://localhost:5450,rateLogging=1",
26 {
"Out-of-band channel config"}}},
30 REQUIRE(spec.labels.size() == 2);
31 REQUIRE(DataProcessorSpecHelpers::hasLabel(spec,
"label") ==
true);
32 REQUIRE(DataProcessorSpecHelpers::hasLabel(spec,
"label2") ==
false);
33 REQUIRE(DataProcessorSpecHelpers::hasLabel(spec,
"label3") ==
true);