Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-3631

FIT KV: SubdocMutationTest - Array Bugs

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Major
    • fit-performer
    • None
    • None
    • None

    Description

      Some tests are failing with what appears to be the same issue:

      1. arrayPrepend
      2. arrayPrependMulti
      3. arrayPrependXattr
      4. arrayPrependCreatePath
      5. arrayAppendCreatePath
      6. arrayAppendMulti
      7. arrayAppendXattr
      8. arrayAppend
      9. arrayInsert
      10. arrayPrependXattrCreatePath
      11. arrayInsertMulti
      12. arrayInsertXattr
      13. arrayAppendXattrCreatePath

      All fail with a similar output to these:

      // Some comments here
      Expected :["hello","cruel","mars","world"]
      Actual   :["hello",["cruel","mars"],"world"]
       
      -----
       
      Expected :["world"]
      Actual   :[["world"]]
      

      This could be an error in how the performer serializes the content, or how the SDK does.

      Attachments

        For Gerrit Dashboard: NCBC-3631
        # Subject Branch Project Status CR V

        Activity

          People

            emilien.bevierre Emilien Bevierre
            emilien.bevierre Emilien Bevierre
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty