Uploaded image for project: 'Couchbase Python Client Library'
  1. Couchbase Python Client Library
  2. PYCBC-1582

FIT: The bucket update, including all settings, is failing due to an extra key in the request content (replicaIndex) that is not being updated

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • None
    • None
    • None
    • 0

    Description

      Failing on 7.0-release, 7.1-stable, 7.2-stable, 7.6-stable

      FIT test 

      BucketManagerTest.updateBucketWithAllSettingsAndVerifyAllSettings

      is failing with this error: 

      {replicaIndex=0, maxTTL=5, replicaNumber=1, flushEnabled=1, ramQuotaMB=128, durabilityMinLevel=majority, compressionMode=passive, evictionPolicy=valueOnly} ==> expected: <7> but was: <8 
       
      org.opentest4j.AssertionFailedError: {replicaIndex=0, maxTTL=5, replicaNumber=1, flushEnabled=1, ramQuotaMB=128, durabilityMinLevel=majority, compressionMode=passive, evictionPolicy=valueOnly} ==> expected: <7> but was: <8> at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150) at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:560) at com.couchbase.client.management.bucket.BucketManagerTest.lambda$updateBucketWithAllSettingsAndVerifyAllSettings$10(BucketManagerTest.java:405) at com.couchbase.client.management.bucket.BucketManagerTest.lambda$iterate$24(BucketManagerTest.java:723) at org.junit.jupiter.api.AssertTimeoutPreemptively.lambda$assertTimeoutPreemptively$0(AssertTimeoutPreemptively.java:48) at org.junit.jupiter.api.AssertTimeoutPreemptively.lambda$submitTask$3(AssertTimeoutPreemptively.java:95) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833)

      Attached response for python and ruby

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jared.casey Jared Casey
            saurabh.mishra Saurabh Mishra
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty