summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/native_tenant_data_isolation_jscore_passthrough.yml
blob: b5670dcac841bf626920e5dd30bddf1543fc7469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
test_kind: js_test

selector:
  roots:
  # TODO SERVER-70545: Pass through more jscore tests "jstests/core/**/*.js" and add hooks for test.
  # Currently, the test suite is only used for verify the override implemented by inject_security_token.js.
  - jstests/core/basic8.js
  - jstests/core/count.js
  - jstests/core/all.js
  - jstests/core/timeseries/timeseries_internal_bucket_geo_within.js
  - jstests/core/timeseries/bucket_granularity.js
  - jstests/core/timeseries/timeseries_graph_lookup.js
  - jstests/core/hello_response_validation.js  # Test cmd: hello, ismaster
  - jstests/core/currentop_cursors.js          # Test cmd: currentOp
  - jstests/core/tcp_fastopen.js               # Test cmd: serverStatus
  - jstests/core/views/views_coll_stats.js     # Test cmd: collStats
  - jstests/core/list_commands.js              # Test cmd: listCommands
  - jstests/core/dbstats.js                    # Test cmd: dbStats, serverStatus
  - jstests/core/filemd5.js                    # Test cmd: filemd5
  - jstests/core/txns/many_txns.js             # Test cmd: getParameter
  - jstests/core/txns/create_collection.js     # Test cmd: configureFailPoint

executor:
  archive:
    tests: true
  config:
    shell_options:
      eval: |
        testingReplication = true;
        load('jstests/libs/override_methods/inject_security_token.js');
  fixture:
    class: ReplicaSetFixture
    num_nodes: 3
    mongod_options:
      set_parameters:
        enableTestCommands: 1
        multitenancySupport: true
        featureFlagMongoStore: true
        # TODO SERVER-70740: remove featureFlagRequireTenantID from the parameters and have the
        # inject_security_token override to be able to test both tenant-prefixed request and non-tenant-prefixed request.
        # Currently, we only test non-tenant-prefixed request and enable the featureFlagRequireTenantID
        # to have mongod return non-tenant-prefixed response too.
        featureFlagRequireTenantID: true
        logComponentVerbosity:
          command: 3