Skip to content

tests: Don't assume /dev/loop0 exists#328

Merged
alexcrichton merged 1 commit into
composefs:mainfrom
cgwalters:loop-test
Jun 4, 2024
Merged

tests: Don't assume /dev/loop0 exists#328
alexcrichton merged 1 commit into
composefs:mainfrom
cgwalters:loop-test

Conversation

@cgwalters
Copy link
Copy Markdown
Collaborator

It doesn't by default on e.g. current Fedora and RHEL systems. I suspect most people so far have been running this on Ubuntu which uses snaps which use loopback devices, but we can't rely on that.

For test coverage here, ultimately there's not really a good block device to rely on without going through a lot of special casing.

Let's just test character devices.

It doesn't by default on e.g. current Fedora and RHEL systems.
I suspect most people so far have been running this on Ubuntu which
uses snaps which use loopback devices, but we can't rely on that.

For test coverage here, ultimately there's not really a good block
device to rely on without going through a lot of special casing.

Let's just test character devices.
@vrmiguel
Copy link
Copy Markdown
Contributor

+1 since this also does not work on Arch Linux

@cgwalters cgwalters mentioned this pull request Jun 4, 2024
@alexcrichton
Copy link
Copy Markdown
Collaborator

Thanks!

@alexcrichton alexcrichton merged commit a37c9b6 into composefs:main Jun 4, 2024
ararslan pushed a commit to ararslan/binstall-tar that referenced this pull request Jun 6, 2024
It doesn't by default on e.g. current Fedora and RHEL systems.
I suspect most people so far have been running this on Ubuntu which
uses snaps which use loopback devices, but we can't rely on that.

For test coverage here, ultimately there's not really a good block
device to rely on without going through a lot of special casing.

Let's just test character devices.

(cherry picked from commit a37c9b6)
charliermarsh added a commit to astral-sh/tokio-tar that referenced this pull request Feb 5, 2025
## Summary

Ports composefs/tar-rs#246 to `async-tar`.

Also includes composefs/tar-rs#328 which came
later as a test-only change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants