Commit Graph

16 Commits (85bc6098346ce64bff8a7d3f82799d6cdaa11792)

Author SHA1 Message Date
Thijs Cadier 8e9751271c Upgrade mongoc to 1.17
Thijs Cadier 25ce6da768 Switch CI to Semaphore
Thijs Cadier 2123095be0 Bump bson to 1.1
Thijs Cadier 727bf09e70 Update use of tests dir
inv2004 3ea8822004 ::command tests ignored for windows
inv2004 b12c64c9d7 ::command tests disabled for windows (until mongoc update)
Michael Jansen 0a3f41bb0c Add database.command_batch which automatically
calls getMore for find and append.
Thijs Cadier 732d98ae4e Don't use natural option in tail anymore
It's not supported anymore in MongoDB 3.4.
Thijs Cadier 87effd5dc2 Update links to C docs
Thijs Cadier 58a45bd49d Move Uri to client module
Thijs Cadier 9c86079f87 Remove test of error message that can vary between MongoDB versions
Thijs Cadier 269d26feb9 Use durations instead of ms for sleeps
Thijs Cadier 5aa1b62faf Use an Arc to share ClientPool between threads
Thijs Cadier 74c38fe32a Show code and domain in bsonc error debug output
Thijs Cadier ba41ae9549 Re-add test modules
Thijs Cadier fc71370c0f Move integration tests to own dir