Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-74058

Re-introduce core/jstests that were excluded for NTDI dollar tenant passthrough

    • Type: Icon: New Feature New Feature
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 7.0.0-rc0, 6.3.0-rc1
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • v6.3
    • Server Serverless 2023-02-20, Server Serverless 2023-03-06

      Part of SERVER-73886 was to fix profile_delete.js which needed to be excluded since it uses `$where`.

      However some tests are already expecting `$where` to throw / fail during the test therefor we might not have to exclude the rest of the test.

      List of the files : 

      jstests/core/catalog/list_collections_filter.js // we expect the $where call to throw.
      jstests/core/constructors.js // catch the exception however the test is already excluded due to `uses_map_reduce_with_temp_collections`
      jstests/core/doc_validation/doc_validation_invalid_validators.js // expect the command to fail
      jstests/core/function_string_representations.js // expects to work so we might need to exclude
      jstests/core/query/count/counta.js // expects the $where to throw.
      jstests/core/query/js/js2.js // expects to throw
      jstests/core/write/update/update_arrayFilters.js // expect $where to work so we might want to leave this one excluded.

            Assignee:
            mathis.bessa@mongodb.com Mathis Bessa (Inactive)
            Reporter:
            mathis.bessa@mongodb.com Mathis Bessa (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: