[BUG] Ping doesn't work for memcached buckets

Pinging Cluster:

  1. Create Memcached bucket called Test in UI Console
  2. Connect to cluster (Cluster.ConnectAsync(…) )
  3. Get bucket “Test” (cluster.BucketAsync(“Test”) )
  4. 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:

  1. Create Memcached bucket called Test in UI Console
  2. Connect to cluster (Cluster.ConnectAsync(…) )
  3. Call cluster.PingAsync()
  4. Get bucket “Test” (cluster.BucketAsync(“Test”) )
  5. Call bucket.PingAsync()

Expected: Services property on the ping report should contain at least one service
Actual: DocumentNotFoundException is thrown

1 Like

Hi @msb,

Thank you for reporting this! I created this as a bug in our JIRA system as NCBC-2520.

(In the future, you can report bugs directly by going to issues.couchbase.com)

1 Like

Please take a look at this review: http://review.couchbase.org/c/couchbase-net-client/+/129031