[SERVER-66736] jstests/libs/test_background_ops.js redefines startParallelShell function Created: 24/May/22 Updated: 29/Oct/23 Resolved: 30/Jun/22 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Testing Infrastructure |
| Affects Version/s: | None |
| Fix Version/s: | 6.1.0-rc0 |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Max Hirschhorn | Assignee: | Abdul Qadeer |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | sharding-nyc-subteam1 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Backwards Compatibility: | Fully Compatible | ||||||||
| Operating System: | ALL | ||||||||
| Sprint: | Sharding 2022-06-27, Sharding 2022-07-11 | ||||||||
| Participants: | |||||||||
| Linked BF Score: | 149 | ||||||||
| Story Points: | 2 | ||||||||
| Description |
|
jstests/libs/test_background_ops.js redefines the startParallelShell() function built into the mongo shell. The definition in jstests/libs/test_background_ops.js won't throw a JavaScript exception even if the parallel shell exits with a non-zero return code. The following tests appear to call one of startParallelShell(), startParallelOps(), or moveChunkParallel() and either directly or indirectly end up loading jstests/libs/test_background_ops.js:
|
| Comments |
| Comment by Githook User [ 29/Jun/22 ] |
|
Author: {'name': 'Abdul Qadeer', 'email': 'abdul.qadeer@mongodb.com', 'username': 'zorro786'}Message: |
| Comment by Githook User [ 23/Jun/22 ] |
|
Author: {'name': 'Abdul Qadeer', 'email': 'abdul.qadeer@mongodb.com', 'username': 'zorro786'}Message: Revert " |
| Comment by Githook User [ 23/Jun/22 ] |
|
Author: {'name': 'Abdul Qadeer', 'email': 'abdul.qadeer@mongodb.com', 'username': 'zorro786'}Message: |
| Comment by Githook User [ 23/Jun/22 ] |
|
Author: {'name': 'Abdul Qadeer', 'email': 'abdul.qadeer@mongodb.com', 'username': 'zorro786'}Message: |