-
Type: Task
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
andreas.braun caught the following two failures attempting to run the test suite against a local 4.0.3 standalone mongod:
MongoDB\Driver\Cursor query result iteration with getmore failure [tests/cursor/cursor-getmore-007.phpt] MongoDB\Driver\Cursor command result iteration with getmore failure [tests/cursor/cursor-getmore-008.phpt]
Both of these tests failed because mongo orchestration was not accessible. I'll also note that the 005 and 006 tests also depend on mongo orchestration, but happened to be skipped due to his server version.
We should add a skip function to all four of these tests to avoid failures when MO is not running.