Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 26, 2025

Two test suites were failing due to outdated expectations after recent changes.

Changes

  • Go test: Updated TestGetActionPinsSorting to expect 29 action pins (was 27)

    • action_pins.json now contains 29 entries after recent additions
  • JavaScript tests: Fixed log_parser_bootstrap.test.cjs expectations after safe outputs refactoring

    • Safe outputs format changed from heading ## 📤 Safe Outputs to collapsible <details><summary>Safe Outputs</summary>
    • Missing file handling test: removed incorrect expectation that warning() is called when file doesn't exist (code only warns on read errors, not missing files)

The failing tests were checking for old behavior that was legitimately changed by recent commits.

Original prompt

Fix tests

Custom agent used: ci-cleaner
Tidies up the repository CI state by formatting sources, running linters, fixing issues, running tests, and recompiling workflows


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits December 26, 2025 19:36
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix issues in existing tests Fix test expectations after action pins update and safe outputs refactoring Dec 26, 2025
Copilot AI requested a review from pelikhan December 26, 2025 19:49
@pelikhan pelikhan marked this pull request as ready for review December 26, 2025 19:50
@pelikhan pelikhan merged commit 94b6a14 into main Dec 26, 2025
4 checks passed
@pelikhan pelikhan deleted the copilot/fix-tests-again branch December 26, 2025 19:50
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