Skip to content

Commit 6553057

Browse files
committed
Simpler topology reconcile test.
1 parent 31ea0e6 commit 6553057

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.mci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ c_driver_variables:
174174
./Debug/test-libmongoc.exe -d -f -p
175175
unix: &run_integration_tests_unix
176176
run_integration_tests: |
177-
make check
177+
make TEST_ARGS="-f -p -d" check
178178
179179
## Other OS-specific attributes, grouped by OS
180180
unix_common: &unix_common

tests/test-mongoc-topology-reconcile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ _test_topology_reconcile_sharded (bool pooled)
252252

253253
/* provide both servers in seed list */
254254
uri_str = bson_strdup_printf (
255-
"mongodb://%s,%s/?connectTimeoutMS=10&serverselectiontimeoutms=1000",
255+
"mongodb://%s,%s",
256256
mock_server_get_host_and_port (mongos),
257257
mock_server_get_host_and_port (secondary));
258258

0 commit comments

Comments
 (0)