Update MongoDB to 3.3.5 (#6263)
* Update MongoDB to 3.3.5 * xit * try again * set timeout for tests * remove flaky test * Update package-lock.json * fix conflicts
This commit is contained in:
committed by
Antonio Davi Macedo Coelho de Castro
parent
aa5e3f5f1a
commit
3de12faddc
@@ -286,12 +286,10 @@ describe_only_db('mongo')('MongoStorageAdapter', () => {
|
||||
expect(adapter.database.serverConfig.connections().length > 0).toEqual(
|
||||
true
|
||||
);
|
||||
expect(adapter.database.serverConfig.s.connected).toEqual(true);
|
||||
adapter.handleShutdown().then(() => {
|
||||
expect(adapter.database.serverConfig.connections().length > 0).toEqual(
|
||||
false
|
||||
);
|
||||
expect(adapter.database.serverConfig.s.connected).toEqual(false);
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user