Pinging Cluster:
- Create Memcached bucket called Test in UI Console
- Connect to cluster (Cluster.ConnectAsync(…) )
- Get bucket “Test” (cluster.BucketAsync(“Test”) )
- Call cluster.PingAsync()
Expected: Services property on the ping report should contain at least one service
Actual: Services property on the ping report should contains no services
Pinging bucket:
- Create Memcached bucket called Test in UI Console
- Connect to cluster (Cluster.ConnectAsync(…) )
- Call cluster.PingAsync()
- Get bucket “Test” (cluster.BucketAsync(“Test”) )
- Call bucket.PingAsync()
Expected: Services property on the ping report should contain at least one service
Actual: DocumentNotFoundException is thrown