Uploaded image for project: 'Drivers'
  1. Drivers
  2. DRIVERS-2406

Add prose test for RewrapManyDataKey

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Unknown Unknown
    • None
    • Component/s: Client Side Encryption
    • Labels:
      None
    • Needed
    • Hide

      Implement the prose test added in this commit: https://github.com/mongodb/specifications/commit/07260166cb48ef6d9455661ad5f1166a87bc7291

      This is a regression integration test for MONGOCRYPT-464. Passing this test requires upgrading libmongocrypt to 1.5.2.

      Show
      Implement the prose test added in this commit: https://github.com/mongodb/specifications/commit/07260166cb48ef6d9455661ad5f1166a87bc7291 This is a regression integration test for MONGOCRYPT-464. Passing this test requires upgrading libmongocrypt to 1.5.2.
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CDRIVER-4445 Fixed 1.23.0
      CXX-2560 Backlog
      CSHARP-4284 Fixed 2.18.0
      GODRIVER-2511 Fixed 1.10.1
      JAVA-4698 Done
      NODE-4489 Fixed 4.9.0
      MOTOR-1009 Duplicate
      PYTHON-3385 Fixed 4.3
      PHPLIB-929 Fixed 1.15.0
      RUBY-3074 Fixed 2.19.0
      RUST-1429 Duplicate
      SWIFT-1620 Duplicate
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion CDRIVER-4445 Fixed 1.23.0 CXX-2560 Backlog CSHARP-4284 Fixed 2.18.0 GODRIVER-2511 Fixed 1.10.1 JAVA-4698 Done NODE-4489 Fixed 4.9.0 MOTOR-1009 Duplicate PYTHON-3385 Fixed 4.3 PHPLIB-929 Fixed 1.15.0 RUBY-3074 Fixed 2.19.0 RUST-1429 Duplicate SWIFT-1620 Duplicate

      Summary

      Add a prose test to drivers to test decryption after a call to RewrapManyDataKey.

      Motivation

      This is to serve as a regression integration test for MONGOCRYPT-464.

      Is this issue urgent?

      Yes. A fix to MONGOCRYPT-464 has been released and tested in 1.5.2. Preferably drivers would do this shortly after DRIVERS-2403 to validate the fix.

      Is this ticket required by a downstream team?

      No.

      Is this ticket only for tests?

      Yes.

            Assignee:
            kevin.albertson@mongodb.com Kevin Albertson
            Reporter:
            kevin.albertson@mongodb.com Kevin Albertson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: