Restartable tests #1337
Replies: 1 comment
-
|
Hi @mrhawk555 , I understand your intention and need for such a feature, but utPLSQL is definitely not the right tool for these kinds of performance tests. One of the biggest problems that occur with a growing test-base is when they contain mixed-up, not clearly defined types of tests (unit, integration, performance). You will do your team and your future self a big favor by carefully separating and maintaining them. I hope this helps, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In our project, we have a group of tests that measures the working time of sql queries and compares them with the expected working time. The total number of such tests is approaching 300.
Based on regular runs, we realized that often different tests do not fit the expected time. It would be a solution for us if this test were to be run in automatic mode again after an unsuccessful result. And if in two attempts we did not reach the expected execution time, then this is a problem that needs attention.
This could be an additional test setup. For example:
Beta Was this translation helpful? Give feedback.
All reactions