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? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Hey team! Please add your planning poker estimate with ZenHub @conradoplg @dconnolly @jvff @oxarbitrage @teor2345 @upbqdn |
Beta Was this translation helpful? Give feedback.
-
In we added some tests that are also a bit slow, we should consider decreasing the number of random transactions the tests do.
|
Beta Was this translation helpful? Give feedback.
-
We can resurrect #3102 if needed - what blocked that is that we either
|
Beta Was this translation helpful? Give feedback.
-
closing as stale |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions