Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-2617

Typo in jstests/misc/biginsert.js test

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Trivial - P5 Trivial - P5
    • 01112017-cleanup
    • None
    • ecosystem
    • All supported build environments

    Description

      This is a silly mistake; I know, but I'm new to this group and am using the minor bug to figure out the team's workflow/requirements for contributors.

      I was just studying the jstests trying to glean whatever insight they could offer when I noticed the straight forward "biginsert.js" test.

      https://github.com/mongodb/mongo/blob/master/jstests/misc/biginsert.js#L3

      Unless I am missing something, I believe that line #3 was intended to be similar to those around it.

      o = o + o;
      o = o + o;
      o = o + o;
      ...

      instead of

      o = o + o;
      o + o;
      o = o + o;
      ...

      which is how it (and looks like it has been for quite a while). Like I said, this is not earth shattering. Although application testing should be taken seriously, it is unlikely that this is going to change anything beyond my understanding of how to submit a pull request.

      Attachments

        Activity

          People

            matt.kangas Matt Kangas
            GuyHoozdis Guy Hoozdis
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              10 years, 3 weeks ago