Skip to content

Commit

Permalink
Add test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lordgamez committed Oct 22, 2024
1 parent a88632f commit d0203f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extensions/couchbase/tests/GetCouchbaseKeyTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ struct ExpectedCallOptions {
class GetCouchbaseKeyTestController : public TestController {
public:
GetCouchbaseKeyTestController() {
LogTestController::getInstance().setDebug<TestPlan>();
LogTestController::getInstance().setDebug<minifi::core::Processor>();
LogTestController::getInstance().setTrace<minifi::core::ProcessSession>();
LogTestController::getInstance().setDebug<controllers::CouchbaseClusterService>();
LogTestController::getInstance().setDebug<processors::GetCouchbaseKey>();
auto controller_service_node = controller_.plan->addController("MockCouchbaseClusterService", "MockCouchbaseClusterService");
mock_couchbase_cluster_service_ = std::static_pointer_cast<MockCouchbaseClusterService>(controller_service_node->getControllerServiceImplementation());
proc_->setProperty(processors::GetCouchbaseKey::CouchbaseClusterControllerService, "MockCouchbaseClusterService");
Expand Down

0 comments on commit d0203f3

Please sign in to comment.