fix(spread): Pebble no longer supports -v with exec
Metadata
Current evaluation
Merged a one-line fix to update a failing spread test after Pebble removed -v support for the exec command. Approved by two reviewers and passed CI checks.
Suggested action: —
No scores available.
Issue body
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
Pebble `enter` no longer supports using `-v` with the `exec` command. This PR fixes a spread test that is failing because of that.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a one-line fix to update a failing spread test after Pebble removed -v support for the exec command. Approved by two reviewers and passed CI checks. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix for a failing spread test after Pebble removed -v support for the exec command. The update aligns the test suite with the new Pebble behavior. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix for a failing spread test after Pebble dropped the -v flag from the exec command. The test was updated to match the new Pebble behavior. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1199 test: add a spread test for pebble pruning | rockcraft | merged | Merged test coverage for pebble pruning to detect stat discrepancies when identical binaries exist in base and lifecycle layers. Approved by two reviewers and passed CI checks prior to integration. | |
| #473 fix(pebble): /var/lib/pebble/default has mode 0777 | rockcraft | merged | Merged fix ensuring /var/lib/pebble/default always uses 0777 permissions, preventing non-root Pebble failures. Approved by three reviewers, passed CI, and includes a new spread test to verify the fix. | |
| #304 Pebble doc and test updates | rockcraft | merged | Merged updates to Pebble documentation and spread tests. Fixed formatting issues and aligned content with recent Pebble features like --args. Approved by three reviewers and passed CI checks across ten files. | |
| #456 fix(spread): tests must also use newer Chisel | rockcraft | merged | Merged. Resolves failing spread tests by switching Chisel installation from a hardcoded commit to the snap store. Addressed review feedback and re-triggered CI after a timeout. | |
| #466 fix(spread): tests must also use newer Chisel (#456) | rockcraft | merged | Merged a cherry-picked commit from main to align tests with the newer Chisel version, facilitating the 1.1.2 release. Approved by one reviewer. | |
| #469 fix(spread): tests must also use newer Chisel (#456) (#466) | rockcraft | closed | Merged via cherry-pick into main to prepare the 1.1.2 release. Updates spread tests to use the newer Chisel version. Passed CI checks and required no reviews. |