diff options
author | Martin Neupauer <martin.neupauer@mongodb.com> | 2018-09-05 15:10:13 -0400 |
---|---|---|
committer | Martin Neupauer <martin.neupauer@mongodb.com> | 2018-09-19 15:26:36 -0400 |
commit | fffa22c25442b291995adfca886e86f5ff7bb9eb (patch) | |
tree | 699f3b317356d7ff497de4fca13978732b6a296f /jstests/noPassthroughWithMongod/exchangeProducer.js | |
parent | 2e2f3fdf13013d1cc0574908c4ca121fbdbdf1d1 (diff) | |
download | mongo-fffa22c25442b291995adfca886e86f5ff7bb9eb.tar.gz |
SERVER-35899 Have mongos produce an aggregation plan that correctly uses an $exchange.
Diffstat (limited to 'jstests/noPassthroughWithMongod/exchangeProducer.js')
-rw-r--r-- | jstests/noPassthroughWithMongod/exchangeProducer.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/noPassthroughWithMongod/exchangeProducer.js b/jstests/noPassthroughWithMongod/exchangeProducer.js index f05f9db7e29..f9294d45d95 100644 --- a/jstests/noPassthroughWithMongod/exchangeProducer.js +++ b/jstests/noPassthroughWithMongod/exchangeProducer.js @@ -132,7 +132,7 @@ TestData.disableImplicitSessions = true; bufferSize: NumberInt(1024), key: {a: 1}, boundaries: [{a: MinKey}, {a: 2500}, {a: 5000}, {a: 7500}, {a: MaxKey}], - consumerids: [NumberInt(0), NumberInt(1), NumberInt(2), NumberInt(3)] + consumerIds: [NumberInt(0), NumberInt(1), NumberInt(2), NumberInt(3)] }, cursor: {batchSize: 0} })); @@ -161,7 +161,7 @@ TestData.disableImplicitSessions = true; bufferSize: NumberInt(1024), key: {a: 1}, boundaries: [{a: MinKey}, {a: 2500}, {a: 5000}, {a: 7500}, {a: MaxKey}], - consumerids: [NumberInt(0), NumberInt(1), NumberInt(2), NumberInt(3)] + consumerIds: [NumberInt(0), NumberInt(1), NumberInt(2), NumberInt(3)] }, cursor: {batchSize: 0} })); |