[DOCS-2617] Typo in jstests/misc/biginsert.js test Created: 29/Jan/14  Updated: 11/Jan/17  Resolved: 30/Jan/14

Status: Closed
Project: Documentation
Component/s: ecosystem
Affects Version/s: None
Fix Version/s: 01112017-cleanup

Type: Improvement Priority: Trivial - P5
Reporter: Guy Hoozdis Assignee: Matt Kangas
Resolution: Duplicate Votes: 0
Labels: jstests
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

All supported build environments


Issue Links:
Duplicate
duplicates SERVER-12520 Typo in jstests/misc/biginsert.js Closed
Participants:
Days since reply: 10 years, 3 weeks ago

 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.



 Comments   
Comment by Matt Kangas [ 30/Jan/14 ]

Hi GuyHoozdis, I see you also filed SERVER-12520 for this same issue. Closing this ticket as a duplicate. I'll follow up in the other one.

Generated at Thu Feb 08 07:43:51 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.