|
Ran
|
Jobs
1
|
Files
513
|
Run time
2min
|
Badge
README BADGES
|
push
github
box: account for `wait_ack` flag of the tx's last row during recovery Currently, we do not account for the `wait_ack` flag of the transaction's last row during recovery, instead relying on the fact the transaction will be made synchronous when applying operations on a synchronous space. However, this logic is at odds with explicitly created synchronous transactions (created with box.begin{is_sync = true}), which may not have operations on synchronous spaces. As a result, during recovery we do not treat these transactions as synchronous. Let's fix this by mirroring the applier logic to the recovery. Closes #10412 NO_DOC=<bugfix> (cherry picked from commit c3ed71f37)
67665 of 120052 branches covered (56.36%)
2 of 2 new or added lines in 1 file covered. (100.0%)
45 existing lines in 23 files now uncovered.100329 of 115102 relevant lines covered (87.17%)
2449754.48 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 10419051846.1 | 0 |
87.17 |
GitHub Action Run |