JosiahWI commented on code in PR #13262:
URL: https://github.com/apache/trafficserver/pull/13262#discussion_r3403546112


##########
include/tscore/Regression.h:
##########
@@ -101,4 +101,10 @@ int         rprintf(RegressionTest *t, const char *format, 
...);
 int         rperf(RegressionTest *t, const char *tag, double val);
 const char *regression_status_string(int status);
 
+/// @brief Forces all diagnostic output to stderr regardless of routing config.
+///
+/// @pre May be called at any time after initialization.
+/// @post All subsequent print_va() calls write to stderr unconditionally,
+///       in addition to any other configured outputs.
+/// @note Intended for regression test harnesses only. Not reversible.

Review Comment:
   Correct. 👍 



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to