Commit Graph

233 Commits

Author SHA1 Message Date
Christopher Jones 36d104350f New Mocha test file for Node.js 6, since newer tests use async/await 2018-09-27 15:00:21 +10:00
Christopher Jones 46e65227d1 Remove a stress test from the functional test suite 2018-09-27 14:56:27 +10:00
Christopher Jones ceb3160d7d Test updates 2018-09-27 14:56:26 +10:00
Christopher Jones b41bb3af07 Correct order of operations 2018-09-04 08:12:00 +10:00
Christopher Jones 499998211d Added drainTime to pool.close() PR #950 (Danilo Silva) 2018-09-04 08:09:07 +10:00
Christopher Jones fce6bba3ea Fix test numbering typo 2018-08-22 13:30:48 +10:00
Christopher Jones d9e3111999 Update connection queueing tests 2018-08-22 13:28:20 +10:00
Christopher Jones 79ad097ce8 Verify the executeMany() iterations value is a positive integer 2018-08-22 13:26:42 +10:00
Christopher Jones 319e73d108 Fix a test potential async issue 2018-08-22 13:24:44 +10:00
Christopher Jones 01ef062180 Use new documentation version-independent links 2018-08-22 13:14:25 +10:00
Christopher Jones 17d8fbf198 Add test for executeMany() numiters feature 2018-08-22 13:10:37 +10:00
Christopher Jones d3bdfe8a3b Give documentation links some love, including update to 18c content 2018-08-22 13:09:26 +10:00
Christopher Jones a4e594f00e Remove queueRequests. Use WAIT mode in C++. Needed for 18c clients 2018-06-27 16:41:38 +10:00
Christopher Jones bf385dc2fd Avoid setting keys on the object to the value undefined 2018-06-27 16:30:21 +10:00
Christopher Jones df7842a575 Test updates for DRCP and for 18c 2018-06-27 16:27:39 +10:00
Christopher Jones c704398433 Use unique constraint name in tests 2018-05-22 15:03:45 +10:00
Christopher Jones 79d58d8f2b Refactor executeMany test case 2018-05-22 15:03:01 +10:00
Christopher Jones 81f2d496ad Remove deprecated Buffer() function in tests 2018-05-22 15:02:09 +10:00
Christopher Jones 398827945c Add batchErrors and executeMany() tests 2018-05-22 14:45:11 +10:00
Christopher Jones 0227ffb41b Add basic tests for executeMany() 2018-04-03 07:45:58 +10:00
Christopher Jones 6826461778 Add tests for connection.getStatementInfo() 2018-04-03 07:43:37 +10:00
Christopher Jones 33ec16a268 Remove the timeout settings in each specific tests 2018-04-03 07:42:39 +10:00
Christopher Jones 2be16f8628 Update tests 2018-04-03 07:41:52 +10:00
Christopher Jones bb44024bcd Add a toggle switch for tests requiring DBA privileges 2018-04-03 07:38:38 +10:00
Christopher Jones d37080b747 Add test files missed in merge 2018-03-27 17:08:41 +11:00
Christopher Jones b263da9019 Test updates 2018-03-27 17:04:00 +11:00
Christopher Jones 7a9434f0fd Add basic tests for connection.ping() 2018-03-27 16:59:22 +11:00
Christopher Jones a9adc9bc59 Remove two network-dependent tests 2018-03-27 16:58:41 +11:00
Christopher Jones 05c8c604dc Enable some UROWID tests 2018-03-27 16:57:04 +11:00
Christopher Jones f2dff16d5b Enable some skipped tests 2018-03-27 16:55:22 +11:00
Christopher Jones 0985b5d02f Allow DML RETURNING of RAW data 2018-03-27 16:54:55 +11:00
Christopher Jones 00a25dcfd0 Allow an empty object for fetchInfo 2018-03-27 16:54:18 +11:00
Christopher Jones 67804fd21b Add sanity tests for oracledb.events 2018-03-27 16:48:46 +11:00
Christopher Jones 04af720c34 Added support for oracledb.edition 2018-03-27 16:47:46 +11:00
Christopher Jones 06b6e0057b Add tests for end-to-end tracing attributes 2018-03-27 16:37:25 +11:00
Christopher Jones 155ff873aa Update doc links to point to new gh-pages site https://oracle.github.io/node-oracledb/ 2018-03-27 16:11:29 +11:00
Christopher Jones e81da6f7ce Add properties oracledb.oracleClientVersionString and connection.oracleServerVersionString 2018-03-27 16:01:20 +11:00
Christopher Jones a07f5da4e0 Add tests for INSERT ALL 2018-02-12 15:47:15 +11:00
Christopher Jones e2e8a977ce Update test descriptions 2018-02-09 19:51:13 +11:00
Christopher Jones a01e943c5e Tests for 64-bit Integers 2018-02-06 14:04:34 +11:00
Christopher Jones 7e876b34bd Add some tests for 'privilege' 2018-02-06 13:59:28 +11:00
Christopher Jones 6efa57a40b Tests for RS and LOB automatically close after conn closes 2018-02-06 13:56:36 +11:00
Christopher Jones 47d49b47e8 Update tests 2018-02-06 13:55:21 +11:00
Christopher Jones c2980cb2b7 Added 'connectionString' as an alias for 'connectString' (Sagie Gur-Ari) 2018-02-06 13:54:40 +11:00
Christopher Jones 2feec4313e Updated NAN calls and other static code analysis warnings 2018-02-06 13:53:49 +11:00
Christopher Jones 2a05991580 QueryStream updates: new destroy() method, simplified fetch logic, and various other fixes 2018-02-06 13:47:51 +11:00
Christopher Jones d3fae224e4 Update ODPI-C to eliminate DPI-1054 errors
Automatically close result sets and LOBs when the connection is closed.
2018-02-06 13:45:31 +11:00
Christopher Jones 1f07b3d5a8 Test accessing properties of closed objects 2018-02-06 13:39:18 +11:00
Christopher Jones 6834c7b523 Include position and data type number in NJS-010 error message 2018-02-06 13:29:12 +11:00
Christopher Jones 9f1a74b014 Stop raising an exception when accessing attributes on closed connections, pools, LOBs and result sets. 2018-02-06 13:26:34 +11:00