|
Ran
|
Jobs
1
|
Files
476
|
Run time
13s
|
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)
62092 of 113987 branches covered (54.47%)
93082 of 108533 relevant lines covered (85.76%)
3024414.38 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 5342000959.1 | 0 |
85.76 |
GitHub Action Run |