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

Implement CRUD API spec

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Component/s: None
    • Labels:
      None
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      RUBY-894 Done 2.1.0
      PYTHON-819 Done 3.0
      CDRIVER-637 Won't Fix TBD
      CXX-1105 Done 3.2.0-rc0
      $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 RUBY-894 Done 2.1.0 PYTHON-819 Done 3.0 CDRIVER-637 Won't Fix TBD CXX-1105 Done 3.2.0-rc0

      The spec lives here: https://github.com/mongodb/specifications/tree/master/source/crud

      The spec includes acceptance tests in YAML and JSON formats. You may implement a test runner that parses and executes each tests. As an alternative to parsing the acceptance tests (if the overhead of handling the various test formats is too high), you may choose to implement them in your driver's test suite. Passing these tests is necessary but not sufficient for complying with the spec: there are many aspects of the spec that the tests do not cover.

            Assignee:
            barrie Barrie Segal
            Reporter:
            jmikola@mongodb.com Jeremy Mikola
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: