Fix all stale test fixtures: cargo test --workspace fully green#73
Merged
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.
Make the whole workspace test suite pass
Repairs the pre-existing stale
#[cfg(test)]fixtures and example code that failed to compile undercargo test --workspace(libraries already built; only test/example targets were broken, and it predated the provider work).Fixes
clawforge-memory(store.rstests):VectorEntrynow needscreated_at+session_id;MemoryQuerygained fields - test literals updated (..Default::default()where the type derivesDefault).clawforge-scheduler(scheduler.rstest fixture): addedallowed_skillsto the testAgentSpec.clawforge-cliexamples (coding_agent,github_pr_reviewer,research_agent): addedallowed_skillstoAgentSpec,..Default::default()toCapabilitiesliterals, fixedget_recent_runs(n)->get_recent_runs(n, offset), and movedVectorEntry/MemoryQueryimports toclawforge_memory::types..gitignore: anchored the local tooling-dir rules (/memory/,/.claude/) to the repo root - the unanchoredmemory/pattern was shadowing the trackedbackend/memorycrate.Verification
cargo build --workspacealso succeeds.