This repository has been archived by the owner on May 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Partial common params support in creating connection #59
Merged
Conversation
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
acautin
approved these changes
Jun 13, 2019
KarlKeiser
pushed a commit
that referenced
this pull request
Jun 18, 2019
* 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
c-bik
added a commit
that referenced
this pull request
Jul 1, 2019
* 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
c-bik
added a commit
that referenced
this pull request
Aug 29, 2019
* 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 * hardcoded seed for conract rand sequence * escript fixed seed for const rand sequence * read back
c-bik
added a commit
that referenced
this pull request
Aug 29, 2019
* 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 * 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
c-bik
added a commit
that referenced
this pull request
Sep 2, 2019
* 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
c-bik
added a commit
that referenced
this pull request
Sep 5, 2019
* 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 * consoel tested implementation - WIP pending test case * test case WIP * WIP * trying mutex * 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 * global based slave unload * addressed review comments * retrun unloaded when slave really stopped * fixes test, spec * for review comment from @karl * cosmetic
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#55
ONLY
encoding
andnencoding
are implemented everything else is silently ignored from map