-
-
Notifications
You must be signed in to change notification settings - Fork 746
Closed
Description
We have many unit tests that generate Nannies with spawn method. In theory, those tests should become a lot faster if numpy was imported only if needed.
This is not the case today, because of
- two places that import pandas; see blockers:
- two
import bloscstatements indistributed.protocol.compression
xfailed unit test is already in #5695.
Note that this means that fixing this issue means that, across all unit tests that do use numpy data on nannies, import numpy will be moved from @gen_cluster start to the first time where a numpy array or function is deserialised - which in turn may cause flakiness if the test time margins are too tight.
CC @gjoseph92
Metadata
Metadata
Assignees
Labels
No labels