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 beeb029 commit 053367dCopy full SHA for 053367d
tests/test-mongoc-cursor.c
@@ -906,7 +906,8 @@ test_tailable_alive (void)
906
ASSERT (mongoc_cursor_is_alive (cursor));
907
ASSERT (mongoc_cursor_more (cursor));
908
909
- /* no next document, but still alive and could return more in the future */
+ /* no next document, but still alive and could return more in the future
910
+ * see CDRIVER-1530 */
911
ASSERT (!mongoc_cursor_next (cursor, &doc));
912
913
0 commit comments