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

Skip $out CRUD tests on serverless environments

    • Type: Icon: Spec Change Spec Change
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Component/s: CRUD
    • Labels:
    • Needed
    • Hide

      Drivers should sync unified CRUD spec tests with mongodb/specifications@ccba1fc.

      Show
      Drivers should sync unified CRUD spec tests with mongodb/specifications@ccba1fc .
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CDRIVER-4190 Backlog
      CXX-2391 Backlog
      CSHARP-3917 Backlog
      GODRIVER-2189 Done
      JAVA-4352 Fixed 4.4.0
      NODE-3684 Fixed 4.2.0
      PHPLIB-739 Fixed 1.10.0
      PYTHON-2949 Duplicate
      MOTOR-834 Duplicate
      RUBY-2813 Fixed 2.17.0
      RUST-1061 Duplicate
      SWIFT-1376 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-4190 Backlog CXX-2391 Backlog CSHARP-3917 Backlog GODRIVER-2189 Done JAVA-4352 Fixed 4.4.0 NODE-3684 Fixed 4.2.0 PHPLIB-739 Fixed 1.10.0 PYTHON-2949 Duplicate MOTOR-834 Duplicate RUBY-2813 Fixed 2.17.0 RUST-1061 Duplicate SWIFT-1376 Duplicate

      Summary

      Serverless does not support the $out aggregation stage. Tests added for DRIVERS-823 will need to be revised to prohibit execution on serverless environments.

      Motivation

      Who is the affected end user?

      Drivers.

      How does this affect the end user?

      Failing tests on serverless environments.

      How likely is it that this problem or use case will occur?

      Always.

      If the problem does occur, what are the consequences and how severe are they?

      Minor annoyance.

      Is this issue urgent?

      Yes (to avoid failing CI).

      Is this ticket required by a downstream team?

      No.

      Is this ticket only for tests?

      Yes.

            Assignee:
            jmikola@mongodb.com Jeremy Mikola
            Reporter:
            jmikola@mongodb.com Jeremy Mikola
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: