Run slow_tests periodically
See original GitHub issueWhat is the expected behavior?
As a spin-off from Qiskit/qiskit-ibm-provider#304, a number of tests in the project are slow_test
that rely on individual developers running them manually. We would benefit from running them periodically in the CI to ensure they are being executed - might involve a round of cleaning them up in the process.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
9 Ways To Make Slow Tests Faster - Semaphore CI
At Semaphore, we've seen our fair share of tests and have identified 9 ways to make your slow tests faster.
Read more >Slow Tests at XUnitPatterns.com
The less obvious cause is that we are running too many of the tests too frequently!
Read more >How Slow Is Too Slow to Run Your Tests? - Dev Tester
You might be wondering if your tests are running too slow compared to others. Here's how you can decide for yourself.
Read more >Stuck with slow tests? Speed up your feedback loop
Run faster and smaller tests first If you have two sets of tests, fast small scale tests (one of the usages of “unit...
Read more >How can I skip running slow tests when running a particular ...
I want to separate running fast tests form slow tests, so that I can run the full slow but complete version of tests...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Although Qiskit/qiskit-ibmq-provider#136 is merged. Let’s leave this open until we are able to pass them all at least once. Also:
make test
availabe.Slow tests now run weekly.