You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/22 06:14:12 UTC

[jira] [Commented] (TS-4370) add an option to list regression tests

    [ https://issues.apache.org/jira/browse/TS-4370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15253313#comment-15253313 ] 

ASF GitHub Bot commented on TS-4370:
------------------------------------

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

----


> add an option to list regression tests
> --------------------------------------
>
>                 Key: TS-4370
>                 URL: https://issues.apache.org/jira/browse/TS-4370
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Tests
>            Reporter: James Peach
>
> Add an option to list the available regression tests to make it easier to run them singly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)