Skip to content

fix failing container setup#2294

Merged
damonmcc merged 1 commit intomainfrom
dm-fix-pr-tests
Mar 31, 2026
Merged

fix failing container setup#2294
damonmcc merged 1 commit intomainfrom
dm-fix-pr-tests

Conversation

@damonmcc
Copy link
Copy Markdown
Member

@damonmcc damonmcc commented Mar 31, 2026

dcpy tests are failing to run on all PRs (example)

during the Run Container Setup step:

fatal: detected dubious ownership in repository at '/home/vscode/workspace'

seems to be because:

  1. we use the devcontainer in CI which sets "workspaceFolder": "/home/vscode/workspace"
  2. subtle things in the background of github actions seem to be changing (see recent PR Trying a GHA Fix #2287)

I tried variations of this fix that seemed cleaner than adding two safe directories, but they didn't work and this doesn't seem so bad. would rather not mess with the devcontainer's configuration

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.72%. Comparing base (07569a1) to head (30d9571).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

☔ 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.

error is "detected dubious ownership in repository at '/home/vscode/workspace'" due to use of devcontainer in CI
@damonmcc damonmcc marked this pull request as ready for review March 31, 2026 14:14
@damonmcc damonmcc requested a review from alexrichey March 31, 2026 14:16
Copy link
Copy Markdown
Contributor

@alexrichey alexrichey left a comment

Choose a reason for hiding this comment

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

thanks! 🙏

@damonmcc damonmcc merged commit af42cd6 into main Mar 31, 2026
24 checks passed
@damonmcc damonmcc deleted the dm-fix-pr-tests branch March 31, 2026 14:34
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