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 @@ -871,11 +871,20 @@ axes:
871
871
run_on : rhel70-small
872
872
batchtime : 10080 # 7 days
873
873
874
+ # OSes that support versions of MongoDB>=2.6 and <4.0 with SSL.
875
+ - id : os-no-40-plus
876
+ display_name : OS
877
+ values :
874
878
- id : debian71-test
875
879
display_name : " Debian 7.1"
876
880
run_on : debian71-test
877
881
batchtime : 10080 # 7 days
878
882
883
+ - id : ubuntu-12.04
884
+ display_name : " Ubuntu 12.04"
885
+ run_on : ubuntu1204-test
886
+ batchtime : 10080 # 7 days
887
+
879
888
# OSes that support versions of MongoDB without SSL.
880
889
- id : os-nossl
881
890
display_name : OS
@@ -1153,6 +1162,16 @@ buildvariants:
1153
1162
- " .3.0"
1154
1163
- " .2.6"
1155
1164
1165
+ - matrix_name : " tests-no-40-plus"
1166
+ matrix_spec : {"os-no-40-plus": "*", auth-ssl: "*"}
1167
+ display_name : " ${os-no-40-plus} ${auth-ssl}"
1168
+ tasks :
1169
+ - " .3.6"
1170
+ - " .3.4"
1171
+ - " .3.2"
1172
+ - " .3.0"
1173
+ - " .2.6"
1174
+
1156
1175
- matrix_name : " tests-nossl"
1157
1176
matrix_spec : {"os-nossl": "*", auth: "*", ssl: "nossl"}
1158
1177
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