Skip to content

Instantly share code, notes, and snippets.

@igalic
Created November 14, 2018 19:56
Show Gist options
  • Save igalic/7394a9849eb4a437a553c2ebe9a2c0ed to your computer and use it in GitHub Desktop.
Save igalic/7394a9849eb4a437a553c2ebe9a2c0ed to your computer and use it in GitHub Desktop.
zpool cmdline != zpool
======================================================================
FAIL: tests.unittests.test_handler.test_handler_resizefs.TestResizefs.test_handle_modern_zfsroot
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/meena/src/cloud/cloud-init/.tox/py3/lib/python3.7/site-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
File "/home/meena/src/cloud/cloud-init/tests/unittests/test_handler/test_handler_resizefs.py", line 207, in test_handle_modern_zfsroot
dresize.call_args[0][0][0])
AssertionError: ('zpool', 'online', '-e', 'zroot', '/dev/da0p3') != 'zpool'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment