You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  • Regressions Tests

Regressions can be run via the -R and -r commands to the traffic_server executable. The -R command specifies the regression level as documented in libinktomi++/Regression.h (e.g. -R1 for QUICK). The -r command permits a subset of the regressions matching the provided Regex to be run (e.g. -r"cache*" for all cache related regressions).

More information can be found in the headers:

    • libinktomi++/Regression.h
    • proxy/RegressionSM.h

The latter provides for sequencing and parallel execution of regression state machines.

  • No labels