This repository has been archived by the owner on May 16, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* raise exception with full DPI error * add testcase catch_error_message * add testcase catch_error_message_conn * remove two debug prints in eunit * fix broken fixture * fixed MARCO args formatting * add a comma * re-work, clean WIP currently segfault * warnings * fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test * change error message test to use invalid password instead of TNS to avoid timeout * catch everything in execStmt macro * change execStmt into a function * separate stmt and conn tests into their own fixtures * adapt and fix old CT test cases, implement dpiData_setDouble * Partial common params support in creating connection (#59) * raise exception with full DPI error * add testcase catch_error_message * add testcase catch_error_message_conn * remove two debug prints in eunit * fix broken fixture * Added property utf8 when creating a new connection. * fixed MARCO args formatting * add a comma * temporary files and folders * read config from map - WIP * re-work, clean WIP currently segfault * warnings * fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test * change error message test to use invalid password instead of TNS to avoid timeout * catch everything in execStmt macro * change execStmt into a function * separate stmt and conn tests into their own fixtures * adapt and fix old CT test cases, implement dpiData_setDouble * WIP * implement common test infrastructure, implement test job insertIntoTable * remove some unneeded macros * data resource free fixes * add bindData job, add setup for running tests on one persistent dpi slave * local fix of a memory leak, fix merge changing of eunit tests by taking changes from a newer branch * raise exception with full DPI error * add testcase catch_error_message * add testcase catch_error_message_conn * remove two debug prints in eunit * fix broken fixture * fixed MARCO args formatting * add a comma * re-work, clean WIP currently segfault * warnings * fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test * change error message test to use invalid password instead of TNS to avoid timeout * catch everything in execStmt macro * change execStmt into a function * separate stmt and conn tests into their own fixtures * adapt and fix old CT test cases, implement dpiData_setDouble * Partial common params support in creating connection (#59) * raise exception with full DPI error * add testcase catch_error_message * add testcase catch_error_message_conn * remove two debug prints in eunit * fix broken fixture * Added property utf8 when creating a new connection. * fixed MARCO args formatting * add a comma * temporary files and folders * read config from map - WIP * re-work, clean WIP currently segfault * warnings * fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test * change error message test to use invalid password instead of TNS to avoid timeout * catch everything in execStmt macro * change execStmt into a function * separate stmt and conn tests into their own fixtures * adapt and fix old CT test cases, implement dpiData_setDouble * WIP * implement common test infrastructure, implement test job insertIntoTable * remove some unneeded macros * add bindData job, add setup for running tests on one persistent dpi slave * local fix of a memory leak, fix merge changing of eunit tests by taking changes from a newer branch * formatting * fix mangled rebase * set test cases * quick feature testing * ignored ct reports eunit wanring fixes removed deprecated eunit * ct sample config fix priv_dir look up for ct * benchmarking WIP * no tests * sanitized * indent to spaces * removed files from common-test branch * removed ct specific ignores * reverted to master * cosmetic fixes to master * delete reverted * reverted to master * dataPtr_res reused * test coverage WIP * Full test coverage * resource counting WIP * res (de)alloc macrofied with counters eunit added * all test pass typo fixed * upgrade implemented * data 100% cover renamed to cover dpi_eunit merged in * WIP * cosmetics * error DPI_ORACLE_TYPE_NUM_FROM_ATOM no match * major re-fectoring and cleanup * run moved to test * cosmetics * no change * cov files * hardcoded seed for conract rand sequence * escript fixed seed for const rand sequence * read back * test cosmetics * debugging stmt release leak WIP * print formatting fixes resource count fixes * CRLF @ EOF * removed un reachable code
- Loading branch information