Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/sys/unix: syscall_linux_test.go FileDedupeRange test fails on ZFS #68372

Closed
lanodan opened this issue Jul 10, 2024 · 4 comments
Closed

x/sys/unix: syscall_linux_test.go FileDedupeRange test fails on ZFS #68372

lanodan opened this issue Jul 10, 2024 · 4 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@lanodan
Copy link

lanodan commented Jul 10, 2024

  • Linux 6.6.21-gentoo
  • OpenZFS 2.2.2
  • Go 1.22.4
  • x/sys 0.22.0

Test log:

ok      golang.org/x/sys/cpu    0.002s
ok      golang.org/x/sys/execabs        0.003s
--- FAIL: TestIoctlFileDedupeRange (0.00s)
    syscall_linux_test.go:1093: Unexpected error in FileDedupeRange: ENOTSUP
    syscall_linux_test.go:1098: Unexpected amount of bytes deduped 0 != 4096
    syscall_linux_test.go:1108: Unexpected error in FileDedupeRange: ENOTSUP
FAIL
FAIL    golang.org/x/sys/unix   0.594s
FAIL
@gopherbot gopherbot added this to the Unreleased milestone Jul 10, 2024
@lanodan
Copy link
Author

lanodan commented Jul 10, 2024 via email

@gopherbot
Copy link
Contributor

Change https://go.dev/cl/597555 mentions this issue: unix: skip TestIoctlFileDedupeRange on EOPNOTSUPP error

@cagedmantis cagedmantis added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jul 10, 2024
@cagedmantis cagedmantis changed the title x/sys: syscall_linux_test.go FileDedupeRange test fails on ZFS x/sys/unix: syscall_linux_test.go FileDedupeRange test fails on ZFS Jul 10, 2024
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 10, 2024
@cagedmantis
Copy link
Contributor

cc @golang/runtime

@lanodan
Copy link
Author

lanodan commented Jul 11, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants