Skip to content

Commit 32dcdca

Browse files
committed
Add a note about expected test failure scenario
1 parent 5900a48 commit 32dcdca

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

test/deferLibInit.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
* Test deferring initialization of ODPI-C library.
2626
* This is a node-oracledb v3.1+ feature.
2727
*
28+
* Note: These tests will not succeed unless LD_LIBRARY_PATH is used to
29+
* point to the path of Oracle Instant Client.
30+
*
2831
*****************************************************************************/
2932
'use strict';
3033

@@ -56,7 +59,7 @@ describe('182. deferLibInit.js', () => {
5659
}
5760
});
5861

59-
it('183.3 Negative: call oracledb method', async () => {
62+
it('182.3 Negative: call oracledb method', async () => {
6063
try {
6164
delete process.env.LD_LIBRARY_PATH;
6265
await callMethodCase();

test/list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4346,7 +4346,7 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
43464346
182. deferLibInit.js
43474347
182.1 defers initializatiion of ODPI-C
43484348
182.2 Negative: throws error when asking for ODPI-C attributes
4349-
183.3 Negative: call oracledb method
4349+
182.3 Negative: call oracledb method
43504350

43514351
184. sessionTag.js
43524352
184.1 Remote PL/SQL Callback

0 commit comments

Comments
 (0)