TEMP: sync latest main into P-recursive table port - #1350
Conversation
* refactor(tests): finish pytest-owned suite architecture * fix(tests): include exhaustive lane in full CI reproduction * fix(ci): avoid full benchmarks for root Makefile changes * fix(ci): release superseded runs before aggregate gates
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
e5a94c3
into
agent/port-p-recursive-table-residuals-v2
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0bca4f71e2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "requires_provider(name): test requires a production provider readiness probe", | ||
| "performance: benchmark or timing evidence excluded from correctness lanes", | ||
| "property: property-based invariant tests", | ||
| "exhaustive: broad finite reference sweeps run by scheduled validation", |
There was a problem hiding this comment.
Exclude exhaustive tests from default pytest runs
When a developer runs the documented bare uv run pytest, pytest uses these testpaths and the unchanged addopts, so the newly marked order-seven graph sweep is still selected; only make test-component applies -m "not exhaustive". This defeats the marker's stated scheduled-only purpose and makes the default local suite unexpectedly run the expensive sweep. Add the exclusion to the default pytest configuration while allowing test-exhaustive to override it.
AGENTS.md reference: AGENTS.md:L265-L270
Useful? React with 👍 / 👎.
Temporary synchronization after #1316 for #1285.