Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Use bin-dir override on setup_envtest #790

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

trgeiger
Copy link
Contributor

@trgeiger trgeiger commented Apr 26, 2024

Rather than change XDG_DATA_HOME, since many distributions do not explicitly define XDG_DATA_HOME but rather fallback to the default, use a new optional variable SETUP_ENVTEST_BIN_DIR to override the setup_envtest binary directory.

Setting XDG_DATA_HOME in the Makefile was breaking the kind cluster setup on Fedora which just uses the default fallback value for XDG_DATA_HOME.

Description

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

@trgeiger trgeiger requested a review from a team as a code owner April 26, 2024 02:29
Copy link

netlify bot commented Apr 26, 2024

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit bfbe0d2
🔍 Latest deploy log https://app.netlify.com/sites/olmv1/deploys/662bfa1faad2cf0008d5c2f9
😎 Deploy Preview https://deploy-preview-790--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Apr 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.16%. Comparing base (265d60d) to head (eff9d85).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #790   +/-   ##
=======================================
  Coverage   67.16%   67.16%           
=======================================
  Files          22       22           
  Lines        1465     1465           
=======================================
  Hits          984      984           
  Misses        415      415           
  Partials       66       66           
Flag Coverage Δ
e2e 45.46% <ø> (ø)
unit 61.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Rather than change XDG_DATA_HOME, since many distributions do not
explicitly define XDG_DATA_HOME but rather fallback to the default,
check if XDG_DATA_HOME is not set and if HOME is either not set or set
to the root filesystem. If so, override the setup_envtest binary
directory. This helps prevent errors on some CI/CD environments.

Signed-off-by: Tayler Geiger <tayler@redhat.com>
@joelanford
Copy link
Member

Thanks!

@joelanford joelanford added this pull request to the merge queue Apr 26, 2024
Merged via the queue into operator-framework:main with commit 4876f78 Apr 26, 2024
14 checks passed
trgeiger added a commit to trgeiger/catalogd that referenced this pull request May 7, 2024
This mirrors the same fix made previously in operator-controller: operator-framework/operator-controller#790

Signed-off-by: Tayler Geiger <tayler@redhat.com>
github-merge-queue bot pushed a commit to operator-framework/catalogd that referenced this pull request May 23, 2024
This mirrors the same fix made previously in operator-controller: operator-framework/operator-controller#790

Signed-off-by: Tayler Geiger <tayler@redhat.com>
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.

None yet

2 participants