Skip to content

[FEA]: Improve CI coverage of cuFile #1143

@mdboom

Description

@mdboom

Is this a duplicate?

Area

cuda.bindings

Is your feature request related to a problem? Please describe.

The majority of the tests in test_cufile.py are skipped because:

@pytest.mark.skipif(not isSupportedFilesystem(), reason="cuFile handle_register requires ext4 or xfs filesystem")

Maybe we should try to add a worker to the mix that /is/ on one of these filesystems to get some better coverage there. I don't know what filesystem our existing workers have (maybe btrfs?)

Describe the solution you'd like

Find a worker that meets the requirements of cuFile that we can run on.

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    CI/CDCI/CD infrastructureblockedThis task is currently blocked by other taskscuda.bindingsEverything related to the cuda.bindings module

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions