mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Added test for being able to read various variants of zstd
As detailed in #12022 and #12008, it turns out the current zstd implementation is quite nonportable, and results in various configurations of ondisk header that only each platform can read. So I've added a test which contains a dataset with a file written by Linux/x86_64 and one written by FBSD/ppc64. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: John Kennedy <john.kennedy@delphix.com> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes #12030
This commit is contained in:
@@ -414,7 +414,7 @@ user =
|
||||
tags = ['functional', 'cli_user', 'zpool_list']
|
||||
|
||||
[tests/functional/compression]
|
||||
tests = ['compress_003_pos']
|
||||
tests = ['compress_003_pos','compress_zstd_bswap']
|
||||
tags = ['functional', 'compression']
|
||||
|
||||
[tests/functional/exec]
|
||||
|
||||
Reference in New Issue
Block a user