Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
3
-
SDK26
Description
The SDK returns QueryIndexes from a Query Index Management operation and omit the Bucket, Scope and Collection (Keyspace) name fields when the Collection/Keyspace is _default.
This bug was found by FIT when implementing NCBC-3349.
Resolution
-----------
The BucketName field is supposed to return the Keyspace value if null. Added backing field in QueryIndex for BucketName for this.
Other bugs
------------
The tests intermittently fail due to eventual consistency/driver issues.