Commit 858412c
committed
test(e2e): keep the release-age gate env away from dify
The gate env (any spelling, even 0) combined with dify's
resolutionMode: time-based activates pnpm's resolution-policy engine, which
vp's bundled pnpm cannot handle (ERR_PNPM_RESOLUTION_POLICY_VIOLATIONS_UNHANDLED,
no handleResolutionPolicyViolations callback wired). This is the same crash
the old flow tolerated by swallowing dify's whole migrate failure; with the
gate env excluded (dify's minimumReleaseAge key is already stripped by the
workspace patch) the policy stays inactive and the migrate auto-install can
actually succeed. The packument-merge fix from the previous commit already
got dify past lockfile verification and the ESLint migration.1 parent 934f0cd commit 858412c
1 file changed
Lines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
172 | 183 | | |
173 | 184 | | |
174 | 185 | | |
| |||
0 commit comments