Add MongoDB 3.2 to test matrix (#1842)

* Add MongoDB 3.2 to test matrix

 - Updated mongodb-runner to support specifying storage engine
 - Specifying mmapv1 explictly because of new 3.2 default

* Increase jasmine.DEFAULT_TIMEOUT_INTERVAL to 3 seconds

* Use fixed mongodb-runner

* Increase jasmine.DEFAULT_TIMEOUT_INTERVAL to 15 seconds

* Update to mongodb-runner 3.3.2 upon release
This commit is contained in:
Tyler Brock
2016-05-20 14:18:41 -07:00
committed by Drew
parent b2183680be
commit 9bad87905f
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
// Sets up a Parse API server for testing.
jasmine.DEFAULT_TIMEOUT_INTERVAL = 2000;
jasmine.DEFAULT_TIMEOUT_INTERVAL = 15000;
var cache = require('../src/cache').default;
var DatabaseAdapter = require('../src/DatabaseAdapter');