File tree Expand file tree Collapse file tree 17 files changed +54
-12
lines changed Expand file tree Collapse file tree 17 files changed +54
-12
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ functions:
232
232
working_dir : " mongoc"
233
233
script : |
234
234
set -o errexit
235
- CC="${CC}" AUTH=${AUTH} SSL=${SSL} URI=${URI} sh .evergreen/run-tests.sh
235
+ CC="${CC}" AUTH=${AUTH} SSL=${SSL} URI=${URI} IPV4_ONLY=${IPV4_ONLY} sh .evergreen/run-tests.sh
236
236
237
237
" run auth tests " :
238
238
- command : shell.exec
@@ -5112,6 +5112,7 @@ tasks:
5112
5112
vars :
5113
5113
AUTH : " noauth"
5114
5114
SSL : " nossl"
5115
+ IPV4_ONLY : " on"
5115
5116
URI : " "
5116
5117
5117
5118
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ export MONGOC_TEST_FUTURE_TIMEOUT_MS=30000
26
26
export MONGOC_TEST_URI=" $URI "
27
27
export MONGOC_TEST_SERVER_LOG=" json"
28
28
29
+ if [ " $IPV4_ONLY " != " on" ]; then
30
+ export MONGOC_CHECK_IPV6=" on"
31
+ fi
32
+
29
33
if [ " $CC " = " mingw" ]; then
30
34
chmod +x test-libmongoc.exe
31
35
cmd.exe /c .evergreen\\ run-tests-mingw.bat
Original file line number Diff line number Diff line change 7
7
{
8
8
"procParams" : {
9
9
"ipv6" : true ,
10
+ "bind_ip" : " " ,
10
11
"nohttpinterface" : true ,
11
12
"journal" : true ,
12
13
"noprealloc" : true ,
24
25
{
25
26
"procParams" : {
26
27
"ipv6" : true ,
28
+ "bind_ip" : " " ,
27
29
"nohttpinterface" : true ,
28
30
"journal" : true ,
29
31
"noprealloc" : true ,
41
43
{
42
44
"procParams" : {
43
45
"ipv6" : true ,
46
+ "bind_ip" : " " ,
44
47
"nohttpinterface" : true ,
45
48
"journal" : true ,
46
49
"noprealloc" : true ,
Original file line number Diff line number Diff line change 6
6
{
7
7
"procParams" : {
8
8
"ipv6" : true ,
9
+ "bind_ip" : " " ,
9
10
"nohttpinterface" : true ,
10
11
"journal" : true ,
11
12
"noprealloc" : true ,
23
24
{
24
25
"procParams" : {
25
26
"ipv6" : true ,
27
+ "bind_ip" : " " ,
26
28
"nohttpinterface" : true ,
27
29
"journal" : true ,
28
30
"noprealloc" : true ,
40
42
{
41
43
"procParams" : {
42
44
"ipv6" : true ,
45
+ "bind_ip" : " " ,
43
46
"nohttpinterface" : true ,
44
47
"journal" : true ,
45
48
"noprealloc" : true ,
Original file line number Diff line number Diff line change 4
4
{
5
5
"procParams" : {
6
6
"ipv6" : true ,
7
+ "bind_ip" : " " ,
7
8
"nohttpinterface" : true ,
8
9
"journal" : true ,
9
10
"noprealloc" : true ,
21
22
{
22
23
"procParams" : {
23
24
"ipv6" : true ,
25
+ "bind_ip" : " " ,
24
26
"nohttpinterface" : true ,
25
27
"journal" : true ,
26
28
"noprealloc" : true ,
38
40
{
39
41
"procParams" : {
40
42
"ipv6" : true ,
43
+ "bind_ip" : " " ,
41
44
"nohttpinterface" : true ,
42
45
"journal" : true ,
43
46
"noprealloc" : true ,
Original file line number Diff line number Diff line change 4
4
{
5
5
"procParams" : {
6
6
"ipv6" : true ,
7
+ "bind_ip" : " " ,
7
8
"nohttpinterface" : true ,
8
9
"journal" : true ,
9
10
"noprealloc" : true ,
21
22
{
22
23
"procParams" : {
23
24
"ipv6" : true ,
25
+ "bind_ip" : " " ,
24
26
"nohttpinterface" : true ,
25
27
"journal" : true ,
26
28
"noprealloc" : true ,
38
40
{
39
41
"procParams" : {
40
42
"ipv6" : true ,
43
+ "bind_ip" : " " ,
41
44
"nohttpinterface" : true ,
42
45
"journal" : true ,
43
46
"noprealloc" : true ,
Original file line number Diff line number Diff line change 5
5
"password" : " pwd123" ,
6
6
"procParams" : {
7
7
"ipv6" : true ,
8
+ "bind_ip" : " " ,
8
9
"logappend" : true ,
9
10
"journal" : true ,
10
11
"port" : 27017
Original file line number Diff line number Diff line change 6
6
"password" : " pwd123" ,
7
7
"procParams" : {
8
8
"ipv6" : true ,
9
+ "bind_ip" : " " ,
9
10
"logappend" : true ,
10
11
"journal" : true ,
11
12
"port" : 27017
Original file line number Diff line number Diff line change 3
3
"name" : " mongod" ,
4
4
"procParams" : {
5
5
"ipv6" : true ,
6
+ "bind_ip" : " " ,
6
7
"logappend" : true ,
7
8
"journal" : true ,
8
9
"port" : 27017
Original file line number Diff line number Diff line change 2
2
"name" : " mongod" ,
3
3
"procParams" : {
4
4
"ipv6" : true ,
5
+ "bind_ip" : " " ,
5
6
"logappend" : true ,
6
7
"journal" : true ,
7
8
"port" : 27017
You can’t perform that action at this time.
0 commit comments