Ok I went through the FAILs I got locally ``` functional/cli_root/zpool_get/zpool_get_002_pos (run as root) [00:00] [FAIL] ``` It seems `zpool_get.cfg` is missing the `bootsize` property, which is outside of the scope of this PR, so I will ignore it.
``` 14:17:01.36 Assertion failed: nvlist_size(nvl, &len, 0) == 0, file ../common/libzfs_util.c, line 791, function zcmd_write_nvlist_com /opt/zfs-tests/tests/functional/rsend/send-c_incremental[41]: log_must[67]: log_pos[178]: eval: line 1: 628767: Abort(coredump) 14:17:01.36 ERROR: eval zfs receive -d -F testpool2 < /backdir-rsend/final exited 262 ``` ``` 14:19:04.72 Assertion failed: 0 == nvlist_lookup_string(props, zfs_prop_to_name(ZFS_PROP_KEYLOCATION), &stream_keylocation), file ../common/libzfs_sendrecv.c, line 2670, function recv_fix_encryption_heirarchy /opt/zfs-tests/tests/functional/rsend/send_encrypted_heirarchy[60]: log_must[67]: log_pos[178]: eval: line 1: 636308: Abort(coredump) ``` those two needs inspection. Also the runfile had a few stale test names. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/124#issuecomment-310288180 ------------------------------------------ openzfs-developer Archives: https://openzfs.topicbox.com/groups/developer/discussions/T1625245905c55186-Ma17eb734fa6c5db55a321c73 Powered by Topicbox: https://topicbox.com
