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
Looks like turning on sequential-access causes TCK failures.
Failed: Expected a message of type Akka.Persistence.LoadSnapshotResult, but received {LoadSnapshotFailed<Cause: System.InvalidOperationException: Invalid attempt to read from column ordinal '4'. With CommandBehavior.SequentialAccess, you may only read from column ordinal '5' or greater.
at Npgsql.BackendMessages.DataRowSequentialMessage+<SeekToColumn>d__2.MoveNext () [0x0005e] in <2ff537c166614a2caa75e138c5a11ce5>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <e29f59307e5e4e33ab73bb6530764ec9>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <e29f59307e5e4e33ab73bb6530764ec9>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <e29f59307e5e4e33ab73bb6530764ec9>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <e29f59307e5e4e33ab73bb6530764ec9>:0
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <e29f59307e5e4e33ab73bb6530764ec9>:0
at Npgsql.BackendMessages.DataRowMessage+<SeekToColumnStart>d__17.MoveNext () [0x00078] in <2ff537c166614a2caa75e138c5a11ce5>:0
The text was updated successfully, but these errors were encountered:
* working on adding v1.3.8 support
* finished upgrade to Akka.NET v1.3.8
* disabled sequential access=on per #53
* Update RELEASE_NOTES.md
* update release date
Version: 1.3.8
Looks like turning on
sequential-access
causes TCK failures.The text was updated successfully, but these errors were encountered: