|
1 |
| -/* Copyright (c) 2021, 2022, Oracle and/or its affiliates. */ |
| 1 | +/* Copyright (c) 2021, 2023, Oracle and/or its affiliates. */ |
2 | 2 |
|
3 | 3 | /******************************************************************************
|
4 | 4 | *
|
@@ -211,7 +211,7 @@ describe('180. externalProxyAuth.js', function() {
|
211 | 211 | }
|
212 | 212 | if (pool) {
|
213 | 213 | try {
|
214 |
| - await pool.close(); |
| 214 | + await pool.close(0); |
215 | 215 | } catch (err) {
|
216 | 216 | should.not.exist(err);
|
217 | 217 | }
|
@@ -245,7 +245,7 @@ describe('180. externalProxyAuth.js', function() {
|
245 | 245 | }
|
246 | 246 | if (pool) {
|
247 | 247 | try {
|
248 |
| - await pool.close(); |
| 248 | + await pool.close(0); |
249 | 249 | } catch (err) {
|
250 | 250 | should.not.exist(err);
|
251 | 251 | }
|
@@ -279,7 +279,7 @@ describe('180. externalProxyAuth.js', function() {
|
279 | 279 | }
|
280 | 280 | if (pool) {
|
281 | 281 | try {
|
282 |
| - await pool.close(); |
| 282 | + await pool.close(0); |
283 | 283 | } catch (err) {
|
284 | 284 | should.not.exist(err);
|
285 | 285 | }
|
@@ -313,7 +313,7 @@ describe('180. externalProxyAuth.js', function() {
|
313 | 313 | }
|
314 | 314 | if (pool) {
|
315 | 315 | try {
|
316 |
| - await pool.close(); |
| 316 | + await pool.close(0); |
317 | 317 | } catch (err) {
|
318 | 318 | should.not.exist(err);
|
319 | 319 | }
|
@@ -350,7 +350,7 @@ describe('180. externalProxyAuth.js', function() {
|
350 | 350 | }
|
351 | 351 | if (pool) {
|
352 | 352 | try {
|
353 |
| - await pool.close(); |
| 353 | + await pool.close(0); |
354 | 354 | } catch (err) {
|
355 | 355 | should.not.exist(err);
|
356 | 356 | }
|
@@ -388,7 +388,7 @@ describe('180. externalProxyAuth.js', function() {
|
388 | 388 | }
|
389 | 389 | if (pool) {
|
390 | 390 | try {
|
391 |
| - await pool.close(); |
| 391 | + await pool.close(0); |
392 | 392 | } catch (err) {
|
393 | 393 | should.not.exist(err);
|
394 | 394 | }
|
@@ -426,7 +426,7 @@ describe('180. externalProxyAuth.js', function() {
|
426 | 426 | }
|
427 | 427 | if (pool) {
|
428 | 428 | try {
|
429 |
| - await pool.close(); |
| 429 | + await pool.close(0); |
430 | 430 | } catch (err) {
|
431 | 431 | should.not.exist(err);
|
432 | 432 | }
|
@@ -460,7 +460,7 @@ describe('180. externalProxyAuth.js', function() {
|
460 | 460 | }
|
461 | 461 | if (pool) {
|
462 | 462 | try {
|
463 |
| - await pool.close(); |
| 463 | + await pool.close(0); |
464 | 464 | } catch (err) {
|
465 | 465 | should.not.exist(err);
|
466 | 466 | }
|
@@ -497,7 +497,7 @@ describe('180. externalProxyAuth.js', function() {
|
497 | 497 | }
|
498 | 498 | if (pool) {
|
499 | 499 | try {
|
500 |
| - await pool.close(); |
| 500 | + await pool.close(0); |
501 | 501 | } catch (err) {
|
502 | 502 | should.not.exist(err);
|
503 | 503 | }
|
|
0 commit comments