ywkaras commented on a change in pull request #7674:
URL: https://github.com/apache/trafficserver/pull/7674#discussion_r617894809



##########
File path: tests/gold_tests/pluginTest/tsapi/test_tsapi.cc
##########
@@ -172,7 +176,11 @@ transactionContFunc(TSCont, TSEvent event, void *eventData)
 {
   logFile << "Transaction: event=" << TSHttpEventNameLookup(event) << 
std::endl;
 
-  TSDebug(PIName, "Transaction: event=%s(%d) eventData=%p", 
TSHttpEventNameLookup(event), event, eventData);
+  TSDbg(dbg_ctl, "Transaction: event=%s(%d) eventData=%p", 
TSHttpEventNameLookup(event), event, eventData);
+
+  TSDebug(PIName, "Should not see this, enabled set to 3");
+
+  TSDbg(off_dbg_ctl, "Should not see this, tag does not match regular 
expression");

Review comment:
       The Au test doesn't have automated checking of the debug output.  I ran 
the test and saved and saved the sandbox (with -C none) and checked the debug 
output manually.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to