refactor: exclude unused crates from workspace, fix flaky tests#631
Merged
AlexMikhalev merged 1 commit intomainfrom Mar 5, 2026
Merged
refactor: exclude unused crates from workspace, fix flaky tests#631AlexMikhalev merged 1 commit intomainfrom
AlexMikhalev merged 1 commit intomainfrom
Conversation
Workspace cleanup: - Exclude from workspace builds (keep directories for future use): terraphim_build_args, terraphim-markdown-parser (planned future), haystack_atlassian, haystack_discourse, haystack_jmap, haystack_grepapp (unused providers), terraphim_repl (superseded by terraphim_agent) - Comment out grepapp_haystack path dep in terraphim_middleware - Remove 10 nested crates/*/crates/terraphim_settings/ duplicate dirs - Update .release-plz.toml for excluded crates - Remove terraphim-repl references from release-minimal.yml Test fixes: - Fix test_save_one_memory in terraphim_config: handle global storage singleton already initialized by other tests with different profiles - Fix test_circuit_breaker_half_open_after_cooldown in terraphim_spawner: increase sleep margin from 5ms to 50ms to prevent flaking under load Refs: #622, #623, #624 Co-Authored-By: Terraphim AI <noreply@anthropic.com>
This was referenced Mar 4, 2026
AlexMikhalev
added a commit
that referenced
this pull request
Mar 5, 2026
Removes unused mockall dependency from desktop/src-tauri/Cargo.toml. Flaky test fixes already landed via #631.
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.
Summary
terraphim_build_args,terraphim-markdown-parser(planned)haystack_atlassian,haystack_discourse,haystack_jmap,haystack_grepapp(unused providers)terraphim_repl(superseded byterraphim_agent)grepapp_haystackpath dep interraphim_middlewarecrates/*/crates/terraphim_settings/duplicate dirsterraphim-replreferences fromrelease-minimal.ymltest_save_one_memory: handle global storage singleton racetest_circuit_breaker_half_open_after_cooldown: increase timing marginTest plan
cargo check --workspacepassescargo test --workspace --libpasses (all tests green)cargo clippy --workspacecleanCloses #622, #623, #624
Generated with Terraphim AI