Skip to content

Commit

Permalink
deb: fix update current behavior about updating from v4 (#711)
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys authored Nov 1, 2024
1 parent 199eb21 commit e7a3963
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fluent-package/apt/systemd-test/update-from-v4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ esac

# Test: service status
systemctl status --no-pager fluentd
(! systemctl status --no-pager td-agent)
# BUG: v4 service restart logic will not launched usually because the
# existence check of td-agent.service will always fail.
# As a result, old service is still alive here.
systemctl status --no-pager td-agent

# Test: restoring td-agent service alias
sudo systemctl stop fluentd
Expand Down

0 comments on commit e7a3963

Please sign in to comment.