SERVER-120981: Iceberg: parallel evergreen tests, streaming reads, use DictionaryArray for buildDeleteFile, log num partitions in insert (#49088)
GitOrigin-RevId: a04045be9bd3a1789ee8a316ded495f30ce38e7a
This commit is contained in:
committed by
MongoDB Bot
parent
4444cb8390
commit
98137d823a
@@ -14,7 +14,7 @@ selector:
|
||||
- streams_aspio_iceberg_1
|
||||
- streams_aspio_iceberg_2
|
||||
- streams_aspio_iceberg_3
|
||||
- streams_aspio_iceberg_4
|
||||
- streams_aspio_iceberg_large
|
||||
- streams_aspio_iceberg_5
|
||||
- streams_aspio_utilities
|
||||
- streams_aspio_pubsub
|
||||
|
||||
@@ -357,7 +357,7 @@ tasks:
|
||||
- func: "do setup"
|
||||
- func: "run streams tests"
|
||||
vars:
|
||||
resmoke_jobs_max: 1
|
||||
resmoke_jobs_max: 4
|
||||
|
||||
- <<: *task_template
|
||||
name: streams_aspio_iceberg_2
|
||||
@@ -372,7 +372,7 @@ tasks:
|
||||
- func: "do setup"
|
||||
- func: "run streams tests"
|
||||
vars:
|
||||
resmoke_jobs_max: 1
|
||||
resmoke_jobs_max: 4
|
||||
|
||||
- <<: *task_template
|
||||
name: streams_aspio_iceberg_3
|
||||
@@ -387,10 +387,10 @@ tasks:
|
||||
- func: "do setup"
|
||||
- func: "run streams tests"
|
||||
vars:
|
||||
resmoke_jobs_max: 1
|
||||
resmoke_jobs_max: 4
|
||||
|
||||
- <<: *task_template
|
||||
name: streams_aspio_iceberg_4
|
||||
name: streams_aspio_iceberg_large
|
||||
tags:
|
||||
[
|
||||
"assigned_to_jira_team_streams",
|
||||
@@ -417,7 +417,7 @@ tasks:
|
||||
- func: "do setup"
|
||||
- func: "run streams tests"
|
||||
vars:
|
||||
resmoke_jobs_max: 1
|
||||
resmoke_jobs_max: 4
|
||||
|
||||
- <<: *task_template
|
||||
name: streams_aspio_utilities
|
||||
|
||||
@@ -59,7 +59,7 @@ buildvariants:
|
||||
- name: streams_aspio_iceberg_1
|
||||
- name: streams_aspio_iceberg_2
|
||||
- name: streams_aspio_iceberg_3
|
||||
- name: streams_aspio_iceberg_4
|
||||
- name: streams_aspio_iceberg_large
|
||||
- name: streams_aspio_iceberg_5
|
||||
- name: streams_aspio_utilities
|
||||
- name: streams_externaljs
|
||||
@@ -126,7 +126,7 @@ buildvariants:
|
||||
- name: streams_aspio_iceberg_1
|
||||
- name: streams_aspio_iceberg_2
|
||||
- name: streams_aspio_iceberg_3
|
||||
- name: streams_aspio_iceberg_4
|
||||
- name: streams_aspio_iceberg_large
|
||||
- name: streams_aspio_iceberg_5
|
||||
- name: streams_aspio_utilities
|
||||
- name: streams_externaljs
|
||||
|
||||
@@ -53,7 +53,7 @@ buildvariants:
|
||||
- name: change_streams_mongos_sessions_passthrough
|
||||
- name: fle2_sharding
|
||||
# All streams jstest tasks excluding some that are not compatible at the moment.
|
||||
- name: .streams_release_test !streams_aspio_iceberg_4 !streams_externaljs
|
||||
- name: .streams_release_test !streams_aspio_iceberg_large !streams_externaljs
|
||||
|
||||
# Variant to support Code Coverage on amd64/x86_64
|
||||
- name: &rhel-93-64-bit-coverage rhel-93-64-bit-coverage
|
||||
|
||||
Reference in New Issue
Block a user