mongodb-js / runner

Start all mongodb deployment types for testing
Apache License 2.0
89 stars 15 forks source link

An in-range update of mongodb is breaking the build 🚨 #112

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.2.12 of mongodb just got published.

Branch Build failing 🚨
Dependency mongodb
Current Version 2.2.11
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As mongodb is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/mongodb-js/runner/builds/179719634)
Commits

The new version differs by 32 commits .

  • 4a77151 updated history
  • f98951d NODE-864 close event not emits during network issues using single server topology
  • 9f5fd14 fixed const issues
  • c31092e fixed sni test
  • 5d2b36c Merge branch '2.2' of github.com:mongodb/node-mongodb-native into 2.2
  • 05b8770 Introduced maxStalenessSeconds
  • a26e04f Merge pull request #1443 from perrin4869/2.2
  • b501b69 Fix createIndex name option type
  • 5b84ba5 Merge pull request #1429 from LPGhatguy/patch-1
  • 0a67df4 Merge pull request #1432 from CaselIT/patch-1
  • c5e8f20 fixed sni tests to work correctly
  • 9d1bb79 Added SNI test and updated runner and gitignore
  • 7aa7160 NODE-843 Executing bulk operations overwrites write concern parameter
  • 9bb3ddc NODE-846 Create notice for all third party libraries
  • c5bb3fb NODE-840 Added CRUD specification test cases and fix minor issues with upserts reporting matchedCount > 0

There are 32 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

After pinning to 2.2.11 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 7 years ago

Version 2.2.13 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 11 commits .

  • adbebca Updated package, history and installation guide
  • 537a5c4 Expose parserType as property on topology objects
  • b034c83 NODE-889 Fixed issue where legacy killcursor wire protocol messages would not be sent when APM is enableD
  • 3a88709 force build
  • d18f58e run tests against local mongodb
  • 0e1801e disable containers
  • 16f4547 try travis containers again
  • 7f6f65c force build
  • 4cfa6c3 All test cases passing for bson-ext
  • 1f7b0ff integrated the new bson parser and mongodb-core 2.1.0
  • 52f3b3c Update HISTORY.md

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.2.14 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits .

  • 455da2a updated history and package.json to 2.2.14
  • 9a70732 NODE-892 Passthrough options.readPreference to mongodb-core ReplSet instance.

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.2.15 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits .

  • d913634 Updated version to V2.2.15 including mongodb-core 2.1.2
  • 08ed0ce pin master to mongodb-core 2.0 branch

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.2.16 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 4 commits .

  • 28da548 updated history and package to 2.2.16
  • ff734a6 NODE-899 reversed updateOne upsertedId change
  • 9df01d4 NODE-899 Avoid any cyclic dependency so marshalling does not break if using JSON.stringify
  • 2af5994 NODE-899 Make upsertedId value from updateOne compatible with pre 2.2.12

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.2.17 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 6 commits .

  • 2bb9a7b Test fixes and upgraded topology manager
  • 8f768ef updated createCollection doc options and linked to create command
  • 897dabc Made some tests more robust
  • bcaf5c7 moved test to generator test case file
  • 83ba471 Added test to verify connectTimeoutMS and socketTimeoutMS are passed down correctly for mongos topology
  • b55176b Added test ensuring uri socketTimeoutMS and connectTimeoutMS passed down correctly

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.2.18 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits .

  • f89bed0 Updated mongodb-core to 2.1.4 to fix bson ObjectId toString issue with utils.inspect messing with toString parameters in node 6. Updated version to 2.2.18

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.2.19 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits .

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.2.20 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 11 commits .

  • 25b2fca Updated mongodb-core to 2.1.5 to include bson 1.0.4 and bson-ext 1.0.4 due to Buffer.from being broken in early node 4.x versions. Updated driver to V2.2.20
  • 825214a Merge pull request #1452 from ovvn/2.2
  • c847e45 Merge pull request #1450 from aurium/patch-1
  • de05643 Merge pull request #1460 from vkarpov15/patch-1
  • e411de7 Merge pull request #1461 from jeffycyang/2.2
  • 1a3c7f5 Merge pull request #1462 from steveren/DOCS-9742
  • c43dc20 DOCS-9742: fix aggregation example
  • 6a28429 Fix typo in test comments
  • fa43d82 docs(collection): document ordered option for insertMany
  • 54da16f Fix typo in comments.
  • 620764a Fix typo

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.2.21 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits .

  • 24493de updated mongodb-core to 2.1.6

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.2.23 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 26 commits .

  • 47e519f some fixes for proxy tests to attempt to avoid travis running issues
  • 671f286 Merge branch '2.2' of github.com:mongodb/node-mongodb-native into 2.2
  • 2603748 updated history and package.json to V2.2.23
  • 941417e Merge pull request #1470 from ra4king/patch-1
  • dac57e9 Merge pull request #1477 from oBusk/patch-1
  • a24c252 Merge pull request #1476 from maicss/patch-1
  • fe04423 Fix typo in node quickstart
  • 16ede54 https://jira.mongodb.org/browse/NODE-932
  • d1a4e15 fixed test
  • 7050663 minor test fix and mongo_client options validation
  • 39102e1 NODE-931 Validates all the options for MongoClient.connect and fixes missing connection settings
  • 38c037c NODE-929 Update SSL tutorial to correctly reflect the non-need for server/mongos/replset subobjects
  • 7832ca9 Merge branch '2.2' of github.com:mongodb/node-mongodb-native into 2.2:
  • 636444b link driver to mongodb-core 2.0 branch for dev
  • e4f5999 Merge pull request #1473 from Annoraaq/patch-1

There are 26 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.2.24 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 5 commits .

  • 5f11d26 Updated version to V2.2.24
  • 6958769 NODE-935, NODE-931 Introduce validateOptions option to MongoClient.co… (#1478)
  • 1a69e80 fixed hugo generation issues
  • 5da2884 fixed dev bson dep
  • 5f7c311 fixed api generation

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.2.25 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 25 commits .

  • 915d5c8 Updated version and history to 2.2.25
  • e393123 Fixed aggregation test so it does not run against mongodb < 2.6
  • a53fd2c Moved generator based aggregation test to generator_based_tests.js
  • 6e8de4d Merge branch '2.2' of github.com:mongodb/node-mongodb-native into 2.2
  • a0e70e4 test fix for travis
  • a57ab85 Merge pull request #1494 from vkarpov15/patch-2
  • 0bfde22 NODE-957 Added cursor test that shows cursor closed when batchSize < 0
  • 6ef70b8 fix: don't rely on global toString() for checking if object
  • 791728e NODE-954 Remove write concern from reindex helper as it will not be supported in 3.6
  • 8ec9bf5 NODE-953 Made batchSize issue general at cursor level
  • 7e6ccb2 Merge pull request #1491 from mbroadst/NODE-953
  • 3465090 Merge pull request #1490 from Annoraaq/patch-3
  • b5c188b fix(collection): pass batchSize to AggregationCursor
  • 1bdbac2 Changed wrong return type in documentation
  • 3230385 NODE-950 modified the index generation as suggested by Matt

There are 25 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.2.26 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 28 commits .

  • fce57db Updated version to V2.2.26
  • 27aa819 fix apm_tests to run on older node
  • e3f7242 NODE-983 Add cursorId to aggregate and listCollections commands
  • f204c37 Add cursor to reply of aggregate command (#1510)
  • 69ab14f fixed 0.10.x breaking code in runner.js
  • c54667c mark group and profilingInfo as deprecated methods
  • 70dffb8 [WIP] NODE-956 DOCS Examples (#1507)
  • 9497c7d Merge pull request #1505 from mongodb/greenkeeper-readable-stream-2.2.7
  • 4417c77 chore(package): update readable-stream to version 2.2.7
  • 1e9ce89 Merge pull request #1504 from tellnes/dirname
  • bcd5a72 NODE-978 Added test case to uncover connection.end issue for node 0.10.x
  • 9dce21a remove dynamic require
  • d81815e Merged
  • e10a9be NODE-696 Handle interrupted error for createIndexes
  • 13735ba Merge pull request #1502 from mbroadst/NODE-972

There are 28 commits in total. See the full diff.