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
2024-04-17T22:57:07.3196154Z Passed Sql should be able to query events by persistence id on data created by other persistence plugin [405 ms]
2024-04-17T22:58:08.0647740Z [xUnit.net 00:18:57.53] Sql should recover data created using other persistence plugins [FAIL]
2024-04-17T22:58:08.8334824Z [xUnit.net 00:18:57.54] System.Exception : Docker image failed to run within 00:01:00.
2024-04-17T22:58:08.8335818Z [xUnit.net 00:18:57.54] Stack Trace:
2024-04-17T22:58:08.8336357Z [xUnit.net 00:18:57.54] /home/vsts/work/1/s/src/Akka.Persistence.Sql.Data.Compatibility.Tests/Internal/DockerContainer.cs(174,0): at Akka.Persistence.Sql.Data.Compatibility.Tests.Internal.DockerContainer.AwaitUntilReadyAsync(String marker, TimeSpan timeout)
2024-04-17T22:58:08.8337183Z [xUnit.net 00:18:57.54] /home/vsts/work/1/s/src/Akka.Persistence.Sql.Data.Compatibility.Tests/Internal/DockerContainer.cs(120,0): at Akka.Persistence.Sql.Data.Compatibility.Tests.Internal.DockerContainer.InitializeAsync()
2024-04-17T22:58:08.8337919Z [xUnit.net 00:18:57.54] /home/vsts/work/1/s/src/Akka.Persistence.Sql.Data.Compatibility.Tests/DataCompatibilitySpecBase.cs(59,0): at Akka.Persistence.Sql.Data.Compatibility.Tests.DataCompatibilitySpecBase`1.InitializeAsync()
2024-04-17T22:58:08.8338506Z Failed Sql should recover data created using other persistence plugins [1 ms]
2024-04-17T22:58:08.8338832Z Error Message:
2024-04-17T22:58:08.8339116Z System.Exception : Docker image failed to run within 00:01:00.
2024-04-17T22:58:08.8339477Z Stack Trace:
2024-04-17T22:58:08.8339938Z at Akka.Persistence.Sql.Data.Compatibility.Tests.Internal.DockerContainer.AwaitUntilReadyAsync(String marker, TimeSpan timeout) in /home/vsts/work/1/s/src/Akka.Persistence.Sql.Data.Compatibility.Tests/Internal/DockerContainer.cs:line 174
2024-04-17T22:58:08.8341270Z at Akka.Persistence.Sql.Data.Compatibility.Tests.Internal.DockerContainer.InitializeAsync() in /home/vsts/work/1/s/src/Akka.Persistence.Sql.Data.Compatibility.Tests/Internal/DockerContainer.cs:line 120
2024-04-17T22:58:08.8341955Z at Akka.Persistence.Sql.Data.Compatibility.Tests.DataCompatibilitySpecBase`1.InitializeAsync() in /home/vsts/work/1/s/src/Akka.Persistence.Sql.Data.Compatibility.Tests/DataCompatibilitySpecBase.cs:line 59
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Locally on linux and on azure devops
Additional context GetContainerLogsAsync marked as obsolete and called right before the warm waiting loop
Version Information
latest dev branch
Describe the bug
Sometimes running test locally and in CI fails due to container startup timeout
To Reproduce
Run tests a few times
Expected behavior
Test runs are consistent and containers are starting smoothly
Actual behavior
log
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Locally on linux and on azure devops
Additional context
GetContainerLogsAsync
marked as obsolete and called right before the warm waiting loopAkka.Persistence.Sql/src/Akka.Persistence.Sql.Tests.Common/Containers/DockerContainer.cs
Line 115 in fe49a6b
Akka.Persistence.Sql/src/Akka.Persistence.Sql.Data.Compatibility.Tests/Internal/DockerContainer.cs
Line 105 in fe49a6b
The text was updated successfully, but these errors were encountered: