test(predict-rlm): consolidate core regression suite - #63
Open
eriberdy022 wants to merge 5 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale
The default package suite had accumulated overlapping backend scenarios, repeated inherited tests, static/default/export checks, presentation assertions, and mock-only plumbing. This refactor concentrates coverage on observable regression contracts. CI also exposed a JSPI deadline bug: interrupts could abort asyncio scheduler callbacks and orphan execution results instead of returning recoverable timeouts. The runtime fixes preserve public APIs while correcting that failure.
Summary
Test Plan
a96ac237254edb711fa6fc8aedde8db0058c96bf: workflow succeeded, with all eight jobs green: core on Python 3.11/3.12/3.13, SBX, Codex LM, GEPA, JSPI integration, and lint.PYTHONASYNCIODEBUG=1; verify synchronous and asynchronous overlap after correction.uv run --all-extras pytest -o addopts= -v --tb=short --junitxml=/tmp/predict-rlm-refactor-final.xml— 358 passed, 30 skipped.src/andtests/; changed Python tests are formatted.The initial local full run reported DSPy deprecations and async-stream cleanup warnings. No warning suppression, retries, or test deselection were added to obtain a green workflow.