Some tests take more than 60 seconds in a standard (maybe slow) notebook #3752
Replies: 7 comments
|
@ZcashFoundation/zebra-team Is this still happening? do we need to do anything here? Or can we close this for now? |
|
Yes this is still happening. I don't think we will fix it soon but eventually some day we should try to improve the speed of some of this tests. |
We try to keep most tests to 10-20 seconds, and I think these tests are within that limit on most machines. But they're some of our slowest tests, and we really want to run more than 1 case for good test coverage. So this ticket is worth keeping. |
|
Hey team! Please add your planning poker estimate with ZenHub @conradoplg @dconnolly @jvff @oxarbitrage @teor2345 @upbqdn |
|
In we added some tests that are also a bit slow, we should consider decreasing the number of random transactions the tests do. |
|
We can resurrect #3102 if needed - what blocked that is that we either
|
|
closing as stale |
Uh oh!
There was an error while loading. Please reload this page.
We want to decrease the time of execution of at least the following state tests:
The default number of tests is already at 1 (https://github.com/ZcashFoundation/zebra/blob/main/zebra-state/src/service/finalized_state/tests/prop.rs#L18) so we can't try the simple fix we did at #2574
All reactions