Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.42 KB | None | 0 0
  1. ==> default:
  2. ==> default: Oracle Database 11g Express Edition Configuration
  3. ==> default: -------------------------------------------------
  4. ..
  5. ==> default:
  6. ==> default: Do you want Oracle Database 11g Express Edition to be started on boot (y/n) [y]:
  7. ==> default: Starting Oracle Net Listener...
  8. ==> default: Done
  9. ==> default: Configuring database...
  10. ==> default: Done
  11. ==> default: Starting Oracle Database 11g Express Edition instance...
  12. ==> default: Done
  13. ==> default: Installation completed successfully.
  14. ==> default: Cloning into 'odpi'...
  15. ==> default: ORACLE_BASE environment variable is not being set since this
  16. ==> default: information is not available for the current user ID oracle.
  17. ==> default: You can set ORACLE_BASE manually if it is required.
  18. ==> default:
  19. ==> default: SQL*Plus: Release 11.2.0.2.0 Production on Fri Jul 21 13:37:47 2017
  20. ==> default:
  21. ==> default: Copyright (c) 1982, 2011, Oracle. All rights reserved.
  22. ==> default:
  23. ==> default: Connected to:
  24. ==> default: Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production
  25. ==> default:
  26. ==> default:
  27. ==> default:
  28. ==> default: Creating users ODPIC and ODPIC_PROXY
  29. ..
  30. ==> default: mkdir build
  31. ==> default: mkdir lib
  32. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiConn.c -obuild/dpiConn.o
  33. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiContext.c -obuild/dpiContext.o
  34. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiData.c -obuild/dpiData.o
  35. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiEnv.c -obuild/dpiEnv.o
  36. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiError.c -obuild/dpiError.o
  37. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiGen.c -obuild/dpiGen.o
  38. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiGlobal.c -obuild/dpiGlobal.o
  39. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiLob.c -obuild/dpiLob.o
  40. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiObject.c -obuild/dpiObject.o
  41. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiObjectAttr.c -obuild/dpiObjectAttr.o
  42. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiObjectType.c -obuild/dpiObjectType.o
  43. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiPool.c -obuild/dpiPool.o
  44. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiStmt.c -obuild/dpiStmt.o
  45. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiUtils.c -obuild/dpiUtils.o
  46. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiVar.c -obuild/dpiVar.o
  47. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiOracleType.c -obuild/dpiOracleType.o
  48. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiSubscr.c -obuild/dpiSubscr.o
  49. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiDeqOptions.c -obuild/dpiDeqOptions.o
  50. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiEnqOptions.c -obuild/dpiEnqOptions.o
  51. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiMsgProps.c -obuild/dpiMsgProps.o
  52. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiRowid.c -obuild/dpiRowid.o
  53. ==> default: gcc -c -Iinclude -O2 -g -Wall -fPIC src/dpiOci.c -obuild/dpiOci.o
  54. ==> 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
  55. ==> default: mkdir build
  56. ==> default: gcc -c -I../include -O2 -g -Wall \
  57. ==> default: -DCONN_USERNAME=\"odpic\" \
  58. ==> default: -DCONN_PASSWORD=\"welcome\" \
  59. ==> default: -DCONN_CONNECT_STRING=\"\" \
  60. ==> default: -DDIR_NAME=\"ODPIC_DIR\" \
  61. ==> default: -obuild/TestLib.o TestLib.c
  62. ==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestContext.o TestContext.c
  63. ==> default: gcc -L../lib -lodpic -ldl build/TestContext.o -obuild/TestContext build/TestLib.o
  64. ==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestConn.o TestConn.c
  65. ==> default: gcc -L../lib -lodpic -ldl build/TestConn.o -obuild/TestConn build/TestLib.o
  66. ==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestNumbers.o TestNumbers.c
  67. ==> default: gcc -L../lib -lodpic -ldl build/TestNumbers.o -obuild/TestNumbers build/TestLib.o
  68. ==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestPool.o TestPool.c
  69. ==> default: gcc -L../lib -lodpic -ldl build/TestPool.o -obuild/TestPool build/TestLib.o
  70. ==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestPoolProperties.o TestPoolProperties.c
  71. ==> default: gcc -L../lib -lodpic -ldl build/TestPoolProperties.o -obuild/TestPoolProperties build/TestLib.o
  72. ==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestQueries.o TestQueries.c
  73. ==> default: gcc -L../lib -lodpic -ldl build/TestQueries.o -obuild/TestQueries build/TestLib.o
  74. ==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestTransactions.o TestTransactions.c
  75. ==> default: gcc -L../lib -lodpic -ldl build/TestTransactions.o -obuild/TestTransactions build/TestLib.o
  76. ==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestConnProperties.o TestConnProperties.c
  77. ==> default: gcc -L../lib -lodpic -ldl build/TestConnProperties.o -obuild/TestConnProperties build/TestLib.o
  78. ==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestMiscCases.o TestMiscCases.c
  79. ==> default: gcc -L../lib -lodpic -ldl build/TestMiscCases.o -obuild/TestMiscCases build/TestLib.o
  80. ==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestVariables.o TestVariables.c
  81. ==> default: gcc -L../lib -lodpic -ldl build/TestVariables.o -obuild/TestVariables build/TestLib.o
  82. ==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestStatements.o TestStatements.c
  83. ==> default: gcc -L../lib -lodpic -ldl build/TestStatements.o -obuild/TestStatements build/TestLib.o
  84. ==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestDataTypes.o TestDataTypes.c
  85. ==> default: gcc -L../lib -lodpic -ldl build/TestDataTypes.o -obuild/TestDataTypes build/TestLib.o
  86. ==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestObjectTypes.o TestObjectTypes.c
  87. ==> default: gcc -L../lib -lodpic -ldl build/TestObjectTypes.o -obuild/TestObjectTypes build/TestLib.o
  88. ==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestObjects.o TestObjects.c
  89. ==> default: gcc -L../lib -lodpic -ldl build/TestObjects.o -obuild/TestObjects build/TestLib.o
  90. ==> default: gcc -c -I../include -O2 -g -Wall -obuild/TestSuiteRunner.o TestSuiteRunner.c
  91. ==> default: gcc build/TestSuiteRunner.o -obuild/TestSuiteRunner
  92. ==> 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
  93. ==> default: Running cases in TestContext
  94. ==> default: 100. dpiContext_create() with valid major/minor versions
  95. ==> default: [OK]
  96. ==> default: 101. dpiContext_create() with invalid major version [OK]
  97. ==> default: 102. dpiContext_create() with invalid minor version [OK]
  98. ==> default: 103. dpiContext_create() with NULL pointer [OK]
  99. ==> default: 104. dpiContext_destroy() with NULL pointer [OK]
  100. ==> default: 105. dpiContext_destroy() called twice on same pointer [OK]
  101. ==> default: 6 / 6 tests passed
  102. ==> default:
  103. ==> default: Running cases in TestNumbers
  104. ==> default: 200. bind large unsigned integer as Oracle number
  105. ==> default: [OK]
  106. ==> default: 201. bind large unsigned integer as native unsigned integer
  107. ==> default: [OK]
  108. ==> default: 202. fetch large unsigned integer as Oracle number
  109. ==> default: [OK]
  110. ==> default: 203. fetch large unsigned integer as native unsigned integer
  111. ==> default: [OK]
  112. ==> default: 204. bind zero as a string value with trailing zeroes
  113. ==> default: [OK]
  114. ==> default: 5 / 5 tests passed
  115. ==> default:
  116. ==> default: Running cases in TestConn
  117. ==> default: 300. dpiConn_create() with valid credentials, no parameters
  118. ==> default: [OK]
  119. ==> default: 301. dpiConn_create() with invalid credentials fails
  120. ==> default: [OK]
  121. ==> default: 302. dpiConn_create() with valid credentials and params
  122. ==> default: [OK]
  123. ==> default: 303. dpiConn_create() with external handle
  124. ==> default: [OK]
  125. ==> default: 304. dpiConn_create() with external handle and close
  126. ==> default: [OK]
  127. ==> default: 305. dpiConn_create() with valid pool handle
  128. ==> default: [OK]
  129. ==> default: 306. dpiConn_create() with an invalid pool handle
  130. ==> default: [OK]
  131. ==> default: 307. call connection functions with closed connection
  132. ==> default: [OK]
  133. ==> default: 308. dpiConn_create() with NULL context [OK]
  134. ==> default: 309. dpiConn_create() with dpiConn_release() twice
  135. ==> default: [OK]
  136. ==> default: 310. call connection functions with NULL connection [OK]
  137. ==> default: 311. dpiPool_acquireConnection() with NULL pool [OK]
  138. ==> default: 312. dpiPool_acquireConnection() with valid pool
  139. ==> default: [OK]
  140. ==> default: 313. dpiConn_create() with new password
  141. ==> default: [OK]
  142. ==> default: 314. dpiConn_create() with application context
  143. ==> default: [OK]
  144. ==> default: 315. dpiConn_create() and call dpiConn_close() twice
  145. ==> default: [OK]
  146. ==> default: 16 / 16 tests passed
  147. ==> default:
  148. ==> default: Running cases in TestConnProperties
  149. ==> default: 400. dpiConn_setCurrentSchema() with an invalid schema name
  150. ==> default: [OK]
  151. ==> default: 401. dpiConn_getEdition() with no edition set
  152. ==> default: [OK]
  153. ==> default: 402. dpiConn_create() specifying a value for the encoding
  154. ==> default: [OK]
  155. ==> default: 403. dpiConn_create() specifying an invalid value for the encoding
  156. ==> default: [OK]
  157. ==> default: 404. check get / set external name
  158. ==> default: [OK]
  159. ==> default: 405. check get / set internal name
  160. ==> default: [OK]
  161. ==> default: 406. check get / set statement cache size
  162. ==> default: [OK]
  163. ==> default: 407. specifying a value for the encoding and null for nencoding
  164. ==> default: [OK]
  165. ==> default: 8 / 8 tests passed
  166. ==> default:
  167. ==> default: Running cases in TestPool
  168. ==> default: 500. dpiPool_create() with valid credentials, no parameters
  169. ==> default: [OK]
  170. ==> default: 501. dpiPool_create() with valid credentials and common params
  171. ==> default: [OK]
  172. ==> default: 502. dpiPool_create() with valid credentials and create params
  173. ==> default: [OK]
  174. ==> default: 503. dpiPool_create() with valid credentials and both params
  175. ==> default: [OK]
  176. ==> default: 504. dpiPool_create() with invalid credentials fails
  177. ==> default: [OK]
  178. ==> default: 505. dpiPool_create() with Min Sessions
  179. ==> default: [OK]
  180. ==> default: 506. dpiPool_create() with Max Sessions
  181. ==> default: [OK]
  182. ==> default: 507. dpiPool_create() with Session Increment
  183. ==> default: [OK]
  184. ==> default: 508. dpiPool_create() with get mode set to no wait
  185. ==> default: [OK]
  186. ==> default: 509. dpiPool_create() with get mode set to force get
  187. ==> default: [OK]
  188. ==> default: 510. dpiPool_create() with NULL context [OK]
  189. ==> default: 511. dpiPool_create() and release twice
  190. ==> default: [OK]
  191. ==> default: 512. call all pool functions with closed pool
  192. ==> default: [OK]
  193. ==> default: 513. call all pool functions with NULL pool [OK]
  194. ==> default: 514. proxy authentication with pool
  195. ==> default: [OK]
  196. ==> default: 515. proxy authentication cannot be used with homogeneous pool
  197. ==> default: [OK]
  198. ==> default: 516. dpiPool_create() with NULL pool [OK]
  199. ==> default: 517. dpiPool_create() with no credentials [OK]
  200. ==> default: 18 / 18 tests passed
  201. ==> default:
  202. ==> default: Running cases in TestPoolProperties
  203. ==> default: 600. dpiPool_getBusyCount() with various scenarios
  204. ==> default: [OK]
  205. ==> default: 601. dpiPool_getOpenCount() with various scenarios
  206. ==> default: [OK]
  207. ==> default: 602. dpiPool_getEncodingInfo() to verify that the values match
  208. ==> default: [OK]
  209. ==> default: 603. check get / set mode for getting connections from pool
  210. ==> default: [OK]
  211. ==> default: 604. check get / set maximum lifetime session of pool [OK]
  212. ==> default: 605. check get / set pool timeout
  213. ==> default: [OK]
  214. ==> default: 606. specifying a value for nencoding and null for encoding
  215. ==> default: [OK]
  216. ==> default: 7 / 7 tests passed
  217. ==> default:
  218. ==> default: Running cases in TestQueries
  219. ==> default: 700. check get / set array size with various values
  220. ==> default: [OK]
  221. ==> default: 701. dpiStmt_setFetchArraySize() with value too large
  222. ==> default: [OK]
  223. ==> default: 702. dpiStmt_setFetchArraySize() with value too small
  224. ==> default: [OK]
  225. ==> default: 703. dpiStmt_getQueryValue() without define
  226. ==> default: [OK]
  227. ==> default: 704. dpiStmt_getQueryValue() with invalid position values
  228. ==> default: [OK]
  229. ==> default: 705. dpiStmt_getQueryValue() called when no query has been executed
  230. ==> default: [OK]
  231. ==> default: 706. dpiStmt_getQueryValue() called after all rows fetched
  232. ==> default: [OK]
  233. ==> default: 707. dpiStmt_getQueryInfo() information is correct
  234. ==> default: [OK]
  235. ==> default: 708. query all columns from table before and after column dropped
  236. ==> default: [OK]
  237. ==> default: 709. dpiStmt_fetch() increments rowcount
  238. ==> default: [OK]
  239. ==> default: 710. dpiStmt_fetchRows() increments rowcount
  240. ==> default: [OK]
  241. ==> default: 11 / 11 tests passed
  242. ==> default:
  243. ==> default: Running cases in TestTransactions
  244. ==> default: 800. dpiConn_beginDistribTrans() with valid parameters
  245. ==> default: [OK]
  246. ==> default: 801. dpiConn_beginDistribTrans() with transactionIdLength > 64
  247. ==> default: [OK]
  248. ==> default: 802. dpiConn_beginDistribTrans() with branchIdLength > 64
  249. ==> default: [OK]
  250. ==> default: 803. dpiConn_prepareDistribTrans() with no transaction
  251. ==> default: [OK]
  252. ==> default: 804. dpiConn_commit() of distrib transaction with no DML
  253. ==> default: [OK]
  254. ==> default: 805. dpiConn_commit() of distrib transaction with DML
  255. ==> default: [OK]
  256. ==> default: 806. dpiConn_rollback() of distrib transaction with DML
  257. ==> default: [OK]
  258. ==> default: 807. dpiConn_commit() of distrib transaction in other connection
  259. ==> default: [OK]
  260. ==> default: 808. dpiConn_rollback() of distrib transaction in other connection
  261. ==> default: [OK]
  262. ==> default: 809. dpiConn_close() rolls back distrib transaction
  263. ==> default: [OK]
  264. ==> default: 810. dpiConn_beginDistribTrans() with NULL connection
  265. ==> default: [OK]
  266. ==> default: 11 / 11 tests passed
  267. ==> default:
  268. ==> default: Running cases in TestMiscCases
  269. ==> default: 900. change password and verify (no error)
  270. ==> default: [OK]
  271. ==> default: 901. dpiConn_ping() (no error)
  272. ==> default: [OK]
  273. ==> default: 2 / 2 tests passed
  274. ==> default:
  275. ==> default: Running cases in TestVariables
  276. ==> default: 1000. dpiConn_newVar() with max array size as 0
  277. ==> default: [OK]
  278. ==> default: 1001. dpiConn_newVar() with an invalid value for Oracle type
  279. ==> default: [OK]
  280. ==> default: 1002. dpiConn_newVar() with incompatible values for Oracle and native types
  281. ==> default: [OK]
  282. ==> default: 1003. dpiConn_newVar() with invalid array type for array
  283. ==> default: [OK]
  284. ==> default: 1004. dpiConn_newVar() with max array size that is too large
  285. ==> default: [OK]
  286. ==> default: 1005. dpiVar_setFromBytes() with unsupported variable
  287. ==> default: [OK]
  288. ==> default: 1006. dpiVar_setFromBytes() with value too large
  289. ==> default: [OK]
  290. ==> default: 1007. dpiVar_setFromBytes() with position too large
  291. ==> default: [OK]
  292. ==> default: 1008. dpiVar_setFromLob() with unsupported type
  293. ==> default: [OK]
  294. ==> default: 1009. dpiVar_setFromLob() with position too large
  295. ==> default: [OK]
  296. ==> default: 1010. dpiVar_setFromObject() with unsupported type
  297. ==> default: [OK]
  298. ==> default: 1011. dpiVar_setFromObject() with position too large
  299. ==> default: [OK]
  300. ==> default: 1012. dpiVar_setFromRowid() with unsupported type
  301. ==> default: [OK]
  302. ==> default: 1013. dpiVar_setFromRowid() with position too large
  303. ==> default: [OK]
  304. ==> default: 1014. dpiVar_setFromStmt() with unsupported type
  305. ==> default: [OK]
  306. ==> default: 1015. dpiVar_setFromStmt() with position too large
  307. ==> default: [OK]
  308. ==> default: 1016. dpiConn_newVar() with NULL object type for object variable
  309. ==> default: [OK]
  310. ==> default: 1017. dpiStmt_define() with invalid positions
  311. ==> default: [OK]
  312. ==> default: 1018. dpiStmt_define() with NULL variable
  313. ==> default: [OK]
  314. ==> default: 1019. dpiStmt_bindByPos() with position 0
  315. ==> default: [OK]
  316. ==> default: 1020. dpiVar_copyData() with invalid position
  317. ==> default: [OK]
  318. ==> default: 1021. dpiVar_copyData() with different variable types
  319. ==> default: [OK]
  320. ==> default: 1022. dpiVar_setNumElementsInArray() with value too large
  321. ==> default: [OK]
  322. ==> default: 23 / 23 tests passed
  323. ==> default:
  324. ==> default: Running cases in TestStatements
  325. ==> default: 1100. dpiStmt_release() twice
  326. ==> default: [OK]
  327. ==> default: 1101. dpiStmt_executeMany() with invalid parameters
  328. ==> default: [OK]
  329. ==> default: 1102. dpiStmt_getBindCount() with no binds
  330. ==> default: [OK]
  331. ==> default: 1103. dpiStmt_getBindCount() with one bind
  332. ==> default: [OK]
  333. ==> default: 1104. dpiStmt_getBindNames() strips duplicates (SQL)
  334. ==> default: [OK]
  335. ==> default: 1105. dpiStmt_getInfo() for select statement
  336. ==> default: [OK]
  337. ==> default: 1106. dpiStmt_getInfo() for PL/SQL block starting with BEGIN
  338. ==> default: [OK]
  339. ==> default: 1107. dpiStmt_getInfo() for PL/SQL block starting with DECLARE
  340. ==> default: [OK]
  341. ==> default: 1108. dpiStmt_getInfo() for insert statement
  342. ==> default: [OK]
  343. ==> default: 1109. dpiStmt_getInfo() for update statement
  344. ==> default: [OK]
  345. ==> default: 1110. dpiStmt_getInfo() for delete statement
  346. ==> default: [OK]
  347. ==> default: 1111. dpiStmt_getInfo() for create statement
  348. ==> default: [OK]
  349. ==> default: 1112. dpiStmt_getInfo() for drop statement
  350. ==> default: [OK]
  351. ==> default: 1113. dpiStmt_getInfo() for alter statement
  352. ==> default: [OK]
  353. ==> default: 1114. dpiStmt_getNumQueryColumn() for query
  354. ==> default: [OK]
  355. ==> default: 1115. dpiStmt_getNumQueryColumn() for non-query
  356. ==> default: [OK]
  357. ==> default: 1116. dpiStmt_getQueryInfo() for non-query
  358. ==> default: [OK]
  359. ==> default: 1117. dpiStmt_getQueryInfo() for query
  360. ==> default: [OK]
  361. ==> default: 1118. dpiStmt_executeMany() without array DML row counts mode [OK]
  362. ==> default: 1119. dpiStmt_executeMany() with array DML row counts mode [OK]
  363. ==> default: 1120. dpiStmt_getBindCount() with duplicate binds (SQL)
  364. ==> default: [OK]
  365. ==> default: 1121. dpiStmt_executeMany() with invalid number of iterations
  366. ==> default: [OK]
  367. ==> default: 1122. dpiStmt_getBindCount() with duplicate binds (PL/SQL)
  368. ==> default: [OK]
  369. ==> default: 1123. dpiStmt_getBindNames() strips duplicates (PL/SQL)
  370. ==> default: [OK]
  371. ==> default: 24 / 24 tests passed
  372. ==> default:
  373. ==> default: Running cases in TestDataTypes
  374. ==> default: 1200. verify metadata returned by dpiStmt_getQueryInfo()
  375. ==> default: [OK]
  376. ==> default: 1201. bind all data types using position and verify
  377. ==> default: [OK]
  378. ==> default: 1202. bind all data types using name and verify
  379. ==> default: [OK]
  380. ==> default: 1203. verify DML returning stmt returns values correctly
  381. ==> default: [OK]
  382. ==> default: 1204. verify in/out binds are handled correctly
  383. ==> default: [OK]
  384. ==> default: 1205. verify get and set attributes of an object
  385. ==> default: [OK]
  386. ==> default: 6 / 6 tests passed
  387. ==> default:
  388. ==> default: Running cases in TestObjectTypes
  389. ==> default: 1300. dpiConn_getObjectType() with invalid name
  390. ==> default: [OK]
  391. ==> default: 1301. dpiConn_getObjectType() with valid name
  392. ==> default: [OK]
  393. ==> default: 1302. dpiObjectType_release() called twice
  394. ==> default: [OK]
  395. ==> default: 1303. call object type functions with NULL object type [OK]
  396. ==> default: 1304. dpiObjectType_getAttributes() with too small numAttributes
  397. ==> default: [OK]
  398. ==> default: 1305. dpiObjectAttr_getInfo() and verify metadata
  399. ==> default: [OK]
  400. ==> default: 1306. dpiObjectType_getInfo() of collection containing an object
  401. ==> default: [OK]
  402. ==> default: 1307. dpiObjectType_getInfo() of collection containing scalar values
  403. ==> default: [OK]
  404. ==> default: 1308. dpiObjectType_getInfo() of object type with attributes
  405. ==> default: [OK]
  406. ==> default: 1309. dpiObjectType_getInfo() of indexed-by binary integer table [OK]
  407. ==> default: 1310. dpiObjectType_getInfo() of PL/SQL record type [OK]
  408. ==> default: 11 / 11 tests passed
  409. ==> default:
  410. ==> default: Running cases in TestObjects
  411. ==> default: 1400. dpiObjectType_createObject() with dpiObject_release() twice
  412. ==> default: [OK]
  413. ==> default: 1401. call all object functions with NULL object
  414. ==> default: [OK]
  415. ==> default: 1402. dpiObject_appendElement() with non-collection object
  416. ==> default: [OK]
  417. ==> default: 1403. dpiObject_deleteElementByIndex() with non-collection object
  418. ==> default: [OK]
  419. ==> default: 1404. dpiObject_getElementExistsByIndex() with non-collection object
  420. ==> default: [OK]
  421. ==> default: 1405. dpiObject_getElementValueByIndex() with non-collection object
  422. ==> default: [OK]
  423. ==> default: 1406. dpiObject_getFirstIndex() with non-collection object
  424. ==> default: [OK]
  425. ==> default: 1407. dpiObject_getLastIndex() with non-collection object
  426. ==> default: [OK]
  427. ==> default: 1408. dpiObject_getNextIndex() with non-collection object
  428. ==> default: [OK]
  429. ==> default: 1409. dpiObject_getPrevIndex() with non-collection object
  430. ==> default: [OK]
  431. ==> default: 1410. dpiObject_setElementValueByIndex() with non-collection object
  432. ==> default: [OK]
  433. ==> default: 1411. dpiObject_trim() with non-collection object
  434. ==> default: [OK]
  435. ==> default: 1412. dpiObject_appendElement() with invalid element type
  436. ==> default: [OK]
  437. ==> default: 1413. dpiObject_appendElement() with valid element type
  438. ==> default: [OK]
  439. ==> default: 1414. dpiObject_deleteElementByIndex() with invalid index
  440. ==> default: [OK]
  441. ==> default: 1415. dpiObject_deleteElementByIndex() with valid index
  442. ==> default: [OK]
  443. ==> default: 1416. dpiObject_getElementExistsByIndex() with valid/invalid indices
  444. ==> default: [OK]
  445. ==> default: 1417. dpiObject_getElementValueByIndex() with invalid element type
  446. ==> default: [OK]
  447. ==> default: 1418. dpiObject_getElementValueByIndex() with invalid index
  448. ==> default: [OK]
  449. ==> default: 1419. dpiObject_setElementValueByIndex() with invalid element type
  450. ==> default: [OK]
  451. ==> default: 1420. dpiObject_trim() on empty collection
  452. ==> default: [OK]
  453. ==> default: 1421. dpiObject_trim() with valid number of elements
  454. ==> default: [OK]
  455. ==> default: 1422. dpiObject_getAttributeValue() with invalid attribute
  456. ==> default: [OK]
  457. ==> default: 1423. dpiObject_getAttributeValue() with invalid native type
  458. ==> default: [OK]
  459. ==> default: 1424. dpiObject_getAttributeValue() with NULL attribute
  460. ==> default: [OK]
  461. ==> default: 1425. dpiObject_setAttributeValue() with invalid attribute
  462. ==> default: [OK]
  463. ==> default: 1426. dpiObject_setAttributeValue() with invalid native type
  464. ==> default: [OK]
  465. ==> default: 1427. dpiObject_appendElement() with NULL attribute
  466. ==> default: [OK]
  467. ==> default: 28 / 28 tests passed
  468. ==> default:
  469. ==> default: All tests passed!
  470. ==> default: Last login: Fri Jul 21 13:37:39 PDT 2017
  471.  
  472. real 2m58.781s
  473. user 0m6.150s
  474. sys 0m3.701s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement