Skip to content

Quarantine Hosting VerifyCountersFireWithCorrectValues and EventCountersAndMetricsValues tests #57260

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

Merged
merged 2 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ namespace Microsoft.AspNetCore.Hosting.Tests;
public class HostingApplicationDiagnosticsTests
{
[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57259")]
public async Task EventCountersAndMetricsValues()
{
// Arrange
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System.Globalization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Internal;
using Microsoft.AspNetCore.Testing;

Check failure on line 8 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: Ubuntu x64)

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L8

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(8,28): error CS0234: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'Testing' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)

Check failure on line 8 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: macOS)

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L8

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(8,28): error CS0234: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'Testing' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)

Check failure on line 8 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: Ubuntu x64)

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L8

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(8,28): error CS0234: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'Testing' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)

Check failure on line 8 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: macOS)

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L8

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(8,28): error CS0234: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'Testing' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)

Check failure on line 8 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L8

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(8,28): error CS0234: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'Testing' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)

Check failure on line 8 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L8

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(8,28): error CS0234: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'Testing' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)

Check failure on line 8 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L8

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(8,28): error CS0234: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'Testing' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)

namespace Microsoft.AspNetCore.Hosting;

Expand Down Expand Up @@ -174,6 +175,7 @@
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57259")]

Check failure on line 178 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: Ubuntu x64)

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L178

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(178,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 178 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: Ubuntu x64)

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L178

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(178,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 178 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: macOS)

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L178

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(178,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 178 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: macOS)

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L178

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(178,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 178 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: Ubuntu x64)

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L178

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(178,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 178 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: Ubuntu x64)

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L178

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(178,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 178 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: macOS)

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L178

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(178,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 178 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: macOS)

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L178

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(178,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 178 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L178

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(178,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 178 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L178

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(178,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 178 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L178

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(178,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 178 in src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs#L178

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs(178,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)
public async Task VerifyCountersFireWithCorrectValues()
{
// Arrange
Expand Down
Loading