Skip to content

Commit a24d3f6

Browse files
committed
PYTHON-1606 - Update Ubuntu 12 and Debian 7 testing
1 parent 356eed6 commit a24d3f6

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
@@ -871,11 +871,20 @@ axes:
871871
run_on: rhel70-small
872872
batchtime: 10080 # 7 days
873873

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

883+
- id: ubuntu-12.04
884+
display_name: "Ubuntu 12.04"
885+
run_on: ubuntu1204-test
886+
batchtime: 10080 # 7 days
887+
879888
# OSes that support versions of MongoDB without SSL.
880889
- id: os-nossl
881890
display_name: OS
@@ -1153,6 +1162,16 @@ buildvariants:
11531162
- ".3.0"
11541163
- ".2.6"
11551164

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+
11561175
- matrix_name: "tests-nossl"
11571176
matrix_spec: {"os-nossl": "*", auth: "*", ssl: "nossl"}
11581177
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)