Closed ThomasNehring closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 54.73%. Comparing base (
c16d1f2
) to head (50b852a
). Report is 7 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@ThomasNehring please merge with master to ensure latest changes were captured
@mregen I just merged master successfully into this branch.
Also moved the modified (server side) session, the modified session manager and the modified master node manager to the same file.
Proposed changes
The unit test ContinuationPointInBatchTest was developed together with a modified reference server which allows to change the limit for (browse) ContinuationPoints during the test. To allow easier reuse of this modified reference server and to make the unit test better readable, the modified reference server is now moved into it's own file.
Related Issues
Types of changes
What types of changes does your code introduce? Put an
x
in the boxes that apply. You can also fill these out after creating the PR.Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...