Skip to content

Commit 65f320f

Browse files
committed
Add test logs
1 parent 07561ed commit 65f320f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)