(next)
| 396 | '2': 0 |
| 397 | }}}); |
| 398 | const execute = function (next) { |
| 399 | client.execute(selectAllQuery, next); |
| 400 | }; |
| 401 | utils.parallel([ |
| 402 | function (parallelNext) { |
| 403 | utils.parallel(helper.fillArray(400, execute), parallelNext); |
no test coverage detected