Skip to content

Commit 053367d

Browse files
committed
CDRIVER-1530 mention ticket number in test code
1 parent beeb029 commit 053367d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test-mongoc-cursor.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,8 @@ test_tailable_alive (void)
906906
ASSERT (mongoc_cursor_is_alive (cursor));
907907
ASSERT (mongoc_cursor_more (cursor));
908908

909-
/* no next document, but still alive and could return more in the future */
909+
/* no next document, but still alive and could return more in the future
910+
* see CDRIVER-1530 */
910911
ASSERT (!mongoc_cursor_next (cursor, &doc));
911912
ASSERT (mongoc_cursor_is_alive (cursor));
912913
ASSERT (mongoc_cursor_more (cursor));

0 commit comments

Comments
 (0)