Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Restartable tests #1029
Restartable tests #1029
Comments
|
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, |
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: