@@ -14,7 +14,7 @@ command_type: system
14
14
15
15
# Protect ourself against rogue test case, or curl gone wild, that runs forever
16
16
# 12 minutes is the longest we'll ever run
17
- exec_timeout_secs : 3600 # 12 minutes is the longest we'll ever run
17
+ exec_timeout_secs : 1800
18
18
19
19
# What to do when evergreen hits the timeout (`post:` tasks are run automatically)
20
20
timeout :
@@ -247,6 +247,7 @@ functions:
247
247
OS=${OS} \
248
248
COMPRESSOR=${COMPRESSOR} \
249
249
CLIENT_PEM=${DRIVERS_TOOLS}/.evergreen/x509gen/client.pem \
250
+ FRAMEWORK=${FRAMEWORK} \
250
251
evergreen/run-tests.sh
251
252
echo "Skipping certificate removal..."
252
253
@@ -607,6 +608,27 @@ tasks:
607
608
- func : bootstrap-mongo-orchestration
608
609
- func : run-tests
609
610
611
+ - name : test-net452
612
+ commands :
613
+ - func : bootstrap-mongo-orchestration
614
+ - func : run-tests
615
+ vars :
616
+ FRAMEWORK : net452
617
+
618
+ - name : test-netstandard15
619
+ commands :
620
+ - func : bootstrap-mongo-orchestration
621
+ - func : run-tests
622
+ vars :
623
+ FRAMEWORK : netstandard15
624
+
625
+ - name : test-netstandard20
626
+ commands :
627
+ - func : bootstrap-mongo-orchestration
628
+ - func : run-tests
629
+ vars :
630
+ FRAMEWORK : netstandard20
631
+
610
632
- name : atlas-connectivity-tests
611
633
commands :
612
634
- func : run-atlas-connectivity-tests
@@ -1083,35 +1105,45 @@ buildvariants:
1083
1105
display_name : " ${version} ${topology} ${auth} ${ssl} ${os}"
1084
1106
tags : ["tests-variant"]
1085
1107
tasks :
1086
- - name : test
1108
+ - name : test-net452
1109
+ - name : test-netstandard15
1110
+ - name : test-netstandard20
1087
1111
1088
1112
- matrix_name : " unsecure-tests"
1089
1113
matrix_spec : { version: "*", topology: "*", auth: "noauth", ssl: "nossl", os: "*" }
1090
1114
display_name : " ${version} ${topology} ${auth} ${ssl} ${os}"
1091
1115
tags : ["tests-variant"]
1092
1116
tasks :
1093
- - name : test
1117
+ - name : test-net452
1118
+ - name : test-netstandard15
1119
+ - name : test-netstandard20
1094
1120
1095
1121
- matrix_name : " tests-zlib-compression"
1096
1122
matrix_spec : { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "latest"], topology: "standalone", os: "*" }
1097
1123
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
1098
1124
tags : ["tests-variant"]
1099
1125
tasks :
1100
- - name : " test"
1126
+ - name : test-net452
1127
+ - name : test-netstandard15
1128
+ - name : test-netstandard20
1101
1129
1102
1130
- matrix_name : " tests-snappy-compression"
1103
1131
matrix_spec : { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "latest"], topology: "standalone", os: "*" }
1104
1132
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
1105
1133
tags : ["tests-variant"]
1106
1134
tasks :
1107
- - name : " test"
1135
+ - name : test-net452
1136
+ - name : test-netstandard15
1137
+ - name : test-netstandard20
1108
1138
1109
1139
- matrix_name : " tests-zstandard-compression"
1110
1140
matrix_spec : { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "latest"], topology: "standalone", os: "*" }
1111
1141
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
1112
1142
tags : ["tests-variant"]
1113
1143
tasks :
1114
- - name : " test"
1144
+ - name : test-net452
1145
+ - name : test-netstandard15
1146
+ - name : test-netstandard20
1115
1147
1116
1148
- matrix_name : " ocsp-tests"
1117
1149
matrix_spec : { version: ["4.4", "latest"], auth: "noauth", ssl: "ssl", topology: "standalone", os: "*" } # matrix_spec: { version: ["latest"], os-ssl-32: ["ubuntu1604-64-go-1-12"] }
0 commit comments