Skip to content

fix: filter stderr noise from snapper config list parsing#5866

Open
oqlatulesba3 wants to merge 1 commit into
basecamp:devfrom
oqlatulesba3:fix-snapper-clean
Open

fix: filter stderr noise from snapper config list parsing#5866
oqlatulesba3 wants to merge 1 commit into
basecamp:devfrom
oqlatulesba3:fix-snapper-clean

Conversation

@oqlatulesba3
Copy link
Copy Markdown

Summary

  • Filter stderr noise from snapper config list parsing to avoid Unknown config errors
  • Only capture lines starting with alphabetic characters (valid config names)
  • Gracefully handle snapshot creation failures to prevent update failures

Copilot AI review requested due to automatic review settings May 16, 2026 05:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Snapper outputs diagnostic messages to stderr that can get mixed into
the CSV output when parsing config names, causing 'Unknown config' errors.
Only capture lines starting with alphabetic characters (valid config names)
and gracefully handle snapshot creation failures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants