-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
A Motor 0.7 beta tester has run his test suite and reports an error only in the first of his 750 tests.
i'm just running a single host inside the replica (locally).
python 2.7.11
pymongo 2.9.4
motor 0.7b0that script does work for me. it's odd it's only the first class that runs that has problems. other test classes work fine. this is a suite of ~750 tests. all of them read/write to mongo, so it works sometimes.
i'm using nose as my runner, for what that's worth. i don't explicitly pass an ioloop, but i do override the `get_new_ioloop` from tornado's AsyncTestCase to just return "IOLoop.instance()"