The Wayback Machine - https://web.archive.org/web/20211204001632/https://github.com/dotnet/aspnetcore/issues/38819
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helix InstallLocalDb sometimes hangs on windows.11 queue #38819

Open
HaoK opened this issue Dec 4, 2021 · 0 comments
Open

Helix InstallLocalDb sometimes hangs on windows.11 queue #38819

HaoK opened this issue Dec 4, 2021 · 0 comments

Comments

@HaoK
Copy link
Contributor

@HaoK HaoK commented Dec 4, 2021

This affects all tests that depend on <TestDependsOnMssql>true</TestDependsOnMssql> which is BlazorTemplates and Diagnostics.Functionals, which are skipped due to this issue

Example Failing build
https://dev.azure.com/dnceng/public/_build/results?buildId=1496152&view=ms.vss-test-web.build-test-results-tab&runId=42710494&resultId=121669&paneView=dotnet-dnceng.dnceng-anon-build-release-tasks.helix-anon-test-information-tab

Console log:

Console log: 'Diagnostics.FunctionalTests--net7.0' from job ed95df83-80b8-4bec-ae0b-2e1a7a4e0f27 workitem 36d49f76-85f9-41dc-8a73-fc6692046ff1 (windows.11.amd64.clientpre.open) executed on machine a002VHW

C:\h\w\BE6B0A32\w\A8870934\e>set PATH=C:\h\w\BE6B0A32\p\dotnet-cli;C:\python3.9.1\Scripts\;C:\python3.9.1\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\runner\AppData\Local\Microsoft\WindowsApps 

C:\h\w\BE6B0A32\w\A8870934\e>set DOTNET_ROOT=C:\h\w\BE6B0A32\p\dotnet-cli 

C:\h\w\BE6B0A32\w\A8870934\e>set DOTNET_CLI_TELEMETRY_OPTOUT=1 

C:\h\w\BE6B0A32\w\A8870934\e>set DOTNET_CLI_HOME=C:\h\w\BE6B0A32\w\A8870934\e\.dotnet 

C:\h\w\BE6B0A32\w\A8870934\e>set NUGET_PACKAGES=C:\h\w\BE6B0A32\w\A8870934\e\.nuget 

C:\h\w\BE6B0A32\w\A8870934\e>call RunPowershell.cmd mssql\InstallSqlServerLocalDB.ps1   || exit /b 1 
"PS: Running 'C:\h\w\BE6B0A32\w\A8870934\e\mssql\InstallSqlServerLocalDB.ps1' "
Installing SQL Server 2016 Express LocalDB

Downloading 'SqlLocalDB.msi' to 'C:\h\w\BE6B0A32\w\A8870934\e\mssql\obj\SqlLocalDB.msi'.
GET https://download.microsoft.com/download/9/0/7/907AD35F-9F9C-43A5-9789-52470555DB90/ENU/SqlLocalDB.msi
Download of 'https://download.microsoft.com/download/9/0/7/907AD35F-9F9C-43A5-9789-52470555DB90/ENU/SqlLocalDB.msi' complete, saved to C:\h\w\BE6B0A32\w\A8870934\e\mssql\obj\SqlLocalDB.msi...

Running 'msiexec /package "C:\h\w\BE6B0A32\w\A8870934\e\mssql\obj\SqlLocalDB.msi" /NoRestart /Passive IACCEPTSQLLOCALDBLICENSETERMS=YES HIDEPROGRESSBAR=YES'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant