(self)
| 1774 | |
| 1775 | # TODO doesn't actually test functionality, just that it doesn't blow up |
| 1776 | def test_cursor_timeout(self): |
| 1777 | self.db.test.find(no_cursor_timeout=True).to_list() |
| 1778 | self.db.test.find(no_cursor_timeout=False).to_list() |
| 1779 | |
| 1780 | def test_exhaust(self): |
| 1781 | if is_mongos(self.db.client): |