GitHub user jpeach opened a pull request:

    https://github.com/apache/trafficserver/pull/597

    TS-4370: Add regression list option to traffic_server.

    This looks like:
    ```
    $ ./proxy/traffic_server -l
    traffic_server: using root directory '/opt/ats'
    SSLReverseHostname SSLCertLookup.cc:432 (RegressionTest_SSLReverseHostname)
    SSLWildcardMatch SSLCertLookup.cc:418 (RegressionTest_SSLWildcardMatch)
    ram_cache CacheTest.cc:614 (RegressionTest_ram_cache)
    cache_disk_replacement_stability CacheTest.cc:402 
(RegressionTest_cache_disk_replacement_stability)
    DNS DNS.cc:1697 (RegressionTest_DNS)
    ...
    ```
    We emit the name (for the ``-r`` option) as well as the source location for 
easy code lookup and the generated function name for easy setting of 
breakpoints.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jpeach/trafficserver jpeach/regression-list

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/597.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #597
    
----
commit 867a3cf270f323b80d6a993285a378704f51c6f2
Author: James Peach <jpe...@apache.org>
Date:   2016-04-22T04:02:58Z

    TS-4370: Refactor and rename SrcLoc.
    
    In preparation for using SrcLoc outside of diaags, split it into
    its own source file with no dependencies, and rename it to
    SourceLocation.

commit 954cc8d6f950e3adc48b84c0e9977683009e8da4
Author: James Peach <jpe...@apache.org>
Date:   2016-04-21T05:28:43Z

    TS-4370: Add a traffic_server option to list tests.
    
    Add the -l option to traffic_server option to list the available
    tests. This is helpful when you want to run specific tests but need
    to know what they are.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to