Update OpenTelemetry tests

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Minor - P4
    • None
    • Component/s: None
    • None
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CDRIVER-6194 Backlog
      CXX-3396 Backlog
      CSHARP-5830 Investigating
      GODRIVER-3756 Won't Do
      JAVA-6054 In Progress
      NODE-7364 Backlog
      PYTHON-5694 Blocked
      PHPLIB-1765 Gone away
      RUBY-3754 Done
      RUST-2334 Backlog
      $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 */ } #scriptField td.willNotDo { background-color: #FF0000; /* Red color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion CDRIVER-6194 Backlog CXX-3396 Backlog CSHARP-5830 Investigating GODRIVER-3756 Won't Do JAVA-6054 In Progress NODE-7364 Backlog PYTHON-5694 Blocked PHPLIB-1765 Gone away RUBY-3754 Done RUST-2334 Backlog

      Summary

      Some OpenTelemetry tests do not conform to the Spec, some require specific run requirements:

       

      • https://github.com/mongodb/specifications/blame/master/source/open-telemetry/tests/operation/aggregate.yml#L46 asserts that db.mongodb.cursor_id is unpopulated, but some drivers fill it in because aggregate returns a cursor (it should have been left out anyway since that’s not the focus of this test)
      • txNumber is not reported when running against standalone, so it has to be behind txnNumber: { $$unsetOrMatches: 1 }) or the test requirement should be replicaSet/sharded
      • The list_collections test expects an empty cursor document, which some drivers don’t populate
      • server.type is not part of the spec, but present in some tests
      • the usage of comment requires a minServerVersion (same for dropCollection )

       __ 

      Motivation

      Who is the affected end user?

      N/A, spec implementation in progress.

      How does this affect the end user?

      N/A

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

      N/A

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

      N/A

      Is this issue urgent?

      N/A

      Is this ticket required by a downstream team?

      No.

      Is this ticket only for tests?

      Only for tests updates

      Acceptance Criteria

      What specific requirements must be met to consider the design phase complete?

            Assignee:
            Nabil Hachicha
            Reporter:
            Nabil Hachicha
            Nabil Hachicha Nabil Hachicha
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: