jrushford commented on a change in pull request #7485:
URL: https://github.com/apache/trafficserver/pull/7485#discussion_r581201879
##########
File path: proxy/ParentSelection.cc
##########
@@ -1105,6 +1107,11 @@
EXCLUSIVE_REGRESSION_TEST(PARENTSELECTION)(RegressionTest * /* t ATS_UNUSED */,
params->findParent(request, result, fail_threshold, retry_time); \
} while (0)
+#define SET_MAX_RETRIERS(x)
\
Review comment:
@SolidWallOfCode For now, I was using the macro to be consistent with
the rest of the regression tests, there are 215 regression tests all using half
a dozen macro's. I think it would be best if I create an issue and change the
parent selection regression tests to use the Catch test framework instead.
----------------------------------------------------------------
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]