Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Done
-
None
-
Fully Compatible
-
TIG 11 (03/11/16)
Description
update_yield1.js has a template string that can't be reformatted:
var mongod = MongoRunner.runMongod({
|
setParameter: `internalQueryExecYieldIterations=${worksPerYield}`
|
});
|
Attachments
Issue Links
- is related to
-
SERVER-22945 Rewrite update_yield1.js to not depend heavily on timing
-
- Closed
-
- related to
-
SERVER-22696 Remove clang-format workarounds for template strings in JS code
-
- Closed
-