authd icon indicating copy to clipboard operation
authd copied to clipboard

Fix bug report template

Open adombeck opened this issue 6 months ago • 1 comments

  • Fix sudo password prompt not visible

    When using sudo in the subshells of the command substitutions in the heredoc, the password prompt is not visible, so the command seems to hang, while actually it's waiting for the user to input their password.

    To work around that, use sudo -v before the heredoc, so that the user's credentials are cached and sudo doesn't ask for them again (assuming that credential caching hasn't been disabled).

  • Use journalctl with sudo

    Non-privileged users are not allowed to read journal messages from system services such as authd.

adombeck avatar May 23 '25 17:05 adombeck

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.62%. Comparing base (66a764b) to head (bc09661). Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #935   +/-   ##
=======================================
  Coverage   85.62%   85.62%           
=======================================
  Files          82       82           
  Lines        5739     5739           
  Branches      109      109           
=======================================
  Hits         4914     4914           
  Misses        770      770           
  Partials       55       55           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov-commenter avatar May 23 '25 17:05 codecov-commenter