-
Notifications
You must be signed in to change notification settings - Fork 15
Reporter initialization fails with error ORA-01013: user requested cancel of current operation #227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
I think that ora-stuck-timeout=0 is the default value of the CLI. |
I tried the parameter ora-stuck-timeout=0 because I found the explanation in previous bug (#191) I tried several values : 0, 2, 200 |
Our unit tests runs on daily basis on different databases, I noticed the problem on several DB. I tried to balance the workload on additional DBs |
I will see to run cli from another computer. |
After upgrading to the latest version of the API + increase of memory of server, I still have the issue. |
About the error
Do you see this error immediately after the job is started or is it that the job is hanging for some time and then it dies? Did you check for any network issues or configuration that could cause it? |
Error occurs immediately, no hanging. I exclude network issue because we have all our unit tests running between 8am and 10am then we have up to 5 jenkins jobs running in parallel connected on same database and fortunately when error occurs that does not impact all the jobs that are running. |
To be honest it's pretty hard to diagnose this if it only occurs sometimes and in specific env. One think That I saw randomly occur on Jenkins some time ago was a connection lapse exception , but this was a different problem and a different behaviuor. |
Describe the bug
Randomly we have reporter initialization that fails with error : ORA-01013: user requested cancel of current operation
Our tests are launched using jenkins in "Execute Windows batch command" build steps with following syntax:
According this other bug (fixed): #191
I added parameter --ora-stuck-timeout=0 in command line but that did not fix my problem
Error stack is :
Provide version info
Information about utPLSQL and Database version,
Information about client software
Jenkins build step using utplsql-cli version 3.1.9
Expected behavior
Initialization of reporter should not failed
Additional case
Can fail on any reporter during init:
Below another case where HTML reporter failed.
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: