Skip to content

[release/6.0] update expected exception for cases when all requested TLS versions are disabled - #65046

Merged
carlossanlop merged 2 commits into
release/6.0from
backport/pr-65020-to-release/6.0
Mar 11, 2022
Merged

[release/6.0] update expected exception for cases when all requested TLS versions are disabled#65046
carlossanlop merged 2 commits into
release/6.0from
backport/pr-65020-to-release/6.0

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Feb 9, 2022

Copy link
Copy Markdown
Contributor

Backport of #65020 to release/6.0
/cc @wfurt

Fixes#64941

Customer Impact

none. test only change.

Testing

Risk

@ghostghost added the area-System.Net label Feb 9, 2022
@ghost

ghost commented Feb 9, 2022

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #65020 to release/6.0

/cc @wfurt

Customer Impact

Testing

Risk

Author:github-actions[bot]
Assignees:-
Labels:

area-System.Net

Milestone:-

@wfurtwfurt added the Servicing-consider Issue for next servicing release review label Feb 9, 2022
@danmoseleydanmoseley removed the Servicing-consider Issue for next servicing release review label Feb 10, 2022
@danmoseley

Copy link
Copy Markdown
Contributor

test only change -- doesn't need servicing-consider label, which rings bell in tactics.

@karelzkarelz added this to the 6.0.x milestone Feb 22, 2022
@karelzkarelz added the test-enhancement Improvements of test source code label Feb 22, 2022
@ericstj

Copy link
Copy Markdown
Member

/azp run runtime

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@carlossanlop

carlossanlop commented Mar 11, 2022

Copy link
Copy Markdown
Contributor

The Build product sources job step of runtime-libraries-enterprise-linux failed with this error:

2022-02-10T19:05:00.2191062Z ##[section]Starting: Build product sources
2022-02-10T19:05:00.2202361Z ==============================================================================
2022-02-10T19:05:00.2203350Z Task : Bash
2022-02-10T19:05:00.2203975Z Description : Run a Bash script on macOS, Linux, or Windows
2022-02-10T19:05:00.2204521Z Version : 3.198.0
2022-02-10T19:05:00.2204968Z Author : Microsoft Corporation
2022-02-10T19:05:00.2205672Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash
2022-02-10T19:05:00.2206382Z ==============================================================================
2022-02-10T19:05:00.3927027Z Generating script.
2022-02-10T19:05:00.3942038Z Script contents:
2022-02-10T19:05:00.3943963Z docker exec linuxclient bash -c '/repo/build.sh -subset clr+libs -runtimeconfiguration release -ci /p:NoPgoOptimize=true'
2022-02-10T19:05:00.3958793Z ========================== Starting Command Output ===========================
2022-02-10T19:05:00.3976047Z [command]/bin/bash /mnt/vss/_work/_temp/6558071a-0928-4578-82cb-73652e825c29.sh
2022-02-10T19:05:00.5882637Z __DistroRid: linux-x64
2022-02-10T19:05:00.6681239Z Downloading 'https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh'
2022-02-10T19:25:44.2288504Z curl: (6) Couldn't resolve host 'dotnet.microsoft.com'
2022-02-10T19:25:44.2301300Z Curl failed; dumping some information about dotnet.microsoft.com for later investigation
2022-02-10T19:26:04.2567597Z 139683025289664:error:2008F002:BIO routines:BIO_lookup_ex:system lib:../crypto/bio/b_addr.c:704:Temporary failure in name resolution
2022-02-10T19:26:04.2569247Z connect:errno=11
2022-02-10T19:26:04.2716406Z ##[error]Bash exited with code '1'.
2022-02-10T19:26:04.2735710Z ##[section]Finishing: Build product sources

It's unrelated: Couldn't resolve host 'dotnet.microsoft.com', and we've seen it in other PRs: #65621

@carlossanlop
carlossanlop merged commit 323bf2d into release/6.0Mar 11, 2022
@carlossanlop
carlossanlop deleted the backport/pr-65020-to-release/6.0 branch March 11, 2022 20:51
@ghostghost locked as resolved and limited conversation to collaborators May 8, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Net.Httptest-enhancementImprovements of test source code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@danmoseley@ericstj@carlossanlop@akoeplinger@karelz@wfurt