You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2015/12/16 19:53:47 UTC

[jira] [Updated] (TS-3808) ☂ Testing HTTP/2 features by h2spec

     [ https://issues.apache.org/jira/browse/TS-3808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-3808:
------------------------------
    Fix Version/s:     (was: 6.1.0)
                   6.2.0

>  ☂ Testing HTTP/2 features by h2spec
> ------------------------------------
>
>                 Key: TS-3808
>                 URL: https://issues.apache.org/jira/browse/TS-3808
>             Project: Traffic Server
>          Issue Type: Test
>          Components: HTTP/2
>            Reporter: Masaori Koshiba
>              Labels: Umbrella
>             Fix For: 6.2.0
>
>
> This is an umbrella ticket for testing HTTP/2 features of ATS by [h2spec|https://github.com/summerwind/h2spec].
> Goal : pass all tests.
> h3. Status
> * ATS : {{fe2de1a3d552c09409bfc328a2dfe6a4f1691930}}
> * h2spec : {{v1.2.0}}
> * 71 tests, 68 passed, 1 skipped, 2 failed
> h4. Details
> {code}
> ===============================================================================
> Failed tests
> ===============================================================================
>   8.1. HTTP Request/Response Exchange
>     × Sends a HEADERS frame containing trailer part
>       - The endpoint should respond with HEADERS frame.
>         Expected: HEADERS frame (Flags: 1)
>           Actual: RST_STREAM frame (Length: 4, Flags: 0, ErrorCode: STREAM_CLOSED)
>     × Sends a second HEADERS frame without the END_STREAM flag
>       - The endpoint MUST respond with a stream error of type PROTOCOL_ERROR.
>         Expected: GOAWAY frame (ErrorCode: PROTOCOL_ERROR)
>                   RST_STREAM frame (ErrorCode: PROTOCOL_ERROR)
>                   Connection close
>           Actual: RST_STREAM frame (Length: 4, Flags: 0, ErrorCode: STREAM_CLOSED)
> {code}



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