Details
-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
3.1.5, 3.2.1
-
None
-
1
Description
There are consistent failures across the WaitUntilReadyTests for the tests running against 6.0 and 5.5 (also 7.0 - refer to comment), specifically these tests:
- handlesCreatingBucketDuringWaitUntilReady
- waitsForNewlyCreatedBucket
The waitsForNewlyCreatedBucket test has the following error, on a drop bucket call:
com.couchbase.client.core.error.FeatureNotAvailableException: The cluster does not support cluster-level queries (only Couchbase Server 6.5 and later) and no bucket is open. If an older Couchbase Server version is used, at least one bucket needs to be opened to dispatch this mgmt request!
And the handlesCreatingBucketDuringWaitUntilReady test times out, with retry reasons: BUCKET_OPEN_IN_PROGRESS.
My understanding is that the waitUntilReady should work against buckets only for <6.5 servers - at least, that is the behaviour in Gocb. So these tests should work.
Attachments
Issue Links
- relates to
-
JVMCBC-983 Ignore slow subscribers on certain Flux intervals
- Resolved
-
JCBC-1806 Bucket - WaitUntilReady fails with 'UnambiguousTimeoutException' under steady state condition
- Closed
-
JCBC-1811 waitUntilReady throws IllegalStateException with reason 'Against pre 6.5 clusters at least a bucket needs to be opened!'
- Closed