Problem/Motivation
If _drush_node_access_rebuild_progressive_process() triggers an exception, the drush node-access-rebuild-progressive command still returns an exit code of 0.
This means our CI can not detect if the command failed.
Proposed resolution
NodeAccessRebuildProgressiveCommands::accessRebuildProgressive() should return a non-zero exit code if the command fails.
Issue fork node_access_rebuild_progressive-3374396
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3374396-
compare
- 3374396-2.x
changes, plain diff MR !2
Comments
Comment #3
prudloff commentedComment #5
shelaneIt needed only a couple of minor updates to be able to merge. I did the work locally to make the changes and commit.