Skip to content

Commit 3dbbf8c

Browse files
committed
Update tests: Avoid too many async queries to one table
1 parent 1ca9bac commit 3dbbf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dataTypeAssist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ assist.verifyRefCursorWithFetchAsString = function(connection, tableName, array,
10101010
var _verifyFetchedValues = function(connection, rs, array, tableName, cb) {
10111011
var amount = array.length;
10121012
rs.getRows(amount, function(err, rows) {
1013-
async.each(
1013+
async.eachSeries(
10141014
rows,
10151015
queryAndCompare,
10161016
function(err) {

0 commit comments

Comments
 (0)