Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-23704

shard_keycount.js does not invoke anonymous function

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 3.2.6, 3.3.5
    • 3.2.0-rc1
    • Sharding
    • Fully Compatible
    • ALL

    Description

      This causes the jstest to accidentally not be run, and so always pass.

      https://github.com/mongodb/mongo/blob/r3.3.4/jstests/sharding/shard_keycount.js#L46

      Just needs

      diff --git a/jstests/sharding/shard_keycount.js b/jstests/sharding/shard_keycount.js
      index 9a63a2c..893e201 100644
      --- a/jstests/sharding/shard_keycount.js
      +++ b/jstests/sharding/shard_keycount.js
      @@ -43,4 +43,4 @@
       
           s.stop();
       
      -});
      +})();
      

      Command where this was noticed (this seems to be the only occurrence, but I didn't check thoroughly)

      for i in `grep -l '^(function *()' jstests/*/*`; do echo; echo "$i"; tail -1 "$i"; done
      

      cc kamran.khan

      Attachments

        Activity

          People

            kaloian.manassiev@mongodb.com Kaloian Manassiev
            kevin.pulo@mongodb.com Kevin Pulo
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: