|
Ran
|
Jobs
1
|
Files
459
|
Run time
19s
|
Badge
README BADGES
|
push
github
memtx: abort readers of rollbacked prepared There's case when a transaction is rolled back from prepared state. This happens when WAL fails, synchronized replication confirmation failure or perhaps in other similar cases. By design other RW transactions and transactions with READ_COMMITTED isolation level are allowed to read prepared state. All these transactions must be aborted in case of rollback of prepared transaction since they definitely have read no more possible database state. This patch implements this abortion. Closed #8654 NO_DOC=bugfix (cherry picked from commit 549869026)
59250 of 108165 branches covered (54.78%)
90385 of 106075 relevant lines covered (85.21%)
2486621.79 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 5358108556.1 | 0 |
85.21 |
GitHub Action Run |