You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
The
connect.can_reconnect_and_retry
test times out for net48 and net5, with the following error:EventStore details
The text was updated successfully, but these errors were encountered: