Skip to content

Commit d0203f3

Browse files
committed
Add test logs
1 parent a88632f commit d0203f3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

extensions/couchbase/tests/GetCouchbaseKeyTests.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ struct ExpectedCallOptions {
3838
class GetCouchbaseKeyTestController : public TestController {
3939
public:
4040
GetCouchbaseKeyTestController() {
41+
LogTestController::getInstance().setDebug<TestPlan>();
42+
LogTestController::getInstance().setDebug<minifi::core::Processor>();
43+
LogTestController::getInstance().setTrace<minifi::core::ProcessSession>();
44+
LogTestController::getInstance().setDebug<controllers::CouchbaseClusterService>();
45+
LogTestController::getInstance().setDebug<processors::GetCouchbaseKey>();
4146
auto controller_service_node = controller_.plan->addController("MockCouchbaseClusterService", "MockCouchbaseClusterService");
4247
mock_couchbase_cluster_service_ = std::static_pointer_cast<MockCouchbaseClusterService>(controller_service_node->getControllerServiceImplementation());
4348
proc_->setProperty(processors::GetCouchbaseKey::CouchbaseClusterControllerService, "MockCouchbaseClusterService");

0 commit comments

Comments
 (0)