diff --git a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/BufferedSendingAndReceivingCompliance.cs b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/BufferedSendingAndReceivingCompliance.cs index ebcbcc51d..498492a79 100644 --- a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/BufferedSendingAndReceivingCompliance.cs +++ b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/BufferedSendingAndReceivingCompliance.cs @@ -41,7 +41,6 @@ protected override Task AfterDisposeAsync() } } -[Trait("Category", "Flaky")] public class BufferedSendingAndReceivingCompliance(BufferedComplianceFixture fixture) : TransportCompliance(fixture), IClassFixture diff --git a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Bugs/Bug_1684_separated_handlers_and_conventional_routing.cs b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Bugs/Bug_1684_separated_handlers_and_conventional_routing.cs index d11ca3004..bb0907dc8 100644 --- a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Bugs/Bug_1684_separated_handlers_and_conventional_routing.cs +++ b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Bugs/Bug_1684_separated_handlers_and_conventional_routing.cs @@ -8,7 +8,6 @@ using Xunit; namespace Wolverine.AzureServiceBus.Tests.Bugs; -[Trait("Category", "Flaky")] public class Bug_1684_separated_handlers_and_conventional_routing(ITestOutputHelper Output) : IAsyncLifetime { public async ValueTask InitializeAsync() =>await ValueTask.CompletedTask; diff --git a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Bugs/Bug_1933_multi_tenant_conventional_routing.cs b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Bugs/Bug_1933_multi_tenant_conventional_routing.cs index 6ec2d4cbd..3aad681d9 100644 --- a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Bugs/Bug_1933_multi_tenant_conventional_routing.cs +++ b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Bugs/Bug_1933_multi_tenant_conventional_routing.cs @@ -16,6 +16,9 @@ public static void Handle(Bug1933Message message) } } +// GH-3786: NOT flaky -- 2 of 2 fail, 7.7m, deterministically, on a clean emulator (2.0.1) with the +// GH-3783 readiness gate. BrokerInitializationException "Unable to initialize the Broker asb in +// time". Re-tagged with the numbers rather than left bare; untag when GH-3786 is fixed. [Trait("Category", "Flaky")] public class Bug_1933_multi_tenant_conventional_routing : IAsyncLifetime { diff --git a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Bugs/Bug_2283_purge_session_subscription.cs b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Bugs/Bug_2283_purge_session_subscription.cs index cf5ba50d8..7cebaa1a4 100644 --- a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Bugs/Bug_2283_purge_session_subscription.cs +++ b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Bugs/Bug_2283_purge_session_subscription.cs @@ -6,7 +6,6 @@ namespace Wolverine.AzureServiceBus.Tests.Bugs; -[Trait("Category", "Flaky")] public class Bug_2283_purge_session_subscription : IAsyncLifetime { private IHost _host = null!; diff --git a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Bugs/Bug_2307_batching_with_conventional_routing.cs b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Bugs/Bug_2307_batching_with_conventional_routing.cs index cf2d0bfc2..bf37f43bd 100644 --- a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Bugs/Bug_2307_batching_with_conventional_routing.cs +++ b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Bugs/Bug_2307_batching_with_conventional_routing.cs @@ -10,6 +10,9 @@ namespace Wolverine.AzureServiceBus.Tests.Bugs; +// GH-3786: NOT flaky -- 1 of 1 fails, 0.1m -- NOT the 2m broker timeout, may differ, deterministically, on a clean emulator (2.0.1) with the +// GH-3783 readiness gate. BrokerInitializationException "Unable to initialize the Broker asb in +// time". Re-tagged with the numbers rather than left bare; untag when GH-3786 is fixed. [Trait("Category", "Flaky")] public class Bug_2307_batching_with_conventional_routing : IAsyncLifetime { diff --git a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/Broadcasting/end_to_end_with_conventional_routing.cs b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/Broadcasting/end_to_end_with_conventional_routing.cs index 7373c1981..676eb0d21 100644 --- a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/Broadcasting/end_to_end_with_conventional_routing.cs +++ b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/Broadcasting/end_to_end_with_conventional_routing.cs @@ -7,6 +7,9 @@ namespace Wolverine.AzureServiceBus.Tests.ConventionalRouting.Broadcasting; +// GH-3786: NOT flaky -- 1 of 1 fails, 3.0m, deterministically, on a clean emulator (2.0.1) with the +// GH-3783 readiness gate. BrokerInitializationException "Unable to initialize the Broker asb in +// time". Re-tagged with the numbers rather than left bare; untag when GH-3786 is fixed. [Trait("Category", "Flaky")] public class end_to_end_with_conventional_routing : IAsyncLifetime { diff --git a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/conventional_listener_discovery.cs b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/conventional_listener_discovery.cs index c571dd966..b1e2096ee 100644 --- a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/conventional_listener_discovery.cs +++ b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/conventional_listener_discovery.cs @@ -10,6 +10,9 @@ namespace Wolverine.AzureServiceBus.Tests.ConventionalRouting; +// GH-3786: NOT flaky -- 5 of 6 fail, 12.6m, deterministically, on a clean emulator (2.0.1) with the +// GH-3783 readiness gate. BrokerInitializationException "Unable to initialize the Broker asb in +// time". Re-tagged with the numbers rather than left bare; untag when GH-3786 is fixed. [Trait("Category", "Flaky")] public class conventional_listener_discovery : ConventionalRoutingContext { diff --git a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/discover_with_naming_prefix.cs b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/discover_with_naming_prefix.cs index 72afce06b..551b26818 100644 --- a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/discover_with_naming_prefix.cs +++ b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/discover_with_naming_prefix.cs @@ -5,6 +5,9 @@ using Xunit; namespace Wolverine.AzureServiceBus.Tests.ConventionalRouting; +// GH-3786: NOT flaky -- 1 of 1 fails, 2.4m, deterministically, on a clean emulator (2.0.1) with the +// GH-3783 readiness gate. BrokerInitializationException "Unable to initialize the Broker asb in +// time". Re-tagged with the numbers rather than left bare; untag when GH-3786 is fixed. [Trait("Category", "Flaky")] public class discover_with_naming_prefix : IDisposable { diff --git a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/end_to_end_with_conventional_routing.cs b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/end_to_end_with_conventional_routing.cs index a9a0a19a2..0102f97da 100644 --- a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/end_to_end_with_conventional_routing.cs +++ b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/end_to_end_with_conventional_routing.cs @@ -8,6 +8,9 @@ namespace Wolverine.AzureServiceBus.Tests.ConventionalRouting; +// GH-3786: NOT flaky -- 1 of 1 fails, 2.7m, deterministically, on a clean emulator (2.0.1) with the +// GH-3783 readiness gate. BrokerInitializationException "Unable to initialize the Broker asb in +// time". Re-tagged with the numbers rather than left bare; untag when GH-3786 is fixed. [Trait("Category", "Flaky")] public class end_to_end_with_conventional_routing : IAsyncLifetime { diff --git a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/end_to_end_with_conventional_routing_with_prefix.cs b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/end_to_end_with_conventional_routing_with_prefix.cs index c3036ea36..521e159e0 100644 --- a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/end_to_end_with_conventional_routing_with_prefix.cs +++ b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/end_to_end_with_conventional_routing_with_prefix.cs @@ -7,6 +7,9 @@ namespace Wolverine.AzureServiceBus.Tests.ConventionalRouting; +// GH-3786: NOT flaky -- 1 of 1 fails, 2.8m, deterministically, on a clean emulator (2.0.1) with the +// GH-3783 readiness gate. BrokerInitializationException "Unable to initialize the Broker asb in +// time". Re-tagged with the numbers rather than left bare; untag when GH-3786 is fixed. [Trait("Category", "Flaky")] public class end_to_end_with_conventional_routing_with_prefix : IAsyncLifetime { diff --git a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/when_discovering_a_listening_endpoint_with_all_defaults.cs b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/when_discovering_a_listening_endpoint_with_all_defaults.cs index 67e1d4d2b..4c7914d86 100644 --- a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/when_discovering_a_listening_endpoint_with_all_defaults.cs +++ b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/when_discovering_a_listening_endpoint_with_all_defaults.cs @@ -6,6 +6,9 @@ namespace Wolverine.AzureServiceBus.Tests.ConventionalRouting; +// GH-3786: NOT flaky -- 4 of 4 fail, 10.6m, deterministically, on a clean emulator (2.0.1) with the +// GH-3783 readiness gate. BrokerInitializationException "Unable to initialize the Broker asb in +// time". Re-tagged with the numbers rather than left bare; untag when GH-3786 is fixed. [Trait("Category", "Flaky")] public class when_discovering_a_listening_endpoint_with_all_defaults : ConventionalRoutingContext { diff --git a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/when_discovering_a_listening_endpoint_with_overridden_queue_naming.cs b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/when_discovering_a_listening_endpoint_with_overridden_queue_naming.cs index a8733b60a..72bbc4aba 100644 --- a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/when_discovering_a_listening_endpoint_with_overridden_queue_naming.cs +++ b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/when_discovering_a_listening_endpoint_with_overridden_queue_naming.cs @@ -5,6 +5,9 @@ namespace Wolverine.AzureServiceBus.Tests.ConventionalRouting; +// GH-3786: NOT flaky -- 3 of 3 fail, 6.1m, deterministically, on a clean emulator (2.0.1) with the +// GH-3783 readiness gate. BrokerInitializationException "Unable to initialize the Broker asb in +// time". Re-tagged with the numbers rather than left bare; untag when GH-3786 is fixed. [Trait("Category", "Flaky")] public class when_discovering_a_listening_endpoint_with_overridden_queue_naming : ConventionalRoutingContext { diff --git a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/when_discovering_a_sender_with_all_defaults.cs b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/when_discovering_a_sender_with_all_defaults.cs index 376176d09..e461831cb 100644 --- a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/when_discovering_a_sender_with_all_defaults.cs +++ b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/ConventionalRouting/when_discovering_a_sender_with_all_defaults.cs @@ -7,6 +7,9 @@ namespace Wolverine.AzureServiceBus.Tests.ConventionalRouting; +// GH-3786: NOT flaky -- 3 of 3 fail, 7.1m, deterministically, on a clean emulator (2.0.1) with the +// GH-3783 readiness gate. BrokerInitializationException "Unable to initialize the Broker asb in +// time". Re-tagged with the numbers rather than left bare; untag when GH-3786 is fixed. [Trait("Category", "Flaky")] public class when_discovering_a_sender_with_all_defaults : ConventionalRoutingContext { diff --git a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/StatefulResourceSmokeTests.cs b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/StatefulResourceSmokeTests.cs index 98f3659b1..76ae95729 100644 --- a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/StatefulResourceSmokeTests.cs +++ b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/StatefulResourceSmokeTests.cs @@ -6,7 +6,6 @@ namespace Wolverine.AzureServiceBus.Tests; -[Trait("Category", "Flaky")] public class StatefulResourceSmokeTests : IAsyncLifetime { public async ValueTask InitializeAsync() =>await ValueTask.CompletedTask; diff --git a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/end_to_end.cs b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/end_to_end.cs index 230dbebb2..ec83972c4 100644 --- a/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/end_to_end.cs +++ b/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/end_to_end.cs @@ -8,6 +8,9 @@ namespace Wolverine.AzureServiceBus.Tests; +// GH-3786: NOT flaky -- 2 of 6 fail, 2.0m, deterministically, on a clean emulator (2.0.1) with the +// GH-3783 readiness gate. BrokerInitializationException "Unable to initialize the Broker asb in +// time". Re-tagged with the numbers rather than left bare; untag when GH-3786 is fixed. [Trait("Category", "Flaky")] public class end_to_end : IAsyncLifetime {