Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

replication: Cancel correct request type when append fails. #460

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

MathieuBordere
Copy link
Contributor

Fixes #454

@codecov
Copy link

codecov bot commented Jul 26, 2023

Codecov Report

Merging #460 (23ed201) into master (3abaab7) will decrease coverage by 0.06%.
The diff coverage is 58.82%.

@@            Coverage Diff             @@
##           master     #460      +/-   ##
==========================================
- Coverage   76.75%   76.70%   -0.06%     
==========================================
  Files          51       51              
  Lines        9659     9683      +24     
  Branches     2466     2474       +8     
==========================================
+ Hits         7414     7427      +13     
- Misses       1084     1092       +8     
- Partials     1161     1164       +3     
Files Changed Coverage Δ
src/replication.c 68.82% <51.72%> (-0.56%) ⬇️
src/fixture.c 92.74% <100.00%> (+0.41%) ⬆️

... and 1 file with indirect coverage changes

src/replication.c Show resolved Hide resolved
src/replication.c Show resolved Hide resolved
src/replication.c Show resolved Hide resolved
include/raft/fixture.h Show resolved Hide resolved
test/integration/test_replication.c Show resolved Hide resolved
@MathieuBordere MathieuBordere merged commit 64d3503 into canonical:master Jul 27, 2023
17 of 19 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

src/replication.c:457: getRequest: Assertion `req->type == type' failed.
3 participants