Skip to content

cugraph Python tests should download test data only once #5157

@rlratzel

Description

@rlratzel

cugraph Python tests that use the dataset package may end up downloading the same test data multiple times when the download=True arg is set, as seen below:

E = dataset.get_edgelist(download=True)

This could be needed as a workaround for supporting pytest-xdist where different parallel runs are deleting downloaded test data as part of a cleanup step (just a guess). Ideally tests can read tests data from a previous download step, or even better, if a CI run has access to the source repo which includes test data, no download step would be needed at all.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions