From eb825834885da853bf3cc08eeb5bcb7bcd542855 Mon Sep 17 00:00:00 2001
From: "dotnet-maestro[bot]"
<42748379+dotnet-maestro[bot]@users.noreply.github.com>
Date: Fri, 14 Feb 2020 23:15:21 +0000
Subject: [PATCH 1/7] Update dependencies from
https://github.com/dotnet/aspnetcore-tooling build 20200214.3 (#19073)
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 5.0.0-preview.1.20114.3
- Microsoft.AspNetCore.Razor.Language - 5.0.0-preview.1.20114.3
- Microsoft.CodeAnalysis.Razor - 5.0.0-preview.1.20114.3
- Microsoft.NET.Sdk.Razor - 5.0.0-preview.1.20114.3
---
eng/Version.Details.xml | 16 ++++++++--------
eng/Versions.props | 8 ++++----
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index f608c81fd7..15fbc4413e 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -13,21 +13,21 @@
https://github.com/dotnet/blazor
dd7fb4d3931d556458f62642c2edfc59f6295bfb
-
+
https://github.com/dotnet/aspnetcore-tooling
- 609026ea14eeb52a068d228d84987f24f3c64136
+ 3d7b8a245da0124e511fbc23100b089bc2ce504b
-
+
https://github.com/dotnet/aspnetcore-tooling
- 609026ea14eeb52a068d228d84987f24f3c64136
+ 3d7b8a245da0124e511fbc23100b089bc2ce504b
-
+
https://github.com/dotnet/aspnetcore-tooling
- 609026ea14eeb52a068d228d84987f24f3c64136
+ 3d7b8a245da0124e511fbc23100b089bc2ce504b
-
+
https://github.com/dotnet/aspnetcore-tooling
- 609026ea14eeb52a068d228d84987f24f3c64136
+ 3d7b8a245da0124e511fbc23100b089bc2ce504b
https://github.com/dotnet/efcore
diff --git a/eng/Versions.props b/eng/Versions.props
index ac1911826d..37a756f2f2 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -165,10 +165,10 @@
5.0.0-preview.1.20113.3
5.0.0-preview.1.20113.3
- 5.0.0-preview.1.20114.1
- 5.0.0-preview.1.20114.1
- 5.0.0-preview.1.20114.1
- 5.0.0-preview.1.20114.1
+ 5.0.0-preview.1.20114.3
+ 5.0.0-preview.1.20114.3
+ 5.0.0-preview.1.20114.3
+ 5.0.0-preview.1.20114.3
- 5.0.0-preview.1.20114.3
- 5.0.0-preview.1.20114.3
- 5.0.0-preview.1.20114.3
- 5.0.0-preview.1.20114.3
+ 5.0.0-preview.1.20114.5
+ 5.0.0-preview.1.20114.5
+ 5.0.0-preview.1.20114.5
+ 5.0.0-preview.1.20114.5
3.5.0-beta3-20114-02
-
+
5.0.0-preview.1.20113.7
5.0.0-preview.1.20113.7
5.0.0-preview.1.20113.7
5.0.0-preview.1.20113.7
2.1.0-preview.1.20113.7
-
- 5.0.0-alpha.1.19563.6
5.0.0-preview.1.20113.7
5.0.0-preview.1.20113.7
5.0.0-preview.1.20113.7
@@ -192,6 +190,7 @@
1.0.0-beta-64023-03
15.9.3032
+ 4.7.0
4.5.0
4.4.0
0.3.0-alpha.19317.1
From abfd519b408e9daff672f31d6829d0738bb10842 Mon Sep 17 00:00:00 2001
From: Greg Ingram
Date: Tue, 18 Feb 2020 18:48:22 -0500
Subject: [PATCH 6/7] Updated summary (#19087)
---
.../Connections.Abstractions/src/ConnectionHandler.cs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/Servers/Connections.Abstractions/src/ConnectionHandler.cs b/src/Servers/Connections.Abstractions/src/ConnectionHandler.cs
index e9e208d61a..9bc8ab2902 100644
--- a/src/Servers/Connections.Abstractions/src/ConnectionHandler.cs
+++ b/src/Servers/Connections.Abstractions/src/ConnectionHandler.cs
@@ -6,15 +6,15 @@ using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Connections
{
///
- /// Represents an end point that multiple connections connect to. For HTTP, endpoints are URLs, for non HTTP it can be a TCP listener (or similar)
+ /// Represents an endpoint that multiple connections connect to. For HTTP, endpoints are URLs, for non-HTTP it can be a TCP listener (or similar).
///
public abstract class ConnectionHandler
{
///
- /// Called when a new connection is accepted to the endpoint
+ /// Called when a new connection is accepted to the endpoint.
///
/// The new
/// A that represents the connection lifetime. When the task completes, the connection is complete.
public abstract Task OnConnectedAsync(ConnectionContext connection);
}
-}
\ No newline at end of file
+}
From 853d8f02e76a4beede6f6f883f96703943cfb38a Mon Sep 17 00:00:00 2001
From: Hao Kung
Date: Tue, 18 Feb 2020 15:51:13 -0800
Subject: [PATCH 7/7] Use dotnet-helixapi-access token for internal helix
builds
---
.azure/pipelines/ci.yml | 8 ++++++++
eng/helix/helix.proj | 12 ++++++++----
eng/targets/Helix.targets | 6 ++++++
.../test/FunctionalTests/Http2/HandshakeTests.cs | 4 ++--
.../test/FunctionalTests/Http2/ShutdownTests.cs | 4 ++--
.../HttpsConnectionMiddlewareTests.cs | 2 +-
.../test/Interop.FunctionalTests/Utilities.cs | 2 +-
7 files changed, 28 insertions(+), 10 deletions(-)
diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml
index 19a90ec662..f5aea4cc0b 100644
--- a/.azure/pipelines/ci.yml
+++ b/.azure/pipelines/ci.yml
@@ -38,7 +38,12 @@ variables:
value: ''
- name: _SignType
value: ''
+ - name: _UseHelixOpenQueues
+ value: 'true'
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
+ - group: DotNet-HelixApi-Access
+ - name: _UseHelixOpenQueues
+ value: 'false'
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
# DotNet-Blob-Feed provides: dotnetfeed-storage-access-key-1
# Publish-Build-Assets provides: MaestroAccessToken, BotAccount-dotnet-maestro-bot-PAT
@@ -582,6 +587,7 @@ stages:
- script: .\build.cmd -ci -NoRestore -test -projects eng\helix\helix.proj /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildAllProjects=true /p:BuildNative=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
displayName: Run build.cmd helix target
env:
+ HelixApiAccessToken: $(HelixApiAccessToken) # Needed for internal queues
SYSTEM_ACCESSTOKEN: $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops
artifacts:
- name: Helix_logs
@@ -602,6 +608,7 @@ stages:
- script: .\build.cmd -ci -NoRestore -test -projects eng\helix\helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:BuildAllProjects=true /p:BuildNative=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
displayName: Run build.cmd helix target
env:
+ HelixApiAccessToken: $(HelixApiAccessToken) # Needed for internal queues
SYSTEM_ACCESSTOKEN: $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops
artifacts:
- name: Helix_logs
@@ -623,6 +630,7 @@ stages:
- script: ./build.sh -ci --arch arm64 -test --no-build-nodejs -projects $(Build.SourcesDirectory)/eng/helix/helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:BuildAllProjects=true /p:BuildNative=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
displayName: Run build.sh helix arm64 target
env:
+ HelixApiAccessToken: $(HelixApiAccessToken) # Needed for internal queues
SYSTEM_ACCESSTOKEN: $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops
installNodeJs: false
artifacts:
diff --git a/eng/helix/helix.proj b/eng/helix/helix.proj
index 1db18afa98..b905693145 100644
--- a/eng/helix/helix.proj
+++ b/eng/helix/helix.proj
@@ -12,7 +12,8 @@
-
+
+
@@ -21,11 +22,13 @@
true
true
2
+ $(HelixApiAccessToken)
ci
- aspnetcore
+
+ aspnetcore
$(BUILD_BUILDNUMBER).$(TargetArchitecture).$(SYSTEM_JOBATTEMPT)
true
true
@@ -34,8 +37,9 @@
dev
- $(USERNAME)
- $(USER)
+
+ $(USERNAME)
+ $(USER)
$([System.DateTime]::Now.ToString('yyyyMMddHHmm'))
diff --git a/eng/targets/Helix.targets b/eng/targets/Helix.targets
index c6a20b6055..f3d1ad0f16 100644
--- a/eng/targets/Helix.targets
+++ b/eng/targets/Helix.targets
@@ -40,6 +40,12 @@ Usage: dotnet msbuild /t:Helix src/MyTestProject.csproj
<_SelectedPlatforms>@(HelixProjectPlatform)
+
+ <_Temp Include="@(HelixAvailableTargetQueue)" />
+
+
+
+
<_HelixProjectTargetQueue Include="%(HelixAvailableTargetQueue.Identity)" Condition="'%(HelixAvailableTargetQueue.Identity)' != '' AND '$(_SelectedPlatforms.Contains(%(Platform)))' == 'true'" />
diff --git a/src/Servers/Kestrel/test/FunctionalTests/Http2/HandshakeTests.cs b/src/Servers/Kestrel/test/FunctionalTests/Http2/HandshakeTests.cs
index 66a31011bb..7ffd9b2bc0 100644
--- a/src/Servers/Kestrel/test/FunctionalTests/Http2/HandshakeTests.cs
+++ b/src/Servers/Kestrel/test/FunctionalTests/Http2/HandshakeTests.cs
@@ -80,7 +80,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.Http2
[ConditionalFact]
[OSSkipCondition(OperatingSystems.MacOSX, SkipReason = "Missing SslStream ALPN support: https://github.com/dotnet/corefx/issues/30492")]
- [SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/10428", Queues = "Debian.8.Amd64.Open")] // Debian 8 uses OpenSSL 1.0.1 which does not support HTTP/2
+ [SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/10428", Queues = "Debian.8.Amd64;Debian.8.Amd64.Open")] // Debian 8 uses OpenSSL 1.0.1 which does not support HTTP/2
[MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win81)]
public async Task TlsAlpnHandshakeSelectsHttp2From1and2()
{
@@ -111,7 +111,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.Http2
[ConditionalFact]
[OSSkipCondition(OperatingSystems.MacOSX, SkipReason = "Missing SslStream ALPN support: https://github.com/dotnet/corefx/issues/30492")]
- [SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/10428", Queues = "Debian.8.Amd64.Open")] // Debian 8 uses OpenSSL 1.0.1 which does not support HTTP/2
+ [SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/10428", Queues = "Debian.8.Amd64;Debian.8.Amd64.Open")] // Debian 8 uses OpenSSL 1.0.1 which does not support HTTP/2
[MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win81)]
public async Task TlsAlpnHandshakeSelectsHttp2()
{
diff --git a/src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs b/src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs
index 8d93032449..7bed5ea335 100644
--- a/src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs
+++ b/src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs
@@ -23,7 +23,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.Http2
{
[OSSkipCondition(OperatingSystems.MacOSX, SkipReason = "Missing SslStream ALPN support: https://github.com/dotnet/corefx/issues/30492")]
[MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win10)]
- [SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/10428", Queues = "Debian.8.Amd64.Open")] // Debian 8 uses OpenSSL 1.0.1 which does not support HTTP/2
+ [SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/10428", Queues = "Debian.8.Amd64;Debian.8.Amd64.Open")] // Debian 8 uses OpenSSL 1.0.1 which does not support HTTP/2
public class ShutdownTests : TestApplicationErrorLoggerLoggedTest
{
private static X509Certificate2 _x509Certificate2 = TestResources.GetTestCertificate();
@@ -44,7 +44,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.Http2
[CollectDump]
[ConditionalFact]
- [SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/9985", Queues = "Fedora.28.Amd64.Open")]
+ [SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/9985", Queues = "Fedora.28.Amd64;Fedora.28.Amd64.Open")]
[Flaky("https://github.com/dotnet/aspnetcore/issues/9985", FlakyOn.All)]
public async Task GracefulShutdownWaitsForRequestsToFinish()
{
diff --git a/src/Servers/Kestrel/test/InMemory.FunctionalTests/HttpsConnectionMiddlewareTests.cs b/src/Servers/Kestrel/test/InMemory.FunctionalTests/HttpsConnectionMiddlewareTests.cs
index b7af0267e5..80780257e4 100644
--- a/src/Servers/Kestrel/test/InMemory.FunctionalTests/HttpsConnectionMiddlewareTests.cs
+++ b/src/Servers/Kestrel/test/InMemory.FunctionalTests/HttpsConnectionMiddlewareTests.cs
@@ -595,7 +595,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests
[InlineData(HttpProtocols.Http2)]
[InlineData(HttpProtocols.Http1AndHttp2)]
[OSSkipCondition(OperatingSystems.MacOSX, SkipReason = "Missing SslStream ALPN support: https://github.com/dotnet/corefx/issues/30492")]
- [SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/10428", Queues = "Debian.8.Amd64.Open")] // Debian 8 uses OpenSSL 1.0.1 which does not support HTTP/2
+ [SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/10428", Queues = "Debian.8.Amd64;Debian.8.Amd64.Open")] // Debian 8 uses OpenSSL 1.0.1 which does not support HTTP/2
[MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win81)]
public async Task ListenOptionsProtolsCanBeSetAfterUseHttps(HttpProtocols httpProtocols)
{
diff --git a/src/Servers/Kestrel/test/Interop.FunctionalTests/Utilities.cs b/src/Servers/Kestrel/test/Interop.FunctionalTests/Utilities.cs
index 1e6fb930f8..db41d1e1b4 100644
--- a/src/Servers/Kestrel/test/Interop.FunctionalTests/Utilities.cs
+++ b/src/Servers/Kestrel/test/Interop.FunctionalTests/Utilities.cs
@@ -14,7 +14,7 @@ namespace Interop.FunctionalTests
// "Missing SslStream ALPN support: https://github.com/dotnet/corefx/issues/30492"
&& new OSSkipConditionAttribute(OperatingSystems.MacOSX).IsMet
// Debian 8 uses OpenSSL 1.0.1 which does not support ALPN
- && new SkipOnHelixAttribute("https://github.com/dotnet/aspnetcore/issues/10428") { Queues = "Debian.8.Amd64.Open" }.IsMet;
+ && new SkipOnHelixAttribute("https://github.com/dotnet/aspnetcore/issues/10428") { Queues = "Debian.8.Amd64;Debian.8.Amd64.Open" }.IsMet;
}
}
}