Skip to content

Commit 1953efc

Browse files
Apply suggestion from @adamcfraser
Co-authored-by: Adam Fraser <adam.fraser@couchbase.com>
1 parent c48a4eb commit 1953efc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

topologytest/hlv_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ func waitForVersionAndBody(t *testing.T, dsName base.ScopeAndCollectionName, doc
6161
}
6262

6363
// waitForCVAndBody waits for a document to reach a specific cv on all peers.
64-
// This is used when asserting on the full HLV is impossible. If XDCR is running, then asserting on the full HLV for
65-
// non CBL peers is possible. However, conflict resolution on Couchbase Lite means that Couchbase Lite can contain
66-
// previous versions of a document.
64+
// This is used for scenarios where it's valid for the full HLV to not converge. This includes cases where
65+
// CBL conflict resolution results in additional history in the CBL version of the HLV that may not be pushed
66+
// to CBS (e.g. remote wins)
6767
//
6868
// See following example:
6969
//

0 commit comments

Comments
 (0)