SERVER-122409: Add azure blob storage $emit gwproxy jstests (#52446)
GitOrigin-RevId: 40099d95c16656d47cd5a6a3c83c83022c94bf49
This commit is contained in:
parent
4856354922
commit
286760807a
@ -0,0 +1,16 @@
|
||||
test_kind: js_test
|
||||
|
||||
selector:
|
||||
roots:
|
||||
- src/mongo/db/modules/*/jstests/streams/azure_blob_local/azure_gwproxy.js
|
||||
|
||||
executor:
|
||||
fixture:
|
||||
class: ReplicaSetFixture
|
||||
mongod_options:
|
||||
bind_ip_all: ""
|
||||
set_parameters:
|
||||
enableTestCommands: 1
|
||||
featureFlagStreams: true
|
||||
diagnosticDataCollectionEnabled: false
|
||||
num_nodes: 1
|
||||
@ -205,6 +205,7 @@ rules:
|
||||
"streams_azure_blob_parallel",
|
||||
"streams_azure_blob_parallel_heavy",
|
||||
"streams_azure_blob_emit_benchmark",
|
||||
"streams_azure_blob_gwproxy",
|
||||
"streams_kinesis",
|
||||
"streams_aspio",
|
||||
"streams_aspio_iceberg_0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user