You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2010/02/12 02:00:33 UTC

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

    [ 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.