Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
2.5.1
-
None
-
None
Description
The following integration test is failing when run against spock (5.0) because the response body is empty where it previously contained "lock_error"
CouchbaseBucketKeyValueTests.GetAndLock_TemporaryLockFailureException
Code that checks the response body:
https://github.com/couchbase/couchbase-net-client/blob/master/Src/Couchbase/IO/Operations/OperationBase.cs#L369
This is no longer because its resolved by using XError which is enabled by default as of
NCBC-1517since v2.5.1