ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
137 stars 64 forks source link

[Windows] Test failure `testSslClientFallbackFromH2ToH1` #3250

Open chamil321 opened 2 years ago

chamil321 commented 2 years ago

Description:

        [fail] testSslClientFallbackFromH2ToH1:

            Connection between client and remote host is closed

                at ballerina.http.2:externExecuteClientAction(http_client.bal:224)
                ballerina.http.2.HttpClient:get(http_client.bal:96)
                ballerina.http.2:sendNewRequest(caching_http_caching_client.bal:371)
                ballerina.http.2:getCachedResponse(caching_http_caching_client.bal:329)
                ballerina.http.2.HttpCachingClient:get(caching_http_caching_client.bal:163)
                ballerina.http.2.Client:processGet(http_client_endpoint.bal:283)

Steps to reproduce:

Affected Versions:

OS, DB, other environment details and versions:

Related Issues (optional):

Suggested Labels (optional):

Suggested Assignees (optional):

chamil321 commented 2 years ago

Fixed via https://github.com/ballerina-platform/module-ballerina-http/pull/1181/commits/e1471c6b6ca800cc5baf8703e90c74d1be838792

github-actions[bot] commented 2 years ago

This issue is NOT closed with a proper Reason/ label. Make sure to add proper reason label before closing. Please add or leave a comment with the proper reason label now.

      - Reason/EngineeringMistake - The issue occurred due to a mistake made in the past.
      - Reason/Regression - The issue has introduced a regression.
      - Reason/MultipleComponentInteraction - Issue occured due to interactions in multiple components.
      - Reason/Complex - Issue occurred due to complex scenario.
      - Reason/Invalid - Issue is invalid.
      - Reason/Other - None of the above cases.

chamil321 commented 2 years ago

Failing again https://github.com/ballerina-platform/module-ballerina-http/runs/7966166873?check_suite_focus=true

        [fail] testSslClientFallbackFromH2ToH1:

            Connection between client and remote host is closed

                at ballerina.http.2:externExecuteClientAction(http_client.bal:224)
                ballerina.http.2.HttpClient:get(http_client.bal:96)
                ballerina.http.2:sendNewRequest(caching_http_caching_client.bal:371)
                ballerina.http.2:getCachedResponse(caching_http_caching_client.bal:329)
                ballerina.http.2.HttpCachingClient:get(caching_http_caching_client.bal:163)
                ballerina.http.2.Client:processGet(http_client_endpoint.bal:283)