chore(test): prune stale sim test regexes and stub files - #197
Merged
Conversation
The v0.2.0 handle-API migration gutted 14 sim test files to 4-line stubs; the Makefile/CI regexes kept matching zero tests and passed vacuously. DST and seed-sweep suites live in go-libfossil now. - make test / CI sim job run the tests that actually exist - drop dead sim, sim-full, test-interop targets and ghost dst PHONYs - delete the stub files (originals in git history)
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
edgesync-docs | bf8f4ff | Commit Preview URL Branch Preview URL |
Aug 12 2026, 09:12 PM |
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.
Fixes the vacuous CI coverage flagged during the dependency sweep: the sim-package regexes (
TestFaultProxy|TestBuggify|TestSimulation|TestInterop|TestServeHTTP|TestLeafToLeaf|TestAgentServe) have matched zero tests since the v0.2.0 handle-API migration gutted those files to 4-line stubs — the steps passed without running anything.Changes
make testand the CI Sim & Interop job now run the five sim tests that actually exist (TestHubLeafE2E,TestAgentNew_*,TestHubNATSFossilSync_*) — verified to match 5 passing tests, not zerosim,sim-full,test-interoptargets and the ghostdst*PHONY entries; DST and the seed-sweep suites live in go-libfossil now (noted in the Makefile)make test-irohbuilds the sidecar and runs itTest plan
make testgreen locally; the sim step verified with-vto run 5 real tests