Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -41,7 +41,6 @@ protected override Task AfterDisposeAsync()
}
}

[Trait("Category", "Flaky")]
public class BufferedSendingAndReceivingCompliance(BufferedComplianceFixture fixture)
: TransportCompliance<BufferedComplianceFixture>(fixture),
IClassFixture<BufferedComplianceFixture>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

namespace Wolverine.AzureServiceBus.Tests.Bugs;

[Trait("Category", "Flaky")]
public class Bug_2283_purge_session_subscription : IAsyncLifetime
{
private IHost _host = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

namespace Wolverine.AzureServiceBus.Tests;

[Trait("Category", "Flaky")]
public class StatefulResourceSmokeTests : IAsyncLifetime
{
public async ValueTask InitializeAsync() =>await ValueTask.CompletedTask;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Loading