Details
-
Bug
-
Resolution: Fixed
-
Major
-
7.1.0
-
Untriaged
-
1
-
Unknown
Description
This was exposed by the sync gateway integration tests, but I've attached a simple reproduction of the issue that uses gocb v2 (although gocb v1 also exhibits the issue) that does not use the sync gateway tests.
After upserting documents and asking for
bucket.ViewQuery(docName, viewName, &gocb.ViewOptions{ScanConsistency: gocb.ViewScanConsistencyRequestPlus})
|
all rows are not returned.
run.sh script will replicate this, and you can see the difference by changing DOCKER_IMAGE in the script. This script creates a fresh container named couchbase and executes demo program against a fresh server instance. I've tested this error on an M1 laptop and linux intel laptop.
Attachments
Issue Links
- is a backport of
-
MB-52175 view regression from 7.0.3 to 7.1.0
- Resolved