Created
July 21, 2017 20:41
-
-
Save kikitux/01642587d88a54137724546e39cf24cb to your computer and use it in GitHub Desktop.
odpi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> default: | |
==> default: Oracle Database 11g Express Edition Configuration | |
==> default: ------------------------------------------------- | |
.. | |
==> default: | |
==> default: Do you want Oracle Database 11g Express Edition to be started on boot (y/n) [y]: | |
==> default: Starting Oracle Net Listener... | |
==> default: Done | |
==> default: Configuring database... | |
==> default: Done | |
==> default: Starting Oracle Database 11g Express Edition instance... | |
==> default: Done | |
==> default: Installation completed successfully. | |
==> default: Cloning into 'odpi'... | |
==> default: ORACLE_BASE environment variable is not being set since this | |
==> default: information is not available for the current user ID oracle. | |
==> default: You can set ORACLE_BASE manually if it is required. | |
==> default: | |
==> default: SQL*Plus: Release 11.2.0.2.0 Production on Fri Jul 21 13:37:47 2017 | |
==> default: | |
==> default: Copyright (c) 1982, 2011, Oracle. All rights reserved. | |
==> default: | |
==> default: Connected to: | |
==> default: Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production | |
==> default: | |
==> default: | |
==> default: | |
==> default: Creating users ODPIC and ODPIC_PROXY | |
.. | |
==> default: mkdir build | |
==> default: mkdir lib | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiConn.c -obuild/dpiConn.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiContext.c -obuild/dpiContext.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiData.c -obuild/dpiData.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiEnv.c -obuild/dpiEnv.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiError.c -obuild/dpiError.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiGen.c -obuild/dpiGen.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiGlobal.c -obuild/dpiGlobal.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiLob.c -obuild/dpiLob.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiObject.c -obuild/dpiObject.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiObjectAttr.c -obuild/dpiObjectAttr.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiObjectType.c -obuild/dpiObjectType.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiPool.c -obuild/dpiPool.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiStmt.c -obuild/dpiStmt.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiUtils.c -obuild/dpiUtils.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiVar.c -obuild/dpiVar.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiOracleType.c -obuild/dpiOracleType.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiSubscr.c -obuild/dpiSubscr.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiDeqOptions.c -obuild/dpiDeqOptions.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiEnqOptions.c -obuild/dpiEnqOptions.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiMsgProps.c -obuild/dpiMsgProps.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiRowid.c -obuild/dpiRowid.o | |
==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiOci.c -obuild/dpiOci.o | |
==> default: gcc -shared -o lib/libodpic.so build/dpiConn.o build/dpiContext.o build/dpiData.o build/dpiEnv.o build/dpiError.o build/dpiGen.o build/dpiGlobal.o build/dpiLob.o build/dpiObject.o build/dpiObjectAttr.o build/dpiObjectType.o build/dpiPool.o build/dpiStmt.o build/dpiUtils.o build/dpiVar.o build/dpiOracleType.o build/dpiSubscr.o build/dpiDeqOptions.o build/dpiEnqOptions.o build/dpiMsgProps.o build/dpiRowid.o build/dpiOci.o | |
==> default: mkdir build | |
==> default: gcc -c -I../include -O2 -g -Wall \ | |
==> default: -DCONN_USERNAME=\"odpic\" \ | |
==> default: -DCONN_PASSWORD=\"welcome\" \ | |
==> default: -DCONN_CONNECT_STRING=\"\" \ | |
==> default: -DDIR_NAME=\"ODPIC_DIR\" \ | |
==> default: -obuild/TestLib.o TestLib.c | |
==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestContext.o TestContext.c | |
==> default: gcc -L../lib -lodpic -ldl build/TestContext.o -obuild/TestContext build/TestLib.o | |
==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestConn.o TestConn.c | |
==> default: gcc -L../lib -lodpic -ldl build/TestConn.o -obuild/TestConn build/TestLib.o | |
==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestNumbers.o TestNumbers.c | |
==> default: gcc -L../lib -lodpic -ldl build/TestNumbers.o -obuild/TestNumbers build/TestLib.o | |
==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestPool.o TestPool.c | |
==> default: gcc -L../lib -lodpic -ldl build/TestPool.o -obuild/TestPool build/TestLib.o | |
==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestPoolProperties.o TestPoolProperties.c | |
==> default: gcc -L../lib -lodpic -ldl build/TestPoolProperties.o -obuild/TestPoolProperties build/TestLib.o | |
==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestQueries.o TestQueries.c | |
==> default: gcc -L../lib -lodpic -ldl build/TestQueries.o -obuild/TestQueries build/TestLib.o | |
==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestTransactions.o TestTransactions.c | |
==> default: gcc -L../lib -lodpic -ldl build/TestTransactions.o -obuild/TestTransactions build/TestLib.o | |
==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestConnProperties.o TestConnProperties.c | |
==> default: gcc -L../lib -lodpic -ldl build/TestConnProperties.o -obuild/TestConnProperties build/TestLib.o | |
==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestMiscCases.o TestMiscCases.c | |
==> default: gcc -L../lib -lodpic -ldl build/TestMiscCases.o -obuild/TestMiscCases build/TestLib.o | |
==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestVariables.o TestVariables.c | |
==> default: gcc -L../lib -lodpic -ldl build/TestVariables.o -obuild/TestVariables build/TestLib.o | |
==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestStatements.o TestStatements.c | |
==> default: gcc -L../lib -lodpic -ldl build/TestStatements.o -obuild/TestStatements build/TestLib.o | |
==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestDataTypes.o TestDataTypes.c | |
==> default: gcc -L../lib -lodpic -ldl build/TestDataTypes.o -obuild/TestDataTypes build/TestLib.o | |
==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestObjectTypes.o TestObjectTypes.c | |
==> default: gcc -L../lib -lodpic -ldl build/TestObjectTypes.o -obuild/TestObjectTypes build/TestLib.o | |
==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestObjects.o TestObjects.c | |
==> default: gcc -L../lib -lodpic -ldl build/TestObjects.o -obuild/TestObjects build/TestLib.o | |
==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestSuiteRunner.o TestSuiteRunner.c | |
==> default: gcc build/TestSuiteRunner.o -obuild/TestSuiteRunner | |
==> default: rm build/TestObjects.o build/TestQueries.o build/TestConn.o build/TestConnProperties.o build/TestPool.o build/TestObjectTypes.o build/TestNumbers.o build/TestMiscCases.o build/TestContext.o build/TestPoolProperties.o build/TestVariables.o build/TestStatements.o build/TestDataTypes.o build/TestTransactions.o | |
==> default: Running cases in TestContext | |
==> default: 100. dpiContext_create() with valid major/minor versions | |
==> default: [OK] | |
==> default: 101. dpiContext_create() with invalid major version [OK] | |
==> default: 102. dpiContext_create() with invalid minor version [OK] | |
==> default: 103. dpiContext_create() with NULL pointer [OK] | |
==> default: 104. dpiContext_destroy() with NULL pointer [OK] | |
==> default: 105. dpiContext_destroy() called twice on same pointer [OK] | |
==> default: 6 / 6 tests passed | |
==> default: | |
==> default: Running cases in TestNumbers | |
==> default: 200. bind large unsigned integer as Oracle number | |
==> default: [OK] | |
==> default: 201. bind large unsigned integer as native unsigned integer | |
==> default: [OK] | |
==> default: 202. fetch large unsigned integer as Oracle number | |
==> default: [OK] | |
==> default: 203. fetch large unsigned integer as native unsigned integer | |
==> default: [OK] | |
==> default: 204. bind zero as a string value with trailing zeroes | |
==> default: [OK] | |
==> default: 5 / 5 tests passed | |
==> default: | |
==> default: Running cases in TestConn | |
==> default: 300. dpiConn_create() with valid credentials, no parameters | |
==> default: [OK] | |
==> default: 301. dpiConn_create() with invalid credentials fails | |
==> default: [OK] | |
==> default: 302. dpiConn_create() with valid credentials and params | |
==> default: [OK] | |
==> default: 303. dpiConn_create() with external handle | |
==> default: [OK] | |
==> default: 304. dpiConn_create() with external handle and close | |
==> default: [OK] | |
==> default: 305. dpiConn_create() with valid pool handle | |
==> default: [OK] | |
==> default: 306. dpiConn_create() with an invalid pool handle | |
==> default: [OK] | |
==> default: 307. call connection functions with closed connection | |
==> default: [OK] | |
==> default: 308. dpiConn_create() with NULL context [OK] | |
==> default: 309. dpiConn_create() with dpiConn_release() twice | |
==> default: [OK] | |
==> default: 310. call connection functions with NULL connection [OK] | |
==> default: 311. dpiPool_acquireConnection() with NULL pool [OK] | |
==> default: 312. dpiPool_acquireConnection() with valid pool | |
==> default: [OK] | |
==> default: 313. dpiConn_create() with new password | |
==> default: [OK] | |
==> default: 314. dpiConn_create() with application context | |
==> default: [OK] | |
==> default: 315. dpiConn_create() and call dpiConn_close() twice | |
==> default: [OK] | |
==> default: 16 / 16 tests passed | |
==> default: | |
==> default: Running cases in TestConnProperties | |
==> default: 400. dpiConn_setCurrentSchema() with an invalid schema name | |
==> default: [OK] | |
==> default: 401. dpiConn_getEdition() with no edition set | |
==> default: [OK] | |
==> default: 402. dpiConn_create() specifying a value for the encoding | |
==> default: [OK] | |
==> default: 403. dpiConn_create() specifying an invalid value for the encoding | |
==> default: [OK] | |
==> default: 404. check get / set external name | |
==> default: [OK] | |
==> default: 405. check get / set internal name | |
==> default: [OK] | |
==> default: 406. check get / set statement cache size | |
==> default: [OK] | |
==> default: 407. specifying a value for the encoding and null for nencoding | |
==> default: [OK] | |
==> default: 8 / 8 tests passed | |
==> default: | |
==> default: Running cases in TestPool | |
==> default: 500. dpiPool_create() with valid credentials, no parameters | |
==> default: [OK] | |
==> default: 501. dpiPool_create() with valid credentials and common params | |
==> default: [OK] | |
==> default: 502. dpiPool_create() with valid credentials and create params | |
==> default: [OK] | |
==> default: 503. dpiPool_create() with valid credentials and both params | |
==> default: [OK] | |
==> default: 504. dpiPool_create() with invalid credentials fails | |
==> default: [OK] | |
==> default: 505. dpiPool_create() with Min Sessions | |
==> default: [OK] | |
==> default: 506. dpiPool_create() with Max Sessions | |
==> default: [OK] | |
==> default: 507. dpiPool_create() with Session Increment | |
==> default: [OK] | |
==> default: 508. dpiPool_create() with get mode set to no wait | |
==> default: [OK] | |
==> default: 509. dpiPool_create() with get mode set to force get | |
==> default: [OK] | |
==> default: 510. dpiPool_create() with NULL context [OK] | |
==> default: 511. dpiPool_create() and release twice | |
==> default: [OK] | |
==> default: 512. call all pool functions with closed pool | |
==> default: [OK] | |
==> default: 513. call all pool functions with NULL pool [OK] | |
==> default: 514. proxy authentication with pool | |
==> default: [OK] | |
==> default: 515. proxy authentication cannot be used with homogeneous pool | |
==> default: [OK] | |
==> default: 516. dpiPool_create() with NULL pool [OK] | |
==> default: 517. dpiPool_create() with no credentials [OK] | |
==> default: 18 / 18 tests passed | |
==> default: | |
==> default: Running cases in TestPoolProperties | |
==> default: 600. dpiPool_getBusyCount() with various scenarios | |
==> default: [OK] | |
==> default: 601. dpiPool_getOpenCount() with various scenarios | |
==> default: [OK] | |
==> default: 602. dpiPool_getEncodingInfo() to verify that the values match | |
==> default: [OK] | |
==> default: 603. check get / set mode for getting connections from pool | |
==> default: [OK] | |
==> default: 604. check get / set maximum lifetime session of pool [OK] | |
==> default: 605. check get / set pool timeout | |
==> default: [OK] | |
==> default: 606. specifying a value for nencoding and null for encoding | |
==> default: [OK] | |
==> default: 7 / 7 tests passed | |
==> default: | |
==> default: Running cases in TestQueries | |
==> default: 700. check get / set array size with various values | |
==> default: [OK] | |
==> default: 701. dpiStmt_setFetchArraySize() with value too large | |
==> default: [OK] | |
==> default: 702. dpiStmt_setFetchArraySize() with value too small | |
==> default: [OK] | |
==> default: 703. dpiStmt_getQueryValue() without define | |
==> default: [OK] | |
==> default: 704. dpiStmt_getQueryValue() with invalid position values | |
==> default: [OK] | |
==> default: 705. dpiStmt_getQueryValue() called when no query has been executed | |
==> default: [OK] | |
==> default: 706. dpiStmt_getQueryValue() called after all rows fetched | |
==> default: [OK] | |
==> default: 707. dpiStmt_getQueryInfo() information is correct | |
==> default: [OK] | |
==> default: 708. query all columns from table before and after column dropped | |
==> default: [OK] | |
==> default: 709. dpiStmt_fetch() increments rowcount | |
==> default: [OK] | |
==> default: 710. dpiStmt_fetchRows() increments rowcount | |
==> default: [OK] | |
==> default: 11 / 11 tests passed | |
==> default: | |
==> default: Running cases in TestTransactions | |
==> default: 800. dpiConn_beginDistribTrans() with valid parameters | |
==> default: [OK] | |
==> default: 801. dpiConn_beginDistribTrans() with transactionIdLength > 64 | |
==> default: [OK] | |
==> default: 802. dpiConn_beginDistribTrans() with branchIdLength > 64 | |
==> default: [OK] | |
==> default: 803. dpiConn_prepareDistribTrans() with no transaction | |
==> default: [OK] | |
==> default: 804. dpiConn_commit() of distrib transaction with no DML | |
==> default: [OK] | |
==> default: 805. dpiConn_commit() of distrib transaction with DML | |
==> default: [OK] | |
==> default: 806. dpiConn_rollback() of distrib transaction with DML | |
==> default: [OK] | |
==> default: 807. dpiConn_commit() of distrib transaction in other connection | |
==> default: [OK] | |
==> default: 808. dpiConn_rollback() of distrib transaction in other connection | |
==> default: [OK] | |
==> default: 809. dpiConn_close() rolls back distrib transaction | |
==> default: [OK] | |
==> default: 810. dpiConn_beginDistribTrans() with NULL connection | |
==> default: [OK] | |
==> default: 11 / 11 tests passed | |
==> default: | |
==> default: Running cases in TestMiscCases | |
==> default: 900. change password and verify (no error) | |
==> default: [OK] | |
==> default: 901. dpiConn_ping() (no error) | |
==> default: [OK] | |
==> default: 2 / 2 tests passed | |
==> default: | |
==> default: Running cases in TestVariables | |
==> default: 1000. dpiConn_newVar() with max array size as 0 | |
==> default: [OK] | |
==> default: 1001. dpiConn_newVar() with an invalid value for Oracle type | |
==> default: [OK] | |
==> default: 1002. dpiConn_newVar() with incompatible values for Oracle and native types | |
==> default: [OK] | |
==> default: 1003. dpiConn_newVar() with invalid array type for array | |
==> default: [OK] | |
==> default: 1004. dpiConn_newVar() with max array size that is too large | |
==> default: [OK] | |
==> default: 1005. dpiVar_setFromBytes() with unsupported variable | |
==> default: [OK] | |
==> default: 1006. dpiVar_setFromBytes() with value too large | |
==> default: [OK] | |
==> default: 1007. dpiVar_setFromBytes() with position too large | |
==> default: [OK] | |
==> default: 1008. dpiVar_setFromLob() with unsupported type | |
==> default: [OK] | |
==> default: 1009. dpiVar_setFromLob() with position too large | |
==> default: [OK] | |
==> default: 1010. dpiVar_setFromObject() with unsupported type | |
==> default: [OK] | |
==> default: 1011. dpiVar_setFromObject() with position too large | |
==> default: [OK] | |
==> default: 1012. dpiVar_setFromRowid() with unsupported type | |
==> default: [OK] | |
==> default: 1013. dpiVar_setFromRowid() with position too large | |
==> default: [OK] | |
==> default: 1014. dpiVar_setFromStmt() with unsupported type | |
==> default: [OK] | |
==> default: 1015. dpiVar_setFromStmt() with position too large | |
==> default: [OK] | |
==> default: 1016. dpiConn_newVar() with NULL object type for object variable | |
==> default: [OK] | |
==> default: 1017. dpiStmt_define() with invalid positions | |
==> default: [OK] | |
==> default: 1018. dpiStmt_define() with NULL variable | |
==> default: [OK] | |
==> default: 1019. dpiStmt_bindByPos() with position 0 | |
==> default: [OK] | |
==> default: 1020. dpiVar_copyData() with invalid position | |
==> default: [OK] | |
==> default: 1021. dpiVar_copyData() with different variable types | |
==> default: [OK] | |
==> default: 1022. dpiVar_setNumElementsInArray() with value too large | |
==> default: [OK] | |
==> default: 23 / 23 tests passed | |
==> default: | |
==> default: Running cases in TestStatements | |
==> default: 1100. dpiStmt_release() twice | |
==> default: [OK] | |
==> default: 1101. dpiStmt_executeMany() with invalid parameters | |
==> default: [OK] | |
==> default: 1102. dpiStmt_getBindCount() with no binds | |
==> default: [OK] | |
==> default: 1103. dpiStmt_getBindCount() with one bind | |
==> default: [OK] | |
==> default: 1104. dpiStmt_getBindNames() strips duplicates (SQL) | |
==> default: [OK] | |
==> default: 1105. dpiStmt_getInfo() for select statement | |
==> default: [OK] | |
==> default: 1106. dpiStmt_getInfo() for PL/SQL block starting with BEGIN | |
==> default: [OK] | |
==> default: 1107. dpiStmt_getInfo() for PL/SQL block starting with DECLARE | |
==> default: [OK] | |
==> default: 1108. dpiStmt_getInfo() for insert statement | |
==> default: [OK] | |
==> default: 1109. dpiStmt_getInfo() for update statement | |
==> default: [OK] | |
==> default: 1110. dpiStmt_getInfo() for delete statement | |
==> default: [OK] | |
==> default: 1111. dpiStmt_getInfo() for create statement | |
==> default: [OK] | |
==> default: 1112. dpiStmt_getInfo() for drop statement | |
==> default: [OK] | |
==> default: 1113. dpiStmt_getInfo() for alter statement | |
==> default: [OK] | |
==> default: 1114. dpiStmt_getNumQueryColumn() for query | |
==> default: [OK] | |
==> default: 1115. dpiStmt_getNumQueryColumn() for non-query | |
==> default: [OK] | |
==> default: 1116. dpiStmt_getQueryInfo() for non-query | |
==> default: [OK] | |
==> default: 1117. dpiStmt_getQueryInfo() for query | |
==> default: [OK] | |
==> default: 1118. dpiStmt_executeMany() without array DML row counts mode [OK] | |
==> default: 1119. dpiStmt_executeMany() with array DML row counts mode [OK] | |
==> default: 1120. dpiStmt_getBindCount() with duplicate binds (SQL) | |
==> default: [OK] | |
==> default: 1121. dpiStmt_executeMany() with invalid number of iterations | |
==> default: [OK] | |
==> default: 1122. dpiStmt_getBindCount() with duplicate binds (PL/SQL) | |
==> default: [OK] | |
==> default: 1123. dpiStmt_getBindNames() strips duplicates (PL/SQL) | |
==> default: [OK] | |
==> default: 24 / 24 tests passed | |
==> default: | |
==> default: Running cases in TestDataTypes | |
==> default: 1200. verify metadata returned by dpiStmt_getQueryInfo() | |
==> default: [OK] | |
==> default: 1201. bind all data types using position and verify | |
==> default: [OK] | |
==> default: 1202. bind all data types using name and verify | |
==> default: [OK] | |
==> default: 1203. verify DML returning stmt returns values correctly | |
==> default: [OK] | |
==> default: 1204. verify in/out binds are handled correctly | |
==> default: [OK] | |
==> default: 1205. verify get and set attributes of an object | |
==> default: [OK] | |
==> default: 6 / 6 tests passed | |
==> default: | |
==> default: Running cases in TestObjectTypes | |
==> default: 1300. dpiConn_getObjectType() with invalid name | |
==> default: [OK] | |
==> default: 1301. dpiConn_getObjectType() with valid name | |
==> default: [OK] | |
==> default: 1302. dpiObjectType_release() called twice | |
==> default: [OK] | |
==> default: 1303. call object type functions with NULL object type [OK] | |
==> default: 1304. dpiObjectType_getAttributes() with too small numAttributes | |
==> default: [OK] | |
==> default: 1305. dpiObjectAttr_getInfo() and verify metadata | |
==> default: [OK] | |
==> default: 1306. dpiObjectType_getInfo() of collection containing an object | |
==> default: [OK] | |
==> default: 1307. dpiObjectType_getInfo() of collection containing scalar values | |
==> default: [OK] | |
==> default: 1308. dpiObjectType_getInfo() of object type with attributes | |
==> default: [OK] | |
==> default: 1309. dpiObjectType_getInfo() of indexed-by binary integer table [OK] | |
==> default: 1310. dpiObjectType_getInfo() of PL/SQL record type [OK] | |
==> default: 11 / 11 tests passed | |
==> default: | |
==> default: Running cases in TestObjects | |
==> default: 1400. dpiObjectType_createObject() with dpiObject_release() twice | |
==> default: [OK] | |
==> default: 1401. call all object functions with NULL object | |
==> default: [OK] | |
==> default: 1402. dpiObject_appendElement() with non-collection object | |
==> default: [OK] | |
==> default: 1403. dpiObject_deleteElementByIndex() with non-collection object | |
==> default: [OK] | |
==> default: 1404. dpiObject_getElementExistsByIndex() with non-collection object | |
==> default: [OK] | |
==> default: 1405. dpiObject_getElementValueByIndex() with non-collection object | |
==> default: [OK] | |
==> default: 1406. dpiObject_getFirstIndex() with non-collection object | |
==> default: [OK] | |
==> default: 1407. dpiObject_getLastIndex() with non-collection object | |
==> default: [OK] | |
==> default: 1408. dpiObject_getNextIndex() with non-collection object | |
==> default: [OK] | |
==> default: 1409. dpiObject_getPrevIndex() with non-collection object | |
==> default: [OK] | |
==> default: 1410. dpiObject_setElementValueByIndex() with non-collection object | |
==> default: [OK] | |
==> default: 1411. dpiObject_trim() with non-collection object | |
==> default: [OK] | |
==> default: 1412. dpiObject_appendElement() with invalid element type | |
==> default: [OK] | |
==> default: 1413. dpiObject_appendElement() with valid element type | |
==> default: [OK] | |
==> default: 1414. dpiObject_deleteElementByIndex() with invalid index | |
==> default: [OK] | |
==> default: 1415. dpiObject_deleteElementByIndex() with valid index | |
==> default: [OK] | |
==> default: 1416. dpiObject_getElementExistsByIndex() with valid/invalid indices | |
==> default: [OK] | |
==> default: 1417. dpiObject_getElementValueByIndex() with invalid element type | |
==> default: [OK] | |
==> default: 1418. dpiObject_getElementValueByIndex() with invalid index | |
==> default: [OK] | |
==> default: 1419. dpiObject_setElementValueByIndex() with invalid element type | |
==> default: [OK] | |
==> default: 1420. dpiObject_trim() on empty collection | |
==> default: [OK] | |
==> default: 1421. dpiObject_trim() with valid number of elements | |
==> default: [OK] | |
==> default: 1422. dpiObject_getAttributeValue() with invalid attribute | |
==> default: [OK] | |
==> default: 1423. dpiObject_getAttributeValue() with invalid native type | |
==> default: [OK] | |
==> default: 1424. dpiObject_getAttributeValue() with NULL attribute | |
==> default: [OK] | |
==> default: 1425. dpiObject_setAttributeValue() with invalid attribute | |
==> default: [OK] | |
==> default: 1426. dpiObject_setAttributeValue() with invalid native type | |
==> default: [OK] | |
==> default: 1427. dpiObject_appendElement() with NULL attribute | |
==> default: [OK] | |
==> default: 28 / 28 tests passed | |
==> default: | |
==> default: All tests passed! | |
==> default: Last login: Fri Jul 21 13:37:39 PDT 2017 | |
real 2m58.781s | |
user 0m6.150s | |
sys 0m3.701s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment