-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Milestone
Description
This test fails occasionally with the following error:
Assert.Equal() Failure
↓ (pos 41)
Expected: ···rftime('%H:%M:%f', "o"."OrderDate"), '0'), '.')\r\nFROM "Orders···
Actual: ···rftime('%H:%M:%f', "c"."OrderDate"), '0'), '.')\r\nFROM "Orders···
↑ (pos 41)
at Microsoft.EntityFrameworkCore.TestUtilities.TestSqlLoggerFactory.AssertBaseline(String[] expected, Boolean assertOrder)
at Microsoft.EntityFrameworkCore.Query.SimpleQuerySqliteTest.AssertSql(String[] expected)
at Microsoft.EntityFrameworkCore.Query.SimpleQuerySqliteTest.<Select_datetime_TimeOfDay_component>d__67.MoveNext()
--- 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)
Other tests within that build may have failed with a similar message, but they are not listed here. Check the link above for more info.
CC @ajcvickers
This issue was made automatically. If there is a problem contact @ryanbrandenburg.
Reactions are currently unavailable