10gen / mongo-orchestration

Apache License 2.0
7 stars 11 forks source link

Heap presets need enableTestCommands #132

Closed spencerjackson closed 9 years ago

spencerjackson commented 9 years ago

This parameter is set in basic.json, but not in heap.json, and is needed for the cxx driver's DBClientTest.MaxTimeMS test.

behackett commented 9 years ago

Sadly, we might have to remove heap.json before releasing this to pypi:

https://jira.mongodb.org/browse/SERVER-16012

If the name really changes we'll be shipping configs that no longer work in MongoDB 2.8.

spencerjackson commented 9 years ago

Presumably we'd rename heap.json and edit it to use whatever final name gets chosen, right? Unless, are we shipping to pypi soon?

behackett commented 9 years ago

We're planning to ship to pypi today. Since we don't know if/when SERVER-16012 will be addressed we'll ship with what we have (adding enableTestCommands) and do a 0.2 release to adjust the config files later.

Worst case, you might have to edit one of the config files shipped with MO manually.

llvtt commented 9 years ago

resolved in 8d8dd08729c9914519e1e94688e6f3d67bb6b5c8