Skip to content

Commit bc13d4b

Browse files
committed
PYTHON-1606 - Update Ubuntu 12 and Debian 7 testing
1 parent 50ae811 commit bc13d4b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.evergreen/config.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,11 +870,20 @@ axes:
870870
run_on: rhel70-small
871871
batchtime: 10080 # 7 days
872872

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:
873877
- id: debian71-test
874878
display_name: "Debian 7.1"
875879
run_on: debian71-test
876880
batchtime: 10080 # 7 days
877881

882+
- id: ubuntu-12.04
883+
display_name: "Ubuntu 12.04"
884+
run_on: ubuntu1204-test
885+
batchtime: 10080 # 7 days
886+
878887
# OSes that support versions of MongoDB without SSL.
879888
- id: os-nossl
880889
display_name: OS
@@ -1164,6 +1173,16 @@ buildvariants:
11641173
- ".3.0"
11651174
- ".2.6"
11661175

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+
11671186
- matrix_name: "tests-nossl"
11681187
matrix_spec: {"os-nossl": "*", auth: "*", ssl: "nossl"}
11691188
display_name: "${os-nossl} ${auth} ${ssl}"

test/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def run_threads(collection, target):
480480
t.start()
481481

482482
for t in threads:
483-
t.join(30)
483+
t.join(60)
484484
assert not t.isAlive()
485485

486486

0 commit comments

Comments
 (0)