Skip to content

Decouple Shadowenv test from specific dev setup#4087

Open
vinistock wants to merge 1 commit intomainfrom
04-24-decouple_shadowenv_test_from_specific_dev_setup
Open

Decouple Shadowenv test from specific dev setup#4087
vinistock wants to merge 1 commit intomainfrom
04-24-decouple_shadowenv_test_from_specific_dev_setup

Conversation

@vinistock
Copy link
Copy Markdown
Member

@vinistock vinistock commented Apr 28, 2026

Motivation

Step towards #2877

We were actually bitten (even more than once) by the same problem that affects contributors. Our extension tests are too tied to specific machine setups, so if anything changes, they fail locally while passing on CI.

Currently, shadowenv tests are failing locally. This PR decouples the test from the real shadowenv executable and re-writes everything to test the logic without depending on machine setup.

Implementation

The idea is to simply use stubs to verify the different situations that can happen. We no longer actually download and invoke the executable.

Copy link
Copy Markdown
Member Author

vinistock commented Apr 28, 2026


How to use the Graphite Merge Queue

Add the label graphite-merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@vinistock vinistock self-assigned this Apr 28, 2026
@vinistock vinistock added the chore Chore task label Apr 28, 2026
@vinistock vinistock marked this pull request as ready for review April 28, 2026 15:00
@vinistock vinistock requested a review from a team as a code owner April 28, 2026 15:00
@vinistock vinistock requested review from alexcrocha and st0012 April 28, 2026 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Chore task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant