Skip to content

Conversation

@rincebrain
Copy link
Contributor

Motivation and Context

When hacking on a patch to an existing change, I found ZTS failing because it wanted to use the zstreamdump symlink even though it wasn't creating it even if I nuked bin/.

I chose to remove the need to use it, rather than figure out why it wasn't generating it properly.

Description

Removes the remaining uses of zstreamdump in tests/ in favor of zstream dump (except the test "send-c_zstreamdump.ksh", as it didn't seem especially useful to rename, and could confuse people's runfiles), including in commands.cfg.

How Has This Been Tested?

Full run of ZTS passed with these changes with no errors,

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Library ABI change (libzfs, libzfs_core, libnvpair, libuutil and libzfsbootenv)
  • Documentation (a change to man pages or other documentation)

Checklist:

zstreamdump was replaced with "zstream dump"; let's stop using the
old name, compat symlink or no.

Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
@ghost ghost linked an issue Jun 24, 2021 that may be closed by this pull request
@behlendorf behlendorf added the Status: Accepted Ready to integrate (reviewed, tested) label Jun 24, 2021
@behlendorf behlendorf merged commit 1266153 into openzfs:master Jun 24, 2021
behlendorf pushed a commit that referenced this pull request Jun 24, 2021
zstreamdump was replaced with "zstream dump"; let's stop using the
old name, compat symlink or no.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
Closes #12277
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Status: Accepted Ready to integrate (reviewed, tested)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

zstreamdump not available for in-tree testing

3 participants