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

slowNightly/index_check10.js fails to check validity

    XMLWordPrintableJSON

Details

    • ALL

    Description

      index_check10.js has the following lines:

      var v = t.validate();
      if ( !t.valid )

      { printjson( t ); assert( t.valid ); }

      !t.valid will never be true. what was apparently meant was to check !v.valid since v is not used anywhere else.

      Attachments

        Activity

          People

            dan@mongodb.com Daniel Pasette (Inactive)
            asya.kamsky@mongodb.com Asya Kamsky
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: