Describe the bug
The connect.can_reconnect_and_retry test times out for net48 and net5, with the following error:
[xUnit.net 00:03:24.08] EventStore.ClientAPI.connect.can_reconnect_and_retry [FAIL]
Failed EventStore.ClientAPI.connect.can_reconnect_and_retry [1 m 57 s]
Error Message:
System.TimeoutException : Timed out waiting for task
Stack Trace:
at EventStore.ClientAPI.TaskExtensions.<WithTimeout>d__3`1.MoveNext() in C:\git\EventStore\EventStoreDB-Client-Dotnet-Legacy\test\EventStore.ClientAPIAcceptanceTests\TaskExtensions.cs:line 30
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at EventStore.ClientAPI.connect.<can_reconnect_and_retry>d__7.MoveNext() in C:\git\EventStore\EventStoreDB-Client-Dotnet-Legacy\test\EventStore.ClientAPIAcceptanceTests\connect.cs:line 176
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
EventStore details
- EventStore server version: > 21.10.2
Describe the bug
The
connect.can_reconnect_and_retrytest times out for net48 and net5, with the following error:EventStore details