Skip to content

Commit d0b5228

Browse files
committed
test(NODE-7540): run BSON compability tests against server version 8.0
1 parent affc3f9 commit d0b5228

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

.evergreen/config.in.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -988,13 +988,13 @@ tasks:
988988
args:
989989
- .evergreen/run-search-index-management-tests.sh
990990

991-
- name: test-bson-latest-driver-7.0.0-unit-tests
991+
- name: test-bson-8.0-driver-7.0.0-unit-tests
992992
commands:
993993
- command: expansions.update
994994
type: setup
995995
params:
996996
updates:
997-
- { key: VERSION, value: latest }
997+
- { key: VERSION, value: "8.0" }
998998
- { key: NODE_LTS_VERSION, value: "20.19.0" }
999999
- func: install dependencies
10001000
vars:
@@ -1008,13 +1008,13 @@ tasks:
10081008
- func: log state
10091009
- func: run unit tests
10101010

1011-
- name: test-bson-latest-driver-7.0.0-server-tests
1011+
- name: test-bson-8.0-driver-7.0.0-server-tests
10121012
commands:
10131013
- command: expansions.update
10141014
type: setup
10151015
params:
10161016
updates:
1017-
- { key: VERSION, value: latest }
1017+
- { key: VERSION, value: "8.0" }
10181018
- { key: TOPOLOGY, value: server }
10191019
- { key: AUTH, value: auth }
10201020
- { key: SSL, value: nossl }
@@ -1033,13 +1033,13 @@ tasks:
10331033
- func: log state
10341034
- func: run tests
10351035

1036-
- name: test-bson-latest-driver-7.0.0-replica_set-tests
1036+
- name: test-bson-8.0-driver-7.0.0-replica_set-tests
10371037
commands:
10381038
- command: expansions.update
10391039
type: setup
10401040
params:
10411041
updates:
1042-
- { key: VERSION, value: latest }
1042+
- { key: VERSION, value: "8.0" }
10431043
- { key: TOPOLOGY, value: replica_set }
10441044
- { key: AUTH, value: auth }
10451045
- { key: SSL, value: nossl }
@@ -1058,13 +1058,13 @@ tasks:
10581058
- func: log state
10591059
- func: run tests
10601060

1061-
- name: test-bson-latest-driver-7.0.0-sharded_cluster-tests
1061+
- name: test-bson-8.0-driver-7.0.0-sharded_cluster-tests
10621062
commands:
10631063
- command: expansions.update
10641064
type: setup
10651065
params:
10661066
updates:
1067-
- { key: VERSION, value: latest }
1067+
- { key: VERSION, value: "8.0" }
10681068
- { key: TOPOLOGY, value: sharded_cluster }
10691069
- { key: AUTH, value: auth }
10701070
- { key: SSL, value: nossl }
@@ -1369,7 +1369,7 @@ buildvariants:
13691369
display_name: BSON compatibility tests
13701370
run_on: rhel80-large
13711371
tasks:
1372-
- test-bson-latest-driver-7.0.0-unit-tests
1373-
- test-bson-latest-driver-7.0.0-server-tests
1374-
- test-bson-latest-driver-7.0.0-replica_set-tests
1375-
- test-bson-latest-driver-7.0.0-sharded_cluster-tests
1372+
- test-bson-8.0-driver-7.0.0-unit-tests
1373+
- test-bson-8.0-driver-7.0.0-server-tests
1374+
- test-bson-8.0-driver-7.0.0-replica_set-tests
1375+
- test-bson-8.0-driver-7.0.0-sharded_cluster-tests

.evergreen/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -912,13 +912,13 @@ tasks:
912912
add_expansions_to_env: true
913913
args:
914914
- .evergreen/run-search-index-management-tests.sh
915-
- name: test-bson-latest-driver-7.0.0-unit-tests
915+
- name: test-bson-8.0-driver-7.0.0-unit-tests
916916
commands:
917917
- command: expansions.update
918918
type: setup
919919
params:
920920
updates:
921-
- {key: VERSION, value: latest}
921+
- {key: VERSION, value: '8.0'}
922922
- {key: NODE_LTS_VERSION, value: 20.19.0}
923923
- func: install dependencies
924924
vars:
@@ -931,13 +931,13 @@ tasks:
931931
PACKAGE: https://github.com/mongodb/js-bson#HEAD
932932
- func: log state
933933
- func: run unit tests
934-
- name: test-bson-latest-driver-7.0.0-server-tests
934+
- name: test-bson-8.0-driver-7.0.0-server-tests
935935
commands:
936936
- command: expansions.update
937937
type: setup
938938
params:
939939
updates:
940-
- {key: VERSION, value: latest}
940+
- {key: VERSION, value: '8.0'}
941941
- {key: TOPOLOGY, value: server}
942942
- {key: AUTH, value: auth}
943943
- {key: SSL, value: nossl}
@@ -955,13 +955,13 @@ tasks:
955955
PACKAGE: https://github.com/mongodb/js-bson#HEAD
956956
- func: log state
957957
- func: run tests
958-
- name: test-bson-latest-driver-7.0.0-replica_set-tests
958+
- name: test-bson-8.0-driver-7.0.0-replica_set-tests
959959
commands:
960960
- command: expansions.update
961961
type: setup
962962
params:
963963
updates:
964-
- {key: VERSION, value: latest}
964+
- {key: VERSION, value: '8.0'}
965965
- {key: TOPOLOGY, value: replica_set}
966966
- {key: AUTH, value: auth}
967967
- {key: SSL, value: nossl}
@@ -979,13 +979,13 @@ tasks:
979979
PACKAGE: https://github.com/mongodb/js-bson#HEAD
980980
- func: log state
981981
- func: run tests
982-
- name: test-bson-latest-driver-7.0.0-sharded_cluster-tests
982+
- name: test-bson-8.0-driver-7.0.0-sharded_cluster-tests
983983
commands:
984984
- command: expansions.update
985985
type: setup
986986
params:
987987
updates:
988-
- {key: VERSION, value: latest}
988+
- {key: VERSION, value: '8.0'}
989989
- {key: TOPOLOGY, value: sharded_cluster}
990990
- {key: AUTH, value: auth}
991991
- {key: SSL, value: nossl}
@@ -3513,10 +3513,10 @@ buildvariants:
35133513
display_name: BSON compatibility tests
35143514
run_on: rhel80-large
35153515
tasks:
3516-
- test-bson-latest-driver-7.0.0-unit-tests
3517-
- test-bson-latest-driver-7.0.0-server-tests
3518-
- test-bson-latest-driver-7.0.0-replica_set-tests
3519-
- test-bson-latest-driver-7.0.0-sharded_cluster-tests
3516+
- test-bson-8.0-driver-7.0.0-unit-tests
3517+
- test-bson-8.0-driver-7.0.0-server-tests
3518+
- test-bson-8.0-driver-7.0.0-replica_set-tests
3519+
- test-bson-8.0-driver-7.0.0-sharded_cluster-tests
35203520
- name: rhel80-large-iron
35213521
display_name: rhel8 Node20.19.0
35223522
run_on: rhel80-large

0 commit comments

Comments
 (0)