File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -870,11 +870,20 @@ axes:
870
870
run_on : rhel70-small
871
871
batchtime : 10080 # 7 days
872
872
873
+ # OSes that support versions of MongoDB>=2.6 and <4.0 with SSL.
874
+ - id : os-no-40-plus
875
+ display_name : OS
876
+ values :
873
877
- id : debian71-test
874
878
display_name : " Debian 7.1"
875
879
run_on : debian71-test
876
880
batchtime : 10080 # 7 days
877
881
882
+ - id : ubuntu-12.04
883
+ display_name : " Ubuntu 12.04"
884
+ run_on : ubuntu1204-test
885
+ batchtime : 10080 # 7 days
886
+
878
887
# OSes that support versions of MongoDB without SSL.
879
888
- id : os-nossl
880
889
display_name : OS
@@ -1164,6 +1173,16 @@ buildvariants:
1164
1173
- " .3.0"
1165
1174
- " .2.6"
1166
1175
1176
+ - matrix_name : " tests-no-40-plus"
1177
+ matrix_spec : {"os-no-40-plus": "*", auth-ssl: "*"}
1178
+ display_name : " ${os-no-40-plus} ${auth-ssl}"
1179
+ tasks :
1180
+ - " .3.6"
1181
+ - " .3.4"
1182
+ - " .3.2"
1183
+ - " .3.0"
1184
+ - " .2.6"
1185
+
1167
1186
- matrix_name : " tests-nossl"
1168
1187
matrix_spec : {"os-nossl": "*", auth: "*", ssl: "nossl"}
1169
1188
display_name : " ${os-nossl} ${auth} ${ssl}"
Original file line number Diff line number Diff line change @@ -480,7 +480,7 @@ def run_threads(collection, target):
480
480
t .start ()
481
481
482
482
for t in threads :
483
- t .join (30 )
483
+ t .join (60 )
484
484
assert not t .isAlive ()
485
485
486
486
You can’t perform that action at this time.
0 commit comments