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

SqliteSpec: Fix occasional failure in QSM tests #576

Merged
merged 1 commit into from Jul 24, 2019

Conversation

rvl
Copy link
Contributor

@rvl rvl commented Jul 24, 2019

Fixes #551.

Overview

It failed due to the undefined ordering of transactions from the same slot.

I have added a secondary sort by TxId to Sqlite and the model.

It was failing due to the undefined ordering of transactions from the
same slot.
@rvl rvl self-assigned this Jul 24, 2019
@KtorZ KtorZ merged commit 5e59bf5 into master Jul 24, 2019
@KtorZ KtorZ deleted the rvl/551/sqlite-spec-fix branch July 24, 2019 09:19
@KtorZ KtorZ added this to the Bugs & Debts - Sprint 27-28 milestone Jul 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SQLite StateMachine test failure
2 participants