Skip to content

Conversation

@zimeg
Copy link
Member

@zimegzimeg 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

@zimegzimeg requested a review from ewanek1August 7, 2025 06:20
@zimegzimeg self-assigned this Aug 7, 2025
@zimegzimeg 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

codecovbot 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
MemberAuthor

@zimegzimeg 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
MemberAuthor

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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documentedbuildM-T: Changes to compilation and CI processessemver:patchUse on pull requests to describe the release version increment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@zimeg