You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "John Plevyak (JIRA)" <ji...@apache.org> on 2009/12/08 01:30:18 UTC

[jira] Created: (TS-74) regression tests returning FAILED status

regression tests returning FAILED status
----------------------------------------

                 Key: TS-74
                 URL: https://issues.apache.org/jira/browse/TS-74
             Project: Traffic Server
          Issue Type: Bug
          Components: Cleanup
            Reporter: John Plevyak


With the patch for the segv (TS-73) the following tests fail (note: many pass) :


    REGRESSION_RESULT SDK_API_INKConstant:                     FAILED
    REGRESSION_RESULT SDK_API_INKfopen:                        FAILED
    REGRESSION_RESULT SDK_API_INKPluginDirGet:                 FAILED
    REGRESSION_RESULT SDK_API_INKTrafficServerVersionGet:      FAILED
    REGRESSION_RESULT DNS:                                     FAILED
    REGRESSION_RESULT SDK_API_HttpAltInfo:                     FAILED
    REGRESSION_RESULT SDK_API_HttpTxnTransform:                FAILED
    REGRESSION_RESULT SDK_API_HttpTxnCache:                    FAILED
    REGRESSION_RESULT SDK_API_HttpHookAdd:                     FAILED


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-74) regression tests returning FAILED status

Posted by "George Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Paul updated TS-74:
--------------------------

        Fix Version/s: 2.0.0a
          Environment: All
    Affects Version/s: 2.0.0a

> regression tests returning FAILED status
> ----------------------------------------
>
>                 Key: TS-74
>                 URL: https://issues.apache.org/jira/browse/TS-74
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cleanup
>    Affects Versions: 2.0.0a
>         Environment: All
>            Reporter: John Plevyak
>             Fix For: 2.0.0a
>
>         Attachments: ts_R1_out2.txt
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> With the patch for the segv (TS-73) the following tests fail (note: many pass) :
>     REGRESSION_RESULT SDK_API_INKConstant:                     FAILED
>     REGRESSION_RESULT SDK_API_INKfopen:                        FAILED
>     REGRESSION_RESULT SDK_API_INKPluginDirGet:                 FAILED
>     REGRESSION_RESULT SDK_API_INKTrafficServerVersionGet:      FAILED
>     REGRESSION_RESULT DNS:                                     FAILED
>     REGRESSION_RESULT SDK_API_HttpAltInfo:                     FAILED
>     REGRESSION_RESULT SDK_API_HttpTxnTransform:                FAILED
>     REGRESSION_RESULT SDK_API_HttpTxnCache:                    FAILED
>     REGRESSION_RESULT SDK_API_HttpHookAdd:                     FAILED

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TS-74) regression tests returning FAILED status

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832829#action_12832829 ] 

Leif Hedstrom commented on TS-74:
---------------------------------

+1 on using example.com for all "examples". Not sure what to do in the case where the unit / regression test actually wants a real URL, but my +1 would be to use either www.apache.org or trafficserver.apache.org (and not www.yahoo.com).

> regression tests returning FAILED status
> ----------------------------------------
>
>                 Key: TS-74
>                 URL: https://issues.apache.org/jira/browse/TS-74
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cleanup
>    Affects Versions: 2.0.0a
>         Environment: All
>            Reporter: John Plevyak
>            Assignee: George Paul
>             Fix For: 2.0.0a
>
>         Attachments: 0001-TS74_patch1.diff.patch, ts_R1_out2.txt
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> With the patch for the segv (TS-73) the following tests fail (note: many pass) :
>     REGRESSION_RESULT SDK_API_INKConstant:                     FAILED
>     REGRESSION_RESULT SDK_API_INKfopen:                        FAILED
>     REGRESSION_RESULT SDK_API_INKPluginDirGet:                 FAILED
>     REGRESSION_RESULT SDK_API_INKTrafficServerVersionGet:      FAILED
>     REGRESSION_RESULT DNS:                                     FAILED
>     REGRESSION_RESULT SDK_API_HttpAltInfo:                     FAILED
>     REGRESSION_RESULT SDK_API_HttpTxnTransform:                FAILED
>     REGRESSION_RESULT SDK_API_HttpTxnCache:                    FAILED
>     REGRESSION_RESULT SDK_API_HttpHookAdd:                     FAILED

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TS-74) regression tests returning FAILED status

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832771#action_12832771 ] 

Leif Hedstrom commented on TS-74:
---------------------------------

Besides the comment below, the rest looks good. R=leif.

One comment: Not sure if this is kosher, maybe check with pquerna or the mailing list for suggestions:

-  const char *url_host = "www.inktomi.com";
+  const char *url_host = "www.yahoo.com";


-  char *expected_iobuf = "GET http://www.inktomi.com:2345/abcd/efg/hij.htm HTTP/2.1\r\n\r\n";
+  char *expected_iobuf = "GET http://www.yahoo.com:2345/abcd/efg/hij.htm HTTP/2.1\r\n\r\n";

-    "GET http://www.inktomi.com/ HTTP/1.1\r\nmimefield1:field1value1,field1value2\r\nmimefield2:field2value1,field2value2\r\n\r\n";
+    "GET http://www.yahoo.com/ HTTP/1.1\r\nmimefield1:field1value1,field1value2\r\nmimefield2:field2value1,field2value2\r\n\r\n";

-  char *url = "http://abc:def@www.inktomi.com:3426/homepage.cgi;ab?abc=def#abc";
+  char *url = "http://abc:def@www.yahoo.com:3426/homepage.cgi;ab?abc=def#abc";

I'm thinking, but not sure, maybe something like trafficserver.apache.org (which will be our "domain" when we graduate).

> regression tests returning FAILED status
> ----------------------------------------
>
>                 Key: TS-74
>                 URL: https://issues.apache.org/jira/browse/TS-74
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cleanup
>    Affects Versions: 2.0.0a
>         Environment: All
>            Reporter: John Plevyak
>            Assignee: George Paul
>             Fix For: 2.0.0a
>
>         Attachments: 0001-TS74_patch1.diff.patch, ts_R1_out2.txt
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> With the patch for the segv (TS-73) the following tests fail (note: many pass) :
>     REGRESSION_RESULT SDK_API_INKConstant:                     FAILED
>     REGRESSION_RESULT SDK_API_INKfopen:                        FAILED
>     REGRESSION_RESULT SDK_API_INKPluginDirGet:                 FAILED
>     REGRESSION_RESULT SDK_API_INKTrafficServerVersionGet:      FAILED
>     REGRESSION_RESULT DNS:                                     FAILED
>     REGRESSION_RESULT SDK_API_HttpAltInfo:                     FAILED
>     REGRESSION_RESULT SDK_API_HttpTxnTransform:                FAILED
>     REGRESSION_RESULT SDK_API_HttpTxnCache:                    FAILED
>     REGRESSION_RESULT SDK_API_HttpHookAdd:                     FAILED

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-74) regression tests returning FAILED status

Posted by "George Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Paul updated TS-74:
--------------------------

    Attachment: ts_R1_out2.txt

svnversion: 905506
Trunk:
Regression Tests passed: 254
Regression Tests failed: 9

    REGRESSION_RESULT SDK_API_INKConstant:                     FAILED
    REGRESSION_RESULT SDK_API_INKPluginDirGet:                 FAILED
    REGRESSION_RESULT SDK_API_INKTrafficServerVersionGet:      FAILED
    REGRESSION_RESULT SDK_API_HttpAltInfo:                     FAILED
    REGRESSION_RESULT SDK_API_HttpTxnTransform:                FAILED
    REGRESSION_RESULT SDK_API_HttpTxnCache:                    FAILED
    REGRESSION_RESULT SDK_API_HttpHookAdd:                     FAILED
    REGRESSION_RESULT DNS:                                     FAILED

Attached is the output log (ts_R1_out2.txt) for '-R 1' test.

-George


> regression tests returning FAILED status
> ----------------------------------------
>
>                 Key: TS-74
>                 URL: https://issues.apache.org/jira/browse/TS-74
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cleanup
>            Reporter: John Plevyak
>         Attachments: ts_R1_out2.txt
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> With the patch for the segv (TS-73) the following tests fail (note: many pass) :
>     REGRESSION_RESULT SDK_API_INKConstant:                     FAILED
>     REGRESSION_RESULT SDK_API_INKfopen:                        FAILED
>     REGRESSION_RESULT SDK_API_INKPluginDirGet:                 FAILED
>     REGRESSION_RESULT SDK_API_INKTrafficServerVersionGet:      FAILED
>     REGRESSION_RESULT DNS:                                     FAILED
>     REGRESSION_RESULT SDK_API_HttpAltInfo:                     FAILED
>     REGRESSION_RESULT SDK_API_HttpTxnTransform:                FAILED
>     REGRESSION_RESULT SDK_API_HttpTxnCache:                    FAILED
>     REGRESSION_RESULT SDK_API_HttpHookAdd:                     FAILED

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TS-74) regression tests returning FAILED status

Posted by "George Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Paul resolved TS-74.
---------------------------

    Resolution: Fixed

Fixed following regressions:

REGRESSION_RESULT SDK_API_INKConstant: FAILED
REGRESSION_RESULT SDK_API_INKPluginDirGet: FAILED
REGRESSION_RESULT SDK_API_INKTrafficServerVersionGet: FAILED

Using 'example.com' is fine for test domain suffixes as the majority of regressions use synthetic clients and servers for tests.

Filed separate tickets for the following:

TS-171 REGRESSION_RESULT SDK_API_HttpAltInfo: FAILED
TS-172 REGRESSION_RESULT SDK_API_HttpTxnTransform: FAILED
TS-173 REGRESSION_RESULT SDK_API_HttpTxnCache: FAILED
TS-174 REGRESSION_RESULT SDK_API_HttpHookAdd: FAILED

Note that for the following SDK API regression tests to pass

SDK_API_INKHttpConnectServerIntercept
SDK_API_INKHttpConnectIntercept
SDK_API_HttpSsn

records.config variable 'proxy.config.url_remap.remap_required' must be set to '0'. i.e.

CONFIG proxy.config.url_remap.remap_required INT 0

Finally note that for the 'Cache_part' regression test to pass a cache storage has to be allocated > 128MB.

-George

> regression tests returning FAILED status
> ----------------------------------------
>
>                 Key: TS-74
>                 URL: https://issues.apache.org/jira/browse/TS-74
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cleanup
>    Affects Versions: 2.0.0a
>         Environment: All
>            Reporter: John Plevyak
>            Assignee: George Paul
>             Fix For: 2.0.0a
>
>         Attachments: 0001-TS74_patch1.diff.patch, ts_R1_out2.txt
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> With the patch for the segv (TS-73) the following tests fail (note: many pass) :
>     REGRESSION_RESULT SDK_API_INKConstant:                     FAILED
>     REGRESSION_RESULT SDK_API_INKfopen:                        FAILED
>     REGRESSION_RESULT SDK_API_INKPluginDirGet:                 FAILED
>     REGRESSION_RESULT SDK_API_INKTrafficServerVersionGet:      FAILED
>     REGRESSION_RESULT DNS:                                     FAILED
>     REGRESSION_RESULT SDK_API_HttpAltInfo:                     FAILED
>     REGRESSION_RESULT SDK_API_HttpTxnTransform:                FAILED
>     REGRESSION_RESULT SDK_API_HttpTxnCache:                    FAILED
>     REGRESSION_RESULT SDK_API_HttpHookAdd:                     FAILED

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TS-74) regression tests returning FAILED status

Posted by "George Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Paul reassigned TS-74:
-----------------------------

    Assignee: George Paul

> regression tests returning FAILED status
> ----------------------------------------
>
>                 Key: TS-74
>                 URL: https://issues.apache.org/jira/browse/TS-74
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cleanup
>    Affects Versions: 2.0.0a
>         Environment: All
>            Reporter: John Plevyak
>            Assignee: George Paul
>             Fix For: 2.0.0a
>
>         Attachments: ts_R1_out2.txt
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> With the patch for the segv (TS-73) the following tests fail (note: many pass) :
>     REGRESSION_RESULT SDK_API_INKConstant:                     FAILED
>     REGRESSION_RESULT SDK_API_INKfopen:                        FAILED
>     REGRESSION_RESULT SDK_API_INKPluginDirGet:                 FAILED
>     REGRESSION_RESULT SDK_API_INKTrafficServerVersionGet:      FAILED
>     REGRESSION_RESULT DNS:                                     FAILED
>     REGRESSION_RESULT SDK_API_HttpAltInfo:                     FAILED
>     REGRESSION_RESULT SDK_API_HttpTxnTransform:                FAILED
>     REGRESSION_RESULT SDK_API_HttpTxnCache:                    FAILED
>     REGRESSION_RESULT SDK_API_HttpHookAdd:                     FAILED

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TS-74) regression tests returning FAILED status

Posted by "Miles Libbey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832774#action_12832774 ] 

Miles Libbey commented on TS-74:
--------------------------------

if the question is, what domain should we use as an example, example.com is reserved for use in documentation by IETF -- perhaps that's best.

> regression tests returning FAILED status
> ----------------------------------------
>
>                 Key: TS-74
>                 URL: https://issues.apache.org/jira/browse/TS-74
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cleanup
>    Affects Versions: 2.0.0a
>         Environment: All
>            Reporter: John Plevyak
>            Assignee: George Paul
>             Fix For: 2.0.0a
>
>         Attachments: 0001-TS74_patch1.diff.patch, ts_R1_out2.txt
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> With the patch for the segv (TS-73) the following tests fail (note: many pass) :
>     REGRESSION_RESULT SDK_API_INKConstant:                     FAILED
>     REGRESSION_RESULT SDK_API_INKfopen:                        FAILED
>     REGRESSION_RESULT SDK_API_INKPluginDirGet:                 FAILED
>     REGRESSION_RESULT SDK_API_INKTrafficServerVersionGet:      FAILED
>     REGRESSION_RESULT DNS:                                     FAILED
>     REGRESSION_RESULT SDK_API_HttpAltInfo:                     FAILED
>     REGRESSION_RESULT SDK_API_HttpTxnTransform:                FAILED
>     REGRESSION_RESULT SDK_API_HttpTxnCache:                    FAILED
>     REGRESSION_RESULT SDK_API_HttpHookAdd:                     FAILED

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-74) regression tests returning FAILED status

Posted by "George Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Paul updated TS-74:
--------------------------

    Attachment: 0001-TS74_patch1.diff.patch

This patch '0001-TS74_patch1.diff.patch' fixes:

 REGRESSION_RESULT SDK_API_INKConstant: FAILED
 REGRESSION_RESULT SDK_API_INKPluginDirGet: FAILED
 REGRESSION_RESULT SDK_API_INKTrafficServerVersionGet: FAILED

Will be filing the following remaining failures into separate tickets:

  REGRESSION_RESULT SDK_API_HttpAltInfo:                 FAILED
  REGRESSION_RESULT SDK_API_HttpTxnTransform:       FAILED
  REGRESSION_RESULT SDK_API_HttpTxnCache:             FAILED
  REGRESSION_RESULT SDK_API_HttpHookAdd:              FAILED

Note that for the following SDK API regression tests to pass 

  SDK_API_INKHttpConnectServerIntercept
  SDK_API_INKHttpConnectIntercept 

records.config variable 'proxy.config.url_remap.remap_required' must be set to '0'. i.e.

 CONFIG proxy.config.url_remap.remap_required INT 0

Finally note that for the 'Cache_part' regression test to pass a cache storage has to be allocated > 129MB.

-George

> regression tests returning FAILED status
> ----------------------------------------
>
>                 Key: TS-74
>                 URL: https://issues.apache.org/jira/browse/TS-74
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cleanup
>    Affects Versions: 2.0.0a
>         Environment: All
>            Reporter: John Plevyak
>            Assignee: George Paul
>             Fix For: 2.0.0a
>
>         Attachments: 0001-TS74_patch1.diff.patch, ts_R1_out2.txt
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> With the patch for the segv (TS-73) the following tests fail (note: many pass) :
>     REGRESSION_RESULT SDK_API_INKConstant:                     FAILED
>     REGRESSION_RESULT SDK_API_INKfopen:                        FAILED
>     REGRESSION_RESULT SDK_API_INKPluginDirGet:                 FAILED
>     REGRESSION_RESULT SDK_API_INKTrafficServerVersionGet:      FAILED
>     REGRESSION_RESULT DNS:                                     FAILED
>     REGRESSION_RESULT SDK_API_HttpAltInfo:                     FAILED
>     REGRESSION_RESULT SDK_API_HttpTxnTransform:                FAILED
>     REGRESSION_RESULT SDK_API_HttpTxnCache:                    FAILED
>     REGRESSION_RESULT SDK_API_HttpHookAdd:                     FAILED

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.