Skip to content

Conversation

@zimeg
Copy link
Member

@zimeg zimeg commented Aug 7, 2025

Summary

This PR hides the check_slack_binary_exist checks at the end of the Windows installation script in a debugging attempt of multiple processes in CI 🐛

Reviewers

The following commands can be used to test these changes! 🔍

irm https://downloads.slack-edge.com/slack-cli/install-windows-dev.ps1 -outfile 'install-windows-dev.ps1'
.\install-windows-dev.ps1 -Version 3.5.2

Requirements

@zimeg zimeg requested a review from ewanek1 August 7, 2025 06:20
@zimeg zimeg self-assigned this Aug 7, 2025
@zimeg zimeg added bug M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented semver:patch Use on pull requests to describe the release version increment build M-T: Changes to compilation and CI processes labels Aug 7, 2025
@codecov
Copy link

codecov bot commented Aug 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.91%. Comparing base (72ed375) to head (f32fa48).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #178      +/-   ##
==========================================
- Coverage   62.91%   62.91%   -0.01%     
==========================================
  Files         212      212              
  Lines       21782    21782              
==========================================
- Hits        13705    13704       -1     
- Misses       7011     7014       +3     
+ Partials     1066     1064       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Copy link
Member Author

@zimeg zimeg left a comment

Choose a reason for hiding this comment

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

🗣️ Update on happenings of this PR.

delay 0.3 "Now checking if it's the same Slack CLI..."
}
& $SLACK_CLI_NAME _fingerprint | Tee-Object -Variable get_finger_print | Out-Null
& $SLACK_CLI_NAME --version | Tee-Object -Variable slack_cli_version | Out-Null
Copy link
Member Author

Choose a reason for hiding this comment

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

👁️‍🗨️ note: Great findings from @ewanek1 hint that this _fingerprint might be causing CI to hang on a first installation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented build M-T: Changes to compilation and CI processes semver:patch Use on pull requests to describe the release version increment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants