diff options
Diffstat (limited to 'jstests/aggregation/sources/setWindowFields/output_overwrites_existing_data.js')
| -rw-r--r-- | jstests/aggregation/sources/setWindowFields/output_overwrites_existing_data.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/aggregation/sources/setWindowFields/output_overwrites_existing_data.js b/jstests/aggregation/sources/setWindowFields/output_overwrites_existing_data.js index 8301f78bbfc..3ec0290054f 100644 --- a/jstests/aggregation/sources/setWindowFields/output_overwrites_existing_data.js +++ b/jstests/aggregation/sources/setWindowFields/output_overwrites_existing_data.js @@ -9,8 +9,6 @@ (function() { "use strict"; -// TODO SERVER-63811 Ensure the database exists so we get back non-empty results even in a sharded -// cluster. assert.commandWorked(db[jsTestName()].insert({dummy: 1})); let windowResults = db.aggregate([ |
