Unified tests branch differences
Baseline: dev at bd7ceb86792865357e4e1a625e9062456d895481. Baseline selection follows the first configured ref in the project manifest, not repository default branch.
Frozen branch inventory
| Ref | SHA | Files | File classes |
|---|---|---|---|
dev | bd7ceb86792865357e4e1a625e9062456d895481 | 333 | build:5, ci-workflow:20, documentation:1, other:31, test-spec:276 |
main | cacd652b1f7c03ed87f705a43cbacbedaffd286e | 9 | ci-workflow:8, documentation:1 |
main versus dev
- Frozen SHA:
cacd652b1f7c03ed87f705a43cbacbedaffd286e - Changed paths: 335 (D=327, A=3, M=5)
- Change classes: other=31, ci-workflow=22, documentation=1, test-spec=276, build=5
- Top changed areas:
doc/tests(144),niseWrappers/wbf(51),doc/niseWrappers(42),niseCore/matcher(21),niseWrappers/bcmush(20),.github/workflows(14),niseCore/sensor(14),niseCore/storage(14),.github/scripts(7),.gitattributes(1)
| Status | High-signal path |
|---|---|
| D | .github/workflows/actualtest_bcmush.yml |
| D | .github/workflows/actualtest_wbf.yml |
| D | .github/workflows/actualtest_wbf_hp_mis.yml |
| A | .github/workflows/detect-msft-spec.yml |
| D | .github/workflows/migrate_to_wiki.yml |
| M | .github/workflows/utest1_bcmush.yml |
| D | .github/workflows/utest1_pr_bcmush.yml |
| D | .github/workflows/utest1_pr_wbf.yml |
| M | .github/workflows/utest1_sensor.yml |
| M | .github/workflows/utest1_storage.yml |
| M | .github/workflows/utest1_wbf.yml |
| D | .github/workflows/virtual_test_bcmush.yml |
| D | .github/workflows/virtual_test_wbf_dellmis.yml |
| D | .github/workflows/virtual_test_wbf_hpcnb.yml |
| D | doc/niseWrappers/bcmush/test_fplibvalidity_sfpMatcherClose.md |
| D | doc/niseWrappers/bcmush/test_fplibvalidity_sfpMatcherOpen.md |
| D | doc/niseWrappers/wbf/test_CBiometricDevice_CaptureDataHandler.md |
| D | doc/niseWrappers/wbf/test_CBiometricDevice_CaptureImage.md |
| D | doc/niseWrappers/wbf/test_CBiometricDevice_CaptureRequestFinish.md |
| D | doc/niseWrappers/wbf/test_CBiometricDevice_CaptureThread.md |
| D | doc/niseWrappers/wbf/test_CBiometricDevice_CompletePendingRequest.md |
| D | doc/niseWrappers/wbf/test_CBiometricDevice_NotifyWakeHandler.md |
| D | doc/niseWrappers/wbf/test_CBiometricDevice_NotifyWakeRequestFinish.md |
| D | doc/niseWrappers/wbf/test_CBiometricDevice_NotifyWakeThread.md |
| D | doc/niseWrappers/wbf/test_CBiometricDevice_abortCaptureImage.md |
| D | doc/niseWrappers/wbf/test_CBiometricDevice_startCaptureThread.md |
| D | doc/niseWrappers/wbf/test_CBiometricDevice_startSlideChannelCommThread.md |
| D | doc/niseWrappers/wbf/test_CBiometricDevice_stopCaptureImage.md |
| D | doc/niseWrappers/wbf/test_CBiometricDevice_waitForCaptureThreadToComplete.md |
| D | doc/tests/niseWrappers/bcmush/sfpMatcherClose/Makefile |
Observed: the counts and paths above come from the exact tree diff. Inference: a changed path indicates possible component/customer impact; it does not prove runtime behavior or release status without focused source/test evidence.
Functional interpretation
devis the test implementation branch: it contains 333 files, Markdown test specifications, source extraction/generation code, niseCore matcher/sensor/storage suites, WBF suites, variant design and CI workflows.mainis not a production-test equivalent: it contains nine files, primarily the repository overview and publishing/workflow infrastructure. Relative todev, 327 paths are absent.- Therefore, use
devfor test coverage and behavior claims. Usemainonly as published-entry/workflow evidence; a cleanmaintree does not mean the dev tests were removed from the project.
Interpretation rules
- Deletion relative to the baseline can mean the baseline carries extra customer assets; it does not prove a feature was intentionally removed.
- Renames are detected where Git similarity permits.
- Product intent requires Jira/decision evidence; this page records source facts and bounded inference.