-
Notifications
You must be signed in to change notification settings - Fork 101
Unit test speed issues #4047
Copy link
Copy link
Open
Labels
type: cleanup / refactorNon-functional change (NFC)Non-functional change (NFC)type: newA new issue has been created and requires attentionA new issue has been created and requires attention
Metadata
Metadata
Labels
type: cleanup / refactorNon-functional change (NFC)Non-functional change (NFC)type: newA new issue has been created and requires attentionA new issue has been created and requires attention
There are a few unit test that take much too long to complete on the CI machines:
Obviously testing is important, but some of these cases must be able to gain coverage in a more efficient manner. If you "own" these tests please look into your code and figure out why it is taking so long.
a unit test should be a few seconds.