9b6948c19c | ||
---|---|---|
.. | ||
opts | ||
.editorconfig | ||
README.md | ||
autoCommit.js | ||
autoCommit4nestedExecutes.js | ||
autoCommitForSelect.js | ||
bindTimestamp.js | ||
binding.js | ||
binding_DMLInsert.js | ||
binding_DMLReturningInto.js | ||
binding_defaultBindIn.js | ||
binding_defaultBindInout.js | ||
binding_functionBindIn.js | ||
binding_functionBindInout.js | ||
binding_functionBindOut.js | ||
binding_procedureBindIn.js | ||
binding_procedureBindInout.js | ||
binding_procedureBindOut.js | ||
blobDMLBindAsBuffer.js | ||
blobDMLReturningMultipleRowsAsBuffer.js | ||
blobDMLReturningMultipleRowsAsStream.js | ||
blobPlsqlBindAsBuffer_bindin.js | ||
blobPlsqlBindAsBuffer_bindinout.js | ||
blobPlsqlBindAsBuffer_bindout.js | ||
blobStream.js | ||
changePassword.js | ||
checkClassesTypes.js | ||
clobDMLBindAsString.js | ||
clobDMLReturningMultipleRowsAsStream.js | ||
clobDMLReturningMultipleRowsAsString.js | ||
clobPlsqlBindAsString_bindin.js | ||
clobPlsqlBindAsString_bindinout.js | ||
clobPlsqlBindAsString_bindout.js | ||
clobPlsqlString.js | ||
clobStream.js | ||
clobexample.txt | ||
columnMetadata.js | ||
connClose.js | ||
connection.js | ||
constants.js | ||
dataTypeAssist.js | ||
dataTypeBinaryDouble.js | ||
dataTypeBinaryFloat.js | ||
dataTypeBlob.js | ||
dataTypeChar.js | ||
dataTypeClob.js | ||
dataTypeDate.js | ||
dataTypeFloat.js | ||
dataTypeFloat2.js | ||
dataTypeLong.js | ||
dataTypeLongRaw.js | ||
dataTypeNchar.js | ||
dataTypeNclob.js | ||
dataTypeNumber.js | ||
dataTypeNumber2.js | ||
dataTypeNvarchar2.js | ||
dataTypeRaw.js | ||
dataTypeRowid.js | ||
dataTypeTimestamp1.js | ||
dataTypeTimestamp2.js | ||
dataTypeTimestamp3.js | ||
dataTypeTimestamp4.js | ||
dataTypeTimestamp5.js | ||
dataTypeTimestamp6.js | ||
dataTypeUrowid.js | ||
dataTypeVarchar2.js | ||
dbconfig.js | ||
devnull.js | ||
dmlReturning.js | ||
driverName.js | ||
editionTest.js | ||
end2endTracing.js | ||
examples.js | ||
executeMany.js | ||
extendedMetaData.js | ||
externalAuth.js | ||
fetchArraySize1.js | ||
fetchArraySize2.js | ||
fetchArraySize3.js | ||
fetchArraySize4.js | ||
fetchArraySize5.js | ||
fetchArraySize6.js | ||
fetchArraySize7.js | ||
fetchArraySize8.js | ||
fetchArraySize9.js | ||
fetchAs.js | ||
fetchAsStringWithRefCursor.js | ||
fetchBlobAsBuffer1.js | ||
fetchBlobAsBuffer2.js | ||
fetchBlobAsBuffer3.js | ||
fetchBlobAsBuffer4.js | ||
fetchClobAsString1.js | ||
fetchClobAsString2.js | ||
fetchClobAsString3.js | ||
fetchClobAsString4.js | ||
fetchRowidAsString.js | ||
fetchTimestampAsString.js | ||
fetchUrowidAsString.js | ||
fetchUrowidAsString_indexed.js | ||
file.js | ||
fuzzydinosaur.jpg | ||
getStmtInfo.js | ||
insertAll.js | ||
insertNaNToNumber.js | ||
instanceof.js | ||
list.txt | ||
lobBind1.js | ||
lobBind2.js | ||
lobBindAsStringBuffer.js | ||
lobClose.js | ||
lobProperties1.js | ||
lobProperties2.js | ||
lobResultSet.js | ||
longDMLBind.js | ||
longProcedureBind_in.js | ||
longProcedureBind_inout.js | ||
longProcedureBind_out.js | ||
longrawDMLBind.js | ||
longrawProcedureBind_in.js | ||
longrawProcedureBind_inout.js | ||
longrawProcedureBind_out.js | ||
maxRows.js | ||
multipleLobInsertion.js | ||
nclobDMLBindAsString.js | ||
nestedCursor.js | ||
nullColumnValues.js | ||
plsqlBindIndexedTable1.js | ||
plsqlBindIndexedTable2.js | ||
plsqlBindScalar.js | ||
pool.js | ||
poolCache.js | ||
poolClose.js | ||
poolPing.js | ||
prefetchRows.js | ||
promises.js | ||
properties.js | ||
random.js | ||
resultSet1.js | ||
resultSet2.js | ||
resultSetClose.js | ||
resultsetToStream.js | ||
rowidDMLBindAsString.js | ||
rowidFunctionBindAsString_bind.js | ||
rowidFunctionBindAsString_bindinout.js | ||
rowidProcedureBindAsString_bindin.js | ||
rowidProcedureBindAsString_bindinout.js | ||
rowidProcedureBindAsString_bindout.js | ||
sql.js | ||
sqlWithWarnings.js | ||
stream1.js | ||
stream2.js | ||
streamErrorEvent.js | ||
tree.jpg | ||
uninitializedLob.js | ||
urowidDMLBindAsString1.js | ||
urowidDMLBindAsString2.js | ||
urowidFunctionBindAsString1.js | ||
urowidFunctionBindAsString2.js | ||
urowidFunctionBindAsString3.js | ||
urowidFunctionBindAsString4.js | ||
urowidProcedureBindAsString1.js | ||
urowidProcedureBindAsString2.js | ||
urowidProcedureBindAsString3.js | ||
urowidProcedureBindAsString4.js | ||
urowidProcedureBindAsString5.js | ||
urowidProcedureBindAsString6.js | ||
v8Getter.js | ||
writableProperties.js |
README.md
Test node-oracledb
Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
You may not use the identified files except in compliance with the Apache License, Version 2.0 (the "License.")
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
The node-oracledb test suite uses 'mocha', 'should' and 'async'. See LICENSE for relevant licenses.
1. Preparations
See INSTALL for installation details.
Note: the test suite is on GitHub. NPM module has not contained the tests since node-oracledb 1.9.1.
1.1 Create a working directory
mkdir <some-directory>
cd <some-directory>
1.2 Clone node-oracledb from GitHub
Clone the project repository:
cd <some-directory>
git clone https://github.com/oracle/node-oracledb.git
1.3 Build
cd <some-directory>/node-oracledb
npm install
Running npm install
within the node-oracledb/ directory will recompile
oracledb and install all its dependent modules. These are listed
in the devDependencies
field of package.json
file. Thus, 'mocha', 'async'
and 'should' modules are installed by this command.
The test suite uses mocha, async and should.
1.4 Configure Database credentials
The file test\dbconfig.js
contains the configuration. Change the credential information to yours.
To enable external authentication tests, firstly make sure the Oracle external authentication service is correctly configured. See Documentation for External Authentication for details.
Note: the test suite requires a schema with privileges CREATE TABLE, CREATE SESSION, CREATE PROCEDURE, CREATE SEQUENCE, CREATE TRIGGER.
1.5 Set NODE_PATH
export NODE_PATH=<some-directory>/node-oracledb/lib
2. Run tests
2.1 Run the complete test suite
cd node-oracledb
npm test
2.2 Run specified test(s)
cd node_oracledb
./node_modules/.bin/mocha test/<test-names>
See mochajs.org for more information on running tests with mocha.
3. Add Tests
See CONTRIBUTING for general information on contribution requirements.
For easy correlation between results and test code, each test is assigned a number. The Test List shows the numbering of tests.
In order to include your tests in the suite, add each new test file
name to test/opts/mocha.opts
.
4. Troubleshooting
You may encounter some troubles when running the test suite. These troubles might be caused by the concurrency issue of Mocha framework, network latencies, or database server issues. This section gives some issues that we ever saw and our solutions.
4.1 ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
This error occurs when Node.js programs try to change database objects which hold locks. The workaround would be:
(1) Use unique DB object names for each test to avoid interference between test files. (2) Try not to use 'beforeEach' blocks for object operations to avoid the interference between cases.
4.2 ORA-00018: maximum number of sessions exceeded
This error occurs when the test suite takes up more sessions than the configured limit. You can alter the session limit on the database server side. If you do not have access to change the database session setting, you could use the below script to deliberately add an interval between tests.
arr=$(ls test/*js)
for case in ${arr[@]}
do
var="$NODE_PATH/../node_modules/.bin/mocha --timeout 10000 $case"
eval $var
sleep 1
done
4.3 ORA-28865: SSL connection closed
You may encounter this error when the test suite sends more connection requests per second than the database is configured to handle.
There are two solutions:
-
Solution 1: Change database
RATE_LIMIT
configuration. This parameter defines the connection count allowed per second. See RATE_LIMIT for more information. -
Solution 2: Set the
RETRY_COUNT
andRETRY_DELAY
parameters in connectString.
For example, below is the connectString which could be defined in
tnsnames.ora
file.
dbaccess = (description=(RETRY_COUNT=20)(RETRY_DELAY=3)
(address=(protocol=tcps)(port=1521)(host=<db-host>))
(connect_data=(service_name=<service-name>))
(security=(my_wallet_directory=<wallet-location>)(ssl_server_cert_dn=<ssl-server-cert-dn>))
)