[Pkg-mongodb-maintainers] [pkg-mongodb] branch master updated (ccfd5a6 -> ce6d72b)

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Sun Oct 8 08:51:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

apoikos pushed a change to branch master
in repository pkg-mongodb.

      from  ccfd5a6   Release 3.2.16-1
       new  930687d   New upstream version 3.2.17
       new  2a141c7   Updated version 3.2.17 from 'upstream/3.2.17'
       new  2b146b6   Bump Standards to 4.1.1; no changes needed
       new  fcdaf30   Fix build with SCons 3.0
       new  9ea5f86   Remove upstart script
       new  ce6d72b   Release 3.2.17-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog                                   |  11 +
 debian/control                                     |   2 +-
 debian/mongodb-server.mongodb.upstart              |  24 --
 debian/patches/scons-3.0-compat.patch              | 151 +++++++++
 debian/patches/series                              |   1 +
 etc/evergreen.yml                                  |  86 +----
 etc/longevity.yml                                  |  11 +-
 etc/system_perf.yml                                | 175 +++-------
 jstests/aggregation/bugs/server6118.js             |  17 +-
 jstests/aggregation/bugs/server6179.js             |  19 +-
 jstests/aggregation/bugs/server7781.js             |  17 +-
 jstests/aggregation/bugs/server9444.js             | 154 +++++----
 jstests/auth/mongos_cache_invalidation.js          |  11 +-
 jstests/core/group9.js                             |  20 ++
 jstests/core/mr4.js                                |   6 +-
 jstests/gle/gle_sharded_write.js                   | 376 ++++++++++-----------
 jstests/multiVersion/libs/multi_rs.js              |   7 +-
 jstests/noPassthrough/backup_restore.js            |  11 +-
 jstests/noPassthrough/initial_sync_cloner_dups.js  |   3 +-
 .../no_balance_collection.js                       |   8 +-
 .../apply_ops_insert_write_conflict_nonatomic.js   |   8 +
 jstests/replsets/election_not_blocked.js           |   2 +-
 jstests/replsets/initial_sync1.js                  |   6 +-
 jstests/replsets/initial_sync2.js                  |  20 +-
 .../libs/apply_ops_insert_write_conflict.js        |  88 +++++
 jstests/replsets/maintenance.js                    |   2 +-
 jstests/replsets/oplog_truncated_on_recovery.js    |   2 +-
 .../priority_takeover_one_node_higher_priority.js  |  14 +-
 .../read_committed_with_catalog_changes.js         |   4 +-
 jstests/replsets/replsetadd_profile.js             |   2 +-
 jstests/replsets/replsetprio1.js                   |   8 +-
 jstests/replsets/request_primary_stepdown.js       |   2 +-
 jstests/replsets/resync_with_write_load.js         |   2 +-
 jstests/replsets/rollback.js                       |   2 +-
 jstests/replsets/rollback2.js                      |   2 +-
 jstests/replsets/rollback3.js                      |   2 +-
 jstests/replsets/rollback5.js                      |   2 +-
 jstests/replsets/rollback_auth.js                  |   2 +-
 jstests/replsets/rollback_cmd_unrollbackable.js    |   2 +-
 jstests/replsets/rollback_collMod_fatal.js         |   2 +-
 jstests/replsets/rollback_different_h.js           |   2 +-
 jstests/replsets/rollback_dropdb.js                |   2 +-
 jstests/replsets/rollback_fake_cmd.js              |   2 +-
 jstests/replsets/rollback_index.js                 |   2 +-
 jstests/replsets/rslib.js                          |   2 +-
 jstests/replsets/stepdown.js                       |   2 +-
 jstests/replsets/stepdown_kill_other_ops.js        |   2 +-
 jstests/replsets/stepdown_killop.js                |   2 +-
 jstests/replsets/stepdown_long_wait_time.js        |   2 +-
 jstests/replsets/sync_passive.js                   |   2 +-
 jstests/replsets/two_nodes_priority_take_over.js   |   2 +-
 jstests/sharding/balance_repl.js                   |  21 +-
 jstests/sharding/balance_tags2.js                  |  15 +-
 jstests/sharding/explain_cmd.js                    | 357 +++++++++----------
 .../sharding/explain_find_and_modify_sharded.js    |   2 +-
 jstests/sharding/hash_shard_unique_compound.js     |  60 ++--
 jstests/sharding/mapReduce_inSharded_outSharded.js | 128 +++----
 jstests/sharding/migrateBig.js                     |  46 ++-
 jstests/sharding/migrateBig_balancer.js            |  19 +-
 jstests/sharding/printShardingStatus.js            |   2 +-
 jstests/sharding/shard3.js                         |  10 +-
 jstests/sharding/split_with_force_small.js         |  99 +++---
 jstests/sharding/stale_version_write.js            |  46 +--
 jstests/slow2/mr_during_migrate.js                 | 159 +++++----
 src/mongo/base/validate_locale.cpp                 |  13 +-
 src/mongo/db/commands/mr.cpp                       |   6 +-
 src/mongo/db/dbhelpers.cpp                         |   5 +-
 src/mongo/db/exec/group.cpp                        |   3 +-
 src/mongo/db/ops/update_driver.cpp                 |  12 +-
 src/mongo/db/repl/oplog.cpp                        |   6 +-
 src/mongo/dbtests/jstests.cpp                      |  44 +++
 src/mongo/s/SConscript                             |   2 +-
 src/mongo/s/catalog/catalog_manager.h              |   6 +-
 src/mongo/s/chunk_manager.cpp                      |   3 +
 src/mongo/scripting/deadline_monitor.cpp           |   2 +-
 src/mongo/scripting/deadline_monitor.h             |  12 +-
 src/mongo/scripting/engine.cpp                     |   3 +
 src/mongo/scripting/engine.h                       |   2 +
 src/mongo/scripting/mozjs/bson.cpp                 |  10 +-
 src/mongo/scripting/mozjs/implscope.cpp            |  10 +
 src/mongo/scripting/mozjs/implscope.h              |   5 +
 src/mongo/scripting/mozjs/objectwrapper.cpp        |   7 +-
 src/mongo/scripting/mozjs/proxyscope.cpp           |   4 +
 src/mongo/scripting/mozjs/proxyscope.h             |   2 +
 src/mongo/shell/replsettest.js                     |   2 +-
 src/third_party/wiredtiger/dist/s_string.ok        |   1 +
 src/third_party/wiredtiger/dist/stat_data.py       |   1 +
 src/third_party/wiredtiger/import.data             |   2 +-
 src/third_party/wiredtiger/src/btree/row_key.c     |   2 +
 .../wiredtiger/src/docs/programming.dox            |  15 +-
 src/third_party/wiredtiger/src/docs/spell.ok       |   1 +
 .../wiredtiger/src/docs/tune-build-options.dox     |   9 +
 src/third_party/wiredtiger/src/evict/evict_lru.c   |   7 +
 src/third_party/wiredtiger/src/include/extern.h    |   1 +
 src/third_party/wiredtiger/src/include/gcc.h       |   2 +-
 src/third_party/wiredtiger/src/include/lint.h      |   1 +
 src/third_party/wiredtiger/src/include/misc.i      |  25 ++
 src/third_party/wiredtiger/src/include/msvc.h      |   4 +-
 src/third_party/wiredtiger/src/include/session.h   |   7 +
 src/third_party/wiredtiger/src/include/stat.h      |   1 +
 src/third_party/wiredtiger/src/include/txn.h       |   2 +
 .../wiredtiger/src/include/wiredtiger.in           | 346 ++++++++++---------
 .../wiredtiger/src/os_common/os_alloc.c            |   2 +
 .../wiredtiger/src/os_common/os_getopt.c           |   8 +-
 src/third_party/wiredtiger/src/os_posix/os_dir.c   |   6 +
 src/third_party/wiredtiger/src/os_posix/os_time.c  |  22 +-
 src/third_party/wiredtiger/src/os_win/os_time.c    |   9 +-
 .../wiredtiger/src/schema/schema_list.c            |  31 ++
 .../wiredtiger/src/session/session_api.c           |  17 +-
 src/third_party/wiredtiger/src/support/stat.c      |   3 +
 src/third_party/wiredtiger/src/txn/txn.c           |  22 +-
 src/third_party/wiredtiger/src/txn/txn_log.c       |  11 +
 version.json                                       |   4 +-
 113 files changed, 1692 insertions(+), 1299 deletions(-)
 delete mode 100644 debian/mongodb-server.mongodb.upstart
 create mode 100644 debian/patches/scons-3.0-compat.patch
 create mode 100644 jstests/core/group9.js
 create mode 100644 jstests/replsets/apply_ops_insert_write_conflict_nonatomic.js
 create mode 100644 jstests/replsets/libs/apply_ops_insert_write_conflict.js
 create mode 100644 src/third_party/wiredtiger/src/docs/tune-build-options.dox

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mongodb/pkg-mongodb.git



More information about the Pkg-mongodb-maintainers mailing list