test(coverage): reusable combined full-run driver + subsystem breakdown - #96
Merged
Conversation
…akdown Salvaged from the run-3 EC2 measurement (which produced the authoritative 68.0/ 50.2 in report #3): full_run3_combined.sh runs the full parallel tcl suite AND all the COV_* C-driver/curated blocks against a single instrumented build, then captures once from .libs -- the driver for future authoritative full-runs. Plus cov-subsystems.txt, the per-subsystem line/branch/fn breakdown (hmac 99%, dbreg 86%, mutex 83%, lock 77%, env 75%, ... down to the cold rep/upgrade tails). Next-run TODOs baked into the driver's use: install liburing-devel up front (XA driver link), fix run_upgrade.sh's synthetic hash fixture, and fold the PBT tier into the capture.
Coccinelle convention checksNo new violations. ✅ Resolved since baseline (2) -- update dist/cocci/baseline.txt to lock these in. |
ABI diff vs
|
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.
Salvages the two uniquely-valuable artifacts from the run-3 EC2 measurement (report already merged as #94):
full_run3_combined.sh— runs the full parallel tcl suite + all COV_* C-driver/curated blocks against one instrumented build, captures once from.libs. The reusable driver for future authoritative full-runs.cov-subsystems.txt— per-subsystem line/branch/fn table (hmac 99%, dbreg 86%, mutex 83%, lock 77%, env 75%, ...).Supersedes the driver/breakdown portion of #95 (which is otherwise stale duplicate content from #90/#92/#93). Next-run fixes noted: install liburing-devel up front (XA link), fix run_upgrade.sh synthetic hash fixture, fold PBT tier into capture.