MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / TestRequiresDCPResync

Function TestRequiresDCPResync

base/util_testing.go:761–765  ·  view source on GitHub ↗

TestRequiresDCPResync will skip the current test DCP sync is not supported.

(t testing.TB)

Source from the content-addressed store, hash-verified

759
760// TestRequiresDCPResync will skip the current test DCP sync is not supported.
761func TestRequiresDCPResync(t testing.TB) {
762 if UnitTestUrlIsWalrus() {
763 t.Skip("Walrus doesn't support DCP resync CBG-2661")
764 }
765}
766
767// TestRequiresGocbDCPClient will skip the current test if using rosmar.
768func TestRequiresGocbDCPClient(t testing.TB) {

Calls 1

UnitTestUrlIsWalrusFunction · 0.85

Tested by

no test coverage detected