We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c26bf commit 7c33882Copy full SHA for 7c33882
tests/test-mongoc-topology.c
@@ -345,7 +345,9 @@ _test_topology_invalidate_server (bool pooled)
345
BSON_ASSERT (bson_empty (&sd->hosts));
346
BSON_ASSERT (bson_empty (&sd->passives));
347
BSON_ASSERT (bson_empty (&sd->arbiters));
348
+#ifdef MONGOC_ENABLE_COMPRESSION
349
BSON_ASSERT (bson_empty (&sd->compressors));
350
+#endif
351
352
mongoc_server_stream_cleanup (server_stream);
353
0 commit comments