Added 2 multiple client system test cases for Edge Server#394
Merged
Conversation
…nal logging for existing single client tests
borrrden
requested changes
Apr 24, 2026
borrrden
reviewed
May 11, 2026
| This document describes the long-running system tests for Couchbase Lite Edge Server replication and resilience, including a stability run and a chaos run with periodic Edge Server kill/restart. | ||
| This document describes the long-running system tests for Couchbase Lite Edge Server replication and resilience. Tests cover both single-client and multi-client (4 concurrent async clients) scenarios, each in two modes: a stability run with steady CRUD traffic, and a chaos run that periodically kills and restarts the Edge Server. | ||
|
|
||
| > Each *italicised* bullet phrase is the exact string passed to `mark_test_step` in the code, in the same order. Trailing text after the em-dash describes what happens at that step. |
borrrden
approved these changes
May 11, 2026
Member
borrrden
left a comment
There was a problem hiding this comment.
If there is anything else you think will be useful with diagnosing, you can use the cbl_info and family of logging to put it into the logs, but as you've done here "mark test step" should be a touch point with the markdown so that someone unfamiliar with the test can see the reasoning of the test.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds in 2 multiple client system test cases for Edge Server which were remaining in Phase 3.
Features added :-
test_system_multi_client_concurrentandtest_system_multi_client_chaos, intests/qe/edge_server/test_system.py.