Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sequential-access = on causes TCK failures #53

Closed
Aaronontheweb opened this issue Jul 6, 2018 · 0 comments · Fixed by #83
Closed

sequential-access = on causes TCK failures #53

Aaronontheweb opened this issue Jul 6, 2018 · 0 comments · Fixed by #83
Labels
Milestone

Comments

@Aaronontheweb
Copy link
Member

Version: 1.3.8

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 
Aaronontheweb added a commit to Aaronontheweb/Akka.Persistence.PostgreSql that referenced this issue Jul 6, 2018
Aaronontheweb added a commit that referenced this issue Jul 6, 2018
* 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
@Aaronontheweb Aaronontheweb added this to the 1.4.16 milestone Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant