Actions
Bug #4207
closedhistory_008_pos depends on obsolete internal history log message
Start date:
2013-10-14
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
With the changes I'm working on, tests/functional/history/history_008_pos fails: stdout| 03:33:30 NOTE: Didn't find hold on testpool.8423/testfs.8423@snap with tag stderr| stdout| 03:33:30 ERROR: verify_hold zfs hold -r tag testpool.8423/testfs.8423@snap hold -i exited 1 The problem is that I updated the internal log message. Before it included "tag = <tag>", which the test is looking for. With my changes, it will have "tag=<tag>" (note lack of spaces), which is more consistent with the other history messages (e.g. for "zfs release").
Actions