-
Notifications
You must be signed in to change notification settings - Fork 185
First run after installation is not giving any output on 3.0.4 #514
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
It's an interesting issue. I didn't observe that behaviour when developing the cache mechanism. Can you try to explore the issue on your end a bit more? |
@MickeVr
|
If you run:
Do you get expected results? |
Hi Jacek, Oracle database is Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production, running on Windows. I will investigate the issue further. |
Indeed, by running |
Hi @MickeVr
I see results on first run using Please let me know if you're still facing this issue. I'm unable to reproduce. |
Hi @jgebal, Suddenly the issue didn't occur any more, starting with a commit where we solved an occurrence of issue 516 (no new line between the suite and the unit test annotations). I removed a new line from an existing unit test and the issue reoccurs, so I conclude it is already a known issue. Duplicate of #516 |
Ok, now that makes sense. |
Related to #523 |
Uh oh!
There was an error while loading. Please reload this page.
Today I upgraded utplsql 3.0.3 to 3.0.4. The first run with Jenkins is not reporting any output.
Situation:
The first test suite that is executed results in a empty output file. Also no screen output is displayed. The second test suite is reporting results. Manually executing utPLSQL-sql-cli after this Jenkins job results in a non-empty output file.
Could this be an issue with the new caching mechanism? Or should I reset something? In version 3.0.3 the process described above worked fine.
The text was updated successfully, but these errors were encountered: