You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script is however isn't very scalable or maintenable, among other things!
What I am looking to know is what is the recommended way. Travis (Ubuntu) is very handy (specially with coveralls integration etc), but Oracle only has yum support!
Currently working around with docker, but that have significantly increased the time for each test run.
How do you suggest I should go about testing integration?
TIA
The text was updated successfully, but these errors were encountered:
Hi,
I have been using
accept_the_license_agreement_for_oracledb_xe_11g_and_install.sh
script for some time now to automated test with code coverage.This script is however isn't very scalable or maintenable, among other things!
What I am looking to know is what is the recommended way. Travis (Ubuntu) is very handy (specially with coveralls integration etc), but Oracle only has yum support!
Currently working around with docker, but that have significantly increased the time for each test run.
How do you suggest I should go about testing integration?
TIA
The text was updated successfully, but these errors were encountered: