Skip to content

Update dependency RavenDB.Embedded to 6.2.15 #8825

Update dependency RavenDB.Embedded to 6.2.15

Update dependency RavenDB.Embedded to 6.2.15 #8825

Triggered via pull request May 6, 2026 13:43
Status Failure
Total duration 17m 10s
Artifacts 8

ci.yml

on: pull_request
Matrix: containers / containers
db-container  /  db-container
1m 7s
db-container / db-container
windows-installers  /  build
6m 41s
windows-installers / build
Matrix: build
Matrix: container-test / container-test
Fit to window
Zoom out
Zoom in

Annotations

30 errors, 37 warnings, and 11 notices
Endpoint_is_created_if_doesnt_exist_on_update
Multiple failures or warnings in test: 1) SetUp : System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 --SetUp at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Persistence.Tests.PersistenceTestBase.SetUp() in /_/src/ServiceControl.Persistence.Tests/PersistenceTestBase.cs:line 52 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context) --HttpRequestException at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, C
Endpoint_is_created_if_doesnt_exist
Multiple failures or warnings in test: 1) SetUp : System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 --SetUp at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Persistence.Tests.PersistenceTestBase.SetUp() in /_/src/ServiceControl.Persistence.Tests/PersistenceTestBase.cs:line 52 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context) --HttpRequestException at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, C
CheckForBothTypes
Multiple failures or warnings in test: 1) SetUp : System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 --SetUp at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Persistence.Tests.PersistenceTestBase.SetUp() in /_/src/ServiceControl.Persistence.Tests/PersistenceTestBase.cs:line 52 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context) --HttpRequestException at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, C
VerifyCustomChecks
Multiple failures or warnings in test: 1) SetUp : System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 --SetUp at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Persistence.Tests.PersistenceTestBase.SetUp() in /_/src/ServiceControl.Persistence.Tests/PersistenceTestBase.cs:line 52 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context) --HttpRequestException at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, C
Storing_failed_custom_checks_returns_unchanged
Multiple failures or warnings in test: 1) SetUp : System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 --SetUp at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Persistence.Tests.PersistenceTestBase.SetUp() in /_/src/ServiceControl.Persistence.Tests/PersistenceTestBase.cs:line 52 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context) --HttpRequestException at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, C
Should_delete_custom_checks
Multiple failures or warnings in test: 1) SetUp : System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 --SetUp at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Persistence.Tests.PersistenceTestBase.SetUp() in /_/src/ServiceControl.Persistence.Tests/PersistenceTestBase.cs:line 52 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context) --HttpRequestException at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, C
Retrieving_custom_checks_by_status
Multiple failures or warnings in test: 1) SetUp : System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 --SetUp at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Persistence.Tests.PersistenceTestBase.SetUp() in /_/src/ServiceControl.Persistence.Tests/PersistenceTestBase.cs:line 52 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context) --HttpRequestException at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, C
CustomChecks_load_from_data_store
Multiple failures or warnings in test: 1) SetUp : System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 --SetUp at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Persistence.Tests.PersistenceTestBase.SetUp() in /_/src/ServiceControl.Persistence.Tests/PersistenceTestBase.cs:line 52 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context) --HttpRequestException at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, C
QueryByUniqueId
Multiple failures or warnings in test: 1) SetUp : System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 --SetUp at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Persistence.Tests.PersistenceTestBase.SetUp() in /_/src/ServiceControl.Persistence.Tests/PersistenceTestBase.cs:line 52 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context) --HttpRequestException at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.SocketsHttpHandler.<SendAsync>g__CreateHandlerAndSendAsync|115_0(HttpRequestMessage request, Cancellati
QueryByMessageId
Multiple failures or warnings in test: 1) SetUp : System.InvalidOperationException : Could not find a matching runtime for '8.0.26+'. Available runtimes: - 10.0.7 - 10.0.5 - 9.0.14 - 9.0.6 - 8.0.25 - 8.0.22 - 8.0.6 --SetUp at Raven.Embedded.RuntimeFrameworkVersionMatcher.Match(RuntimeFrameworkVersion runtime, List`1 runtimes) in /_/62086/src/Raven.Embedded/RuntimeFrameworkVersionMatcher.cs:line 46 at Raven.Embedded.RuntimeFrameworkVersionMatcher.MatchAsync(ServerOptions options) in /_/62086/src/Raven.Embedded/RuntimeFrameworkVersionMatcher.cs:line 24 at Raven.Embedded.RavenServerRunner.RunAsync(ServerOptions options) in /_/62086/src/Raven.Embedded/RavenServerRunner.cs:line 89 at Raven.Embedded.EmbeddedServer.RunServer() in /_/62086/src/Raven.Embedded/EmbeddedServer.cs:line 249 at Raven.Embedded.EmbeddedServer.GetServerUriAsync(CancellationToken token) in /_/62086/src/Raven.Embedded/EmbeddedServer.cs:line 191 at Raven.Embedded.EmbeddedServer.<>c__DisplayClass13_0.<<GetDocumentStoreAsync>b__0>d.MoveNext() in /_/62086/src/Raven.Embedded/EmbeddedServer.cs:line 147 --- End of stack trace from previous location --- at Raven.Embedded.EmbeddedServer.GetDocumentStoreAsync(DatabaseOptions options, CancellationToken token) in /_/62086/src/Raven.Embedded/EmbeddedServer.cs:line 167 at ServiceControl.RavenDB.EmbeddedDatabase.Connect(CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/EmbeddedDatabase.cs:line 176 at ServiceControl.Persistence.Tests.SharedEmbeddedServer.GetInstance(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.Tests.RavenDB/SharedEmbeddedServer.cs:line 46 at ServiceControl.Persistence.Tests.PersistenceTestsContext.Setup(IHostApplicationBuilder hostBuilder) in /_/src/ServiceControl.Persistence.Tests.RavenDB/PersistenceTestsContext.cs:line 27 at ServiceControl.Persistence.Tests.PersistenceTestBase.SetUp() in /_/src/ServiceControl.Persistence.Tests/PersistenceTestBase.cs:line 39 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context) 2) TearDown : System.NullReferenceException : Object reference not set to an instance of an object. --TearDown at ServiceControl.Persistence.Tests.PersistenceTestsContext.TearDown() in /_/src/ServiceControl.Persistence.Tests.RavenDB/PersistenceTestsContext.cs:line 53 at ServiceControl.Persistence.Tests.PersistenceTestBase.TearDown() in /_/src/ServiceControl.Persistence.Tests/PersistenceTestBase.cs:line 60 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method) at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunTearDown(TestExecutionContext context)
Should_publish_notification: /_/src/ServiceControl.AcceptanceTests/Monitoring/ExternalIntegration/When_a_custom_check_fails.cs#L47
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl/Hosting/Commands/SetupCommand.cs:line 35 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 110 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 34 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.AcceptanceTests.Monitoring.ExternalIntegration.When_a_custom_check_fails.Should_publish_notification() in /_/src/ServiceControl.AcceptanceTests/Monitoring/ExternalIntegration/When_a_custom_check_fails.cs:line 47 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0() at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext con
Should_result_in_a_custom_check_failed_event: /_/src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_reporting_custom_check_with_signalr.cs#L25
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl/Hosting/Commands/SetupCommand.cs:line 35 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 110 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 34 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.AcceptanceTests.Monitoring.CustomChecks.When_reporting_custom_check_with_signalr.Should_result_in_a_custom_check_failed_event(CancellationToken cancellation) in /_/src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_reporting_custom_check_with_signalr.cs:line 25 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0() at NUnit.Framework.Internal.Commands.DelegatingTestComm
Should_send_custom_check_status_change_emails: /_/src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_email_notifications_are_enabled.cs#L37
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl/Hosting/Commands/SetupCommand.cs:line 35 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 110 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 34 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.AcceptanceTests.Monitoring.CustomChecks.When_email_notifications_are_enabled.Should_send_custom_check_status_change_emails() in /_/src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_email_notifications_are_enabled.cs:line 37 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0() at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZon
Should_result_in_a_custom_check_failed_event: /_/src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_custom_check_events_are_triggered.cs#L24
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl/Hosting/Commands/SetupCommand.cs:line 35 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 110 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 34 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.AcceptanceTests.Monitoring.CustomChecks.When_custom_check_events_are_triggered.Should_result_in_a_custom_check_failed_event() in /_/src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_custom_check_events_are_triggered.cs:line 24 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0() at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafe
Should_stop_ingestion_and_resume_when_more_space_is_available: /_/src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_critical_storage_threshold_reached.cs#L60
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl/Hosting/Commands/SetupCommand.cs:line 35 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 110 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 34 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.AcceptanceTests.Monitoring.CustomChecks.When_critical_storage_threshold_reached.Should_stop_ingestion_and_resume_when_more_space_is_available() in /_/src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_critical_storage_threshold_reached.cs:line 60 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0() at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMeth
Should_stop_ingestion: /_/src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_critical_storage_threshold_reached.cs#L33
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl/Hosting/Commands/SetupCommand.cs:line 35 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 110 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 34 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.AcceptanceTests.Monitoring.CustomChecks.When_critical_storage_threshold_reached.Should_stop_ingestion() in /_/src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_critical_storage_threshold_reached.cs:line 33 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0() at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionCon
Should_result_in_a_custom_check_failed_event: /_/src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_a_periodic_custom_check_fails.cs#L31
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl/Hosting/Commands/SetupCommand.cs:line 35 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 110 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 34 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.AcceptanceTests.Monitoring.CustomChecks.When_a_periodic_custom_check_fails.Should_result_in_a_custom_check_failed_event() in /_/src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_a_periodic_custom_check_fails.cs:line 31 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0() at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(Tes
Should_raise_a_signalr_event: /_/src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_a_periodic_custom_check_fails.cs#L52
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl/Hosting/Commands/SetupCommand.cs:line 35 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 110 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 34 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.AcceptanceTests.Monitoring.CustomChecks.When_a_periodic_custom_check_fails.Should_raise_a_signalr_event() in /_/src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_a_periodic_custom_check_fails.cs:line 52 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0() at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContex
Should_result_in_a_custom_check_failed_event: /_/src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_a_custom_check_fails.cs#L25
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 51 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl/Hosting/Commands/SetupCommand.cs:line 35 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 110 at ServiceControl.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 34 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.AcceptanceTests.Monitoring.CustomChecks.When_a_custom_check_fails.Should_result_in_a_custom_check_failed_event() in /_/src/ServiceControl.AcceptanceTests/Monitoring/CustomChecks/When_a_custom_check_fails.cs:line 25 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0() at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext
Should_gather_remote_data: /_/src/ServiceControl.AcceptanceTests/RootControllerTests.cs#L33
System.InvalidOperationException : Could not find a matching runtime for '8.0.26+'. Available runtimes: - 10.0.7 - 10.0.5 - 9.0.14 - 9.0.6 - 8.0.25 - 8.0.22 - 8.0.6
Should_not_get_an_empty_audit_message_body_when_configured_MaxBodySizeToStore_is_greater_then_message_size: /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_messages_with_big_bodies_are_ingested.cs#L23
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Audit.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Audit.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 56 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Audit.Infrastructure.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl.Audit/Infrastructure/Hosting/Commands/SetupCommand.cs:line 48 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 107 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 30 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.Audit.AcceptanceTests.Auditing.When_messages_with_big_bodies_are_ingested.Should_not_get_an_empty_audit_message_body_when_configured_MaxBodySizeToStore_is_greater_then_message_size() in /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_messages_with_big_bodies_are_ingested.cs:line 23 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand
Should_not_get_an_empty_audit_message_body_when_body_is_above_loh_but_below_max_body_size: /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_messages_with_big_bodies_are_ingested.cs#L105
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Audit.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Audit.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 56 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Audit.Infrastructure.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl.Audit/Infrastructure/Hosting/Commands/SetupCommand.cs:line 48 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 107 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 30 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.Audit.AcceptanceTests.Auditing.When_messages_with_big_bodies_are_ingested.Should_not_get_an_empty_audit_message_body_when_body_is_above_loh_but_below_max_body_size() in /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_messages_with_big_bodies_are_ingested.cs:line 105 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayCla
Should_get_an_empty_audit_message_body_when_configured_MaxBodySizeToStore_is_less_then_message_size: /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_messages_with_big_bodies_are_ingested.cs#L64
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Audit.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Audit.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 56 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Audit.Infrastructure.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl.Audit/Infrastructure/Hosting/Commands/SetupCommand.cs:line 48 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 107 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 30 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.Audit.AcceptanceTests.Auditing.When_messages_with_big_bodies_are_ingested.Should_get_an_empty_audit_message_body_when_configured_MaxBodySizeToStore_is_less_then_message_size() in /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_messages_with_big_bodies_are_ingested.cs:line 64 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__D
Should_set_the_IsSystemMessage_when_message_type_is_not_a_scheduled_task: /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_messages_are_marked_as_system_messages.cs#L22
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Audit.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Audit.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 56 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Audit.Infrastructure.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl.Audit/Infrastructure/Hosting/Commands/SetupCommand.cs:line 48 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 107 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 30 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.Audit.AcceptanceTests.Auditing.When_messages_are_marked_as_system_messages.Should_set_the_IsSystemMessage_when_message_type_is_not_a_scheduled_task() in /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_messages_are_marked_as_system_messages.cs:line 22 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b
Should_set_the_IsSystemMessage_for_integration_scenario: /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_messages_are_marked_as_system_messages.cs#L108
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Audit.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Audit.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 56 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Audit.Infrastructure.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl.Audit/Infrastructure/Hosting/Commands/SetupCommand.cs:line 48 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 107 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 30 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.Audit.AcceptanceTests.Auditing.When_messages_are_marked_as_system_messages.Should_set_the_IsSystemMessage_for_integration_scenario() in /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_messages_are_marked_as_system_messages.cs:line 108 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0() at NUni
Scheduled_task_messages_should_set_IsSystemMessage: /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_messages_are_marked_as_system_messages.cs#L45
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Audit.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Audit.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 56 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Audit.Infrastructure.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl.Audit/Infrastructure/Hosting/Commands/SetupCommand.cs:line 48 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 107 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 30 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.Audit.AcceptanceTests.Auditing.When_messages_are_marked_as_system_messages.Scheduled_task_messages_should_set_IsSystemMessage() in /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_messages_are_marked_as_system_messages.cs:line 45 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0() at NUnit.Fram
Control_messages_should_not_be_audited: /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_messages_are_marked_as_system_messages.cs#L68
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Audit.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Audit.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 56 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Audit.Infrastructure.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl.Audit/Infrastructure/Hosting/Commands/SetupCommand.cs:line 48 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 107 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 30 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.Audit.AcceptanceTests.Auditing.When_messages_are_marked_as_system_messages.Control_messages_should_not_be_audited() in /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_messages_are_marked_as_system_messages.cs:line 68 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0() at NUnit.Framework.Intern
Should_import_messages_from_sendonly_endpoint: /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_message_processed_successfully_from_sendonly.cs#L21
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Audit.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Audit.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 56 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Audit.Infrastructure.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl.Audit/Infrastructure/Hosting/Commands/SetupCommand.cs:line 48 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 107 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 30 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.Audit.AcceptanceTests.Auditing.When_message_processed_successfully_from_sendonly.Should_import_messages_from_sendonly_endpoint() in /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_message_processed_successfully_from_sendonly.cs:line 21 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0() at NUn
Should_not_be_cast_TimeSent_to_DateTimeMin: /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_a_message_sent_with_missing_metadata.cs#L23
Multiple failures or warnings in test: 1) System.AggregateException : Failed to retrieve cluster topology from all known nodes http://localhost:33334 -> Connection refused (localhost:33334) (Connection refused (localhost:33334)) InnerExceptions: System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception] ----> System.Net.Http.HttpRequestException : Connection refused (localhost:33334) HttpRequestError: ConnectionError StatusCode: <null> ----> System.Net.Sockets.SocketException : Connection refused SocketErrorCode: ConnectionRefused ErrorCode: 111 NativeErrorCode: 111 at Raven.Client.Http.ClusterRequestExecutor.ThrowExceptions(List`1 list) at Raven.Client.Http.RequestExecutor.FirstTopologyUpdate(String[] initialUrls, Nullable`1 applicationIdentifier) at Raven.Client.Http.RequestExecutor.WaitForTopologyUpdate(Task topologyUpdate) at Raven.Client.Http.RequestExecutor.UnlikelyExecuteAsync[TResult](RavenCommand`1 command, JsonOperationContext context, Task topologyUpdate, SessionInfo sessionInfo, CancellationToken token) at Raven.Client.ServerWide.Operations.ServerOperationExecutor.SendAsync[TResult](IServerOperation`1 operation, CancellationToken token) at ServiceControl.RavenDB.StartupChecks.EnsureServerVersion(IDocumentStore store, CancellationToken cancellationToken) in /_/src/ServiceControl.RavenDB/StartupChecks.cs:line 22 at ServiceControl.Audit.Persistence.RavenDB.RavenExternalPersistenceLifecycle.Initialize(CancellationToken cancellationToken) in /_/src/ServiceControl.Audit.Persistence.RavenDB/RavenExternalPersistenceLifecycle.cs:line 56 at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token) at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at ServiceControl.Audit.Infrastructure.Hosting.Commands.SetupCommand.Execute(HostArguments args, Settings settings) in /_/src/ServiceControl.Audit/Infrastructure/Hosting/Commands/SetupCommand.cs:line 48 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentRunner.InitializeServiceControl(ScenarioContext context) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentRunner.cs:line 107 at ServiceControl.Audit.AcceptanceTests.TestSupport.ServiceControlComponentBehavior.CreateRunner(RunDescriptor run) in /_/src/ServiceControl.Audit.AcceptanceTests/TestSupport/ServiceControlComponentBehavior.cs:line 30 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.InitializeRunners() in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 216 at NServiceBus.AcceptanceTesting.Support.ScenarioRunner.PerformTestRun(CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/Support/ScenarioRunner.cs:line 48 at NServiceBus.AcceptanceTesting.ScenarioWithContext`1.Run(RunSettings settings, CancellationToken cancellationToken) in /_/src/NServiceBus.AcceptanceTesting/ScenarioWithContext.cs:line 55 at ServiceControl.Audit.AcceptanceTests.Auditing.When_a_message_sent_with_missing_metadata.Should_not_be_cast_TimeSent_to_DateTimeMin() in /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_a_message_sent_with_missing_metadata.cs:line 23 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NU
It_can_be_reimported: /_/src/ServiceControl.Audit.AcceptanceTests/Auditing/When_a_message_fails_to_import.cs#L31
System.InvalidOperationException : Could not find a matching runtime for '8.0.26+'. Available runtimes: - 10.0.7 - 10.0.5 - 9.0.14 - 9.0.6 - 8.0.25 - 8.0.22 - 8.0.6
Windows-PostgreSQL
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Particular/setup-postgres-action@v1.1.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=*** environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=***. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Linux-AzureStorageQueues
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Particular/setup-azurestorage-action@v2.0.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=*** environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=***. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
container-test / asq
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Particular/setup-azurestorage-action@v2.0.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=*** environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=***. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Linux-PostgreSQL
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Particular/setup-postgres-action@v1.1.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=*** environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=***. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Windows-AzureStorageQueues
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Particular/setup-azurestorage-action@v2.0.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=*** environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=***. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Test summary truncated
The test summary was truncated or completely omitted because it exceeded GitHub's size limit of 1 MiB. To reduce the summary size, consider disabling reporting of passed and skipped tests, if enabled. If you have multiple summary providers in the same step (e.g. running multiple test suites), consider splitting them into separate steps to avoid sharing the same summary output.
Windows-RabbitMQ
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Particular/setup-rabbitmq-action@v1.7.1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=*** environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=***. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Linux-RabbitMQ
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Particular/setup-rabbitmq-action@v1.7.1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=*** environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=***. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Windows-PostgreSQL
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Windows-MSMQ
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
windows-installers / build
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Windows-PrimaryRavenPersistence
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Windows-SqlServer
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Windows-SQS
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Windows-AzureStorageQueues
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Windows-RabbitMQ
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Windows-AzureServiceBus
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Windows-PrimaryRavenAcceptance
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Windows-Default
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026

Artifacts

Produced during runtime
Name Size Digest
Linux-assets Expired
324 MB
sha256:50bb8ed329b48ddd383efb5253637a4adfc664f5534fb1dd41f87d2b31847f97
Particular~ServiceControl~2H7K4X.dockerbuild
93.3 KB
sha256:b1f88c98390ed146a56354878e099a52a03046317ad067372d55156f1b7223d3
Particular~ServiceControl~BXHSAI.dockerbuild
94.4 KB
sha256:4e60cc2533250aa6a9947b9943394e1d221a56abb869874f5fa9ff9513334608
Particular~ServiceControl~HFM23M.dockerbuild
95.9 KB
sha256:1b2520a2d8cbb887166e2ca2716d1ed5b8c00a9ccb28db8c374038440bf2d18f
Windows-assets Expired
315 MB
sha256:0efa369fc6bb2a72fa10f88c8de36fad74d55cff2136abbbc02d606501394d7f
assets Expired
448 MB
sha256:c72d7b218ed575057b7c90ab576bf56fd0a844bcd05042cb71f729ba961cead4
nugets Expired
26.4 MB
sha256:bbf5d375e1dba8498c367a1c266e30e1188404b501ddb60dc0db12d44ddd1f51
zips Expired
186 MB
sha256:0cab376bcaf3fead93db523b7b5e19fdb8c099c8fe43991c6088b41ab2ed8650