-
-
Notifications
You must be signed in to change notification settings - Fork 15
test(sccm): prepare Task Sequence corpus #352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
adamgell
merged 23 commits into
codex/parser-family-skeleton
from
codex/sccm-324-task-sequence-corpus
Aug 1, 2026
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
94fd08d
test(sccm): prepare task sequence corpus
adamgell b880179
test(sccm): reject mixed task sequence keys
adamgell 6f5f2d2
test(sccm): bind task sequence contract evidence
adamgell 37dc6d0
test(sccm): isolate rotation path provenance
adamgell 823e687
Merge commit 'a8a367c661cd17bd1e73b87724c143ec8565ffc7' into codex/sc…
adamgell 43cb1f9
test(sccm): cover task sequence review regressions
adamgell c8e597e
fix(sccm): bind task sequence evidence claims
adamgell 6a3b8c0
test(sccm): cover task sequence review follow-ups
adamgell c33669d
fix(sccm): close task sequence review follow-ups
adamgell 7c567a4
test(sccm): cover temporal review regressions
adamgell 6629463
fix(sccm): reject ambiguous task sequence timing
adamgell 716cd6d
test(sccm): pin exact-token keys and one-run findings
adamgell 7e50ece
fix(sccm): admit keys by token and bind findings to one run
adamgell d7da8f9
test(sccm): pin boundary binding and absent rotation
adamgell 1db3f4c
fix(sccm): bind correlation boundary and absent rotation
adamgell c7b1e8e
test(sccm): pin bracket prefixes and aliased observations
adamgell 495a36a
fix(sccm): bound tokens by body edges, disjoint observations
adamgell 7fbab0c
test(sccm): pin rotated capture source provenance
adamgell ccda4df
fix(sccm): name the rotated file in capture provenance
adamgell 531e8e8
test(sccm): pin evidence identity and body framing
adamgell d1d163b
fix(sccm): compare evidence by identity, close bodies
adamgell c0486b3
test(sccm): pin outcome claims to record body tokens
adamgell 63e4ad4
fix(sccm): bind outcome claims to delimited body tokens
adamgell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...ence/client-install-failure/evidence/client-task-sequence-smsts/full-os/current/smsts.log
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| <![LOG[SYNTHETIC FIXTURE task-sequence client-install-failure phase=installClient state=failed terminal=true executionId=72400000-0000-0000-0000-000000000012 taskSequencePackageId=LAB00324 advertisementId=LAB20312 runContext=osd _SMSTSLogPath=SYNTHETIC://full-os/_SMSTaskSequence/Logs/smstslog/smsts.log exitCode=1603]LOG]!><time="01:42:00.000+000" date="07-30-2026" component="TSManager" context="" type="3" thread="1" file="synthetic.ts:1"> |
37 changes: 37 additions & 0 deletions
37
...open-parser/tests/fixtures/sccm/client/task_sequence/client-install-failure/expected.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| { | ||
| "contractState": "proposedPending318And319", | ||
| "workflow": "taskSequence", | ||
| "scenario": "client-install-failure", | ||
| "stateChain": ["start","preflight","diskOrImage","setupWindows","installClient","installSoftware","postAction","complete"], | ||
| "analysisContract": {"independentReducer":true,"consumesAppOrPolicyReducerOutput":false,"crossSideCorrelationPerformed":false,"nativeAcceptanceClaimed":false}, | ||
| "extractionProfile": {"id":"task-sequence-client-5.00.test-v1","status":"matched"}, | ||
| "reorderedInputDeterministic": true, | ||
| "coverage": [{"logicalArtifactId":"client-task-sequence-smsts","state":"captured","pathClasses":["fullOs"]}], | ||
| "artifactProvenance": [ | ||
| {"artifactId":"task-sequence-client-install-failure-smsts-current","bytesCopied":443,"pathClass":"fullOs","sanitizedSourcePath":"SYNTHETIC://full-os/_SMSTaskSequence/Logs/smstslog/smsts.log","smstsLogPathEvidence":"SYNTHETIC://full-os/_SMSTaskSequence/Logs/smstslog/smsts.log","rotationKind":"current","fragmentComplete":true,"relocationOrdinal":0} | ||
| ], | ||
| "transactions": [ | ||
| { | ||
| "transactionId": "task-sequence-012", | ||
| "key": {"keyProfileKind":"executionPackageAdvertisementContext","executionId":"72400000-0000-0000-0000-000000000012","taskSequencePackageId":"LAB00324","advertisementId":"LAB20312","runContext":"osd","confidence":"exact","extractionProfileId":"task-sequence-client-5.00.test-v1"}, | ||
| "evidence": [{"artifactId":"task-sequence-client-install-failure-smsts-current","startLine":1,"endLine":1}], | ||
| "pathSequence": [{"artifactId":"task-sequence-client-install-failure-smsts-current","pathClass":"fullOs","relocationOrdinal":0}], | ||
| "timestampProvenance": {"orderingState":"normalizedUtc","offsetMinutes":0,"normalizedUtc":"2026-07-30T01:42:00Z"}, | ||
| "orderingEvidence": {"artifactId":"task-sequence-client-install-failure-smsts-current","startLine":1,"endLine":1}, | ||
| "coverageGapArtifactIds": [], | ||
| "nextArtifact": null, | ||
| "phase": "installClient", | ||
| "state": "failed", | ||
| "lastSuccessfulPhase": "setupWindows", | ||
| "classification": "confirmedFailure", | ||
| "confidence": "high", | ||
| "confidenceCeiling": "high", | ||
| "terminalEvidence": {"artifactId":"task-sequence-client-install-failure-smsts-current","startLine":1,"endLine":1} | ||
| } | ||
| ], | ||
| "sourceLocalObservations": [], | ||
| "findings": [ | ||
| {"findingId":"client-install-terminal-failure","classification":"confirmedFailure","evidence":[{"artifactId":"task-sequence-client-install-failure-smsts-current","startLine":1,"endLine":1}],"coverageGapArtifactIds":[],"serverCauseClaimed":false,"appOrPolicyCauseClaimed":false,"nativeAcceptanceClaimed":false} | ||
| ], | ||
| "correlationBoundary": {"scope":"clientOnly","joinFields":["executionId","taskSequencePackageId","advertisementId","runContext"],"forbiddenJoinFields":["filename","path","timestamp","displayName","component"]} | ||
| } | ||
10 changes: 10 additions & 0 deletions
10
...open-parser/tests/fixtures/sccm/client/task_sequence/client-install-failure/manifest.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "sccmManifestVersion": 1, | ||
| "proposalOnly": true, | ||
| "syntheticFixture": true, | ||
| "scenario": "client-install-failure", | ||
| "bundle": {"role":"client","workflow":"taskSequence","siteCode":"LAB"}, | ||
| "artifacts": [ | ||
| {"artifactId":"task-sequence-client-install-failure-smsts-current","designOnlyCatalog":{"entryId":"client-task-sequence-smsts","groupMemberships":["client-task-sequence-smsts"]},"role":"client","kind":"ccmLog","captureState":"captured","encoding":"utf-8","collectionLimit":{"byteLimit":4096,"limitApplied":false},"originalBasename":"smsts.log","sanitizedSourcePath":"SYNTHETIC://full-os/_SMSTaskSequence/Logs/smstslog/smsts.log","smstsLogPathEvidence":"SYNTHETIC://full-os/_SMSTaskSequence/Logs/smstslog/smsts.log","pathFingerprint":"synthetic:client-install-failure:full-os","pathClass":"fullOs","rotation":{"kind":"current","fragmentComplete":true},"relocationOrdinal":0,"sourceVersion":"5.00.TEST.0000","capturedUtc":"2026-07-30T01:42:05Z","bytesCopied":443,"relativePath":"evidence/client-task-sequence-smsts/full-os/current/smsts.log"} | ||
| ] | ||
| } |
1 change: 1 addition & 0 deletions
1
...sk_sequence/client-installed/evidence/client-task-sequence-smsts/client/current/smsts.log
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| <![LOG[SYNTHETIC FIXTURE task-sequence client-installed phase=installClient state=inProgress terminal=false executionId=72400000-0000-0000-0000-000000000004 taskSequencePackageId=LAB00324 advertisementId=LAB20304 runContext=osd _SMSTSLogPath=SYNTHETIC://client/CCM/Logs/smstslog/smsts.log]LOG]!><time="01:03:01.000+000" date="07-30-2026" component="TSManager" context="" type="1" thread="1" file="synthetic.ts:1"> |
37 changes: 37 additions & 0 deletions
37
...mtraceopen-parser/tests/fixtures/sccm/client/task_sequence/client-installed/expected.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| { | ||
| "contractState": "proposedPending318And319", | ||
| "workflow": "taskSequence", | ||
| "scenario": "client-installed", | ||
| "stateChain": ["start","preflight","diskOrImage","setupWindows","installClient","installSoftware","postAction","complete"], | ||
| "analysisContract": {"independentReducer":true,"consumesAppOrPolicyReducerOutput":false,"crossSideCorrelationPerformed":false,"nativeAcceptanceClaimed":false}, | ||
| "extractionProfile": {"id":"task-sequence-client-5.00.test-v1","status":"matched"}, | ||
| "reorderedInputDeterministic": true, | ||
| "coverage": [{"logicalArtifactId":"client-task-sequence-smsts","state":"captured","pathClasses":["client"]}], | ||
| "artifactProvenance": [ | ||
| {"artifactId":"task-sequence-client-installed-smsts-current","bytesCopied":414,"pathClass":"client","sanitizedSourcePath":"SYNTHETIC://client/CCM/Logs/smstslog/smsts.log","smstsLogPathEvidence":"SYNTHETIC://client/CCM/Logs/smstslog/smsts.log","rotationKind":"current","fragmentComplete":true,"relocationOrdinal":0} | ||
| ], | ||
| "transactions": [ | ||
| { | ||
| "transactionId": "task-sequence-004", | ||
| "key": {"keyProfileKind":"executionPackageAdvertisementContext","executionId":"72400000-0000-0000-0000-000000000004","taskSequencePackageId":"LAB00324","advertisementId":"LAB20304","runContext":"osd","confidence":"exact","extractionProfileId":"task-sequence-client-5.00.test-v1"}, | ||
| "evidence": [{"artifactId":"task-sequence-client-installed-smsts-current","startLine":1,"endLine":1}], | ||
| "pathSequence": [{"artifactId":"task-sequence-client-installed-smsts-current","pathClass":"client","relocationOrdinal":0}], | ||
| "timestampProvenance": {"orderingState":"normalizedUtc","offsetMinutes":0,"normalizedUtc":"2026-07-30T01:03:01Z"}, | ||
| "orderingEvidence": {"artifactId":"task-sequence-client-installed-smsts-current","startLine":1,"endLine":1}, | ||
| "coverageGapArtifactIds": [], | ||
| "nextArtifact": {"logicalArtifactId":"client-task-sequence-smsts","pathClass":"client","reason":"Capture the completed client log to confirm a terminal outcome."}, | ||
| "phase": "installClient", | ||
| "state": "inProgress", | ||
| "lastSuccessfulPhase": "setupWindows", | ||
| "classification": "insufficientEvidence", | ||
| "confidence": "medium", | ||
| "confidenceCeiling": "medium", | ||
| "terminalEvidence": null | ||
| } | ||
| ], | ||
| "sourceLocalObservations": [], | ||
| "findings": [ | ||
| {"findingId":"client-installed-nonterminal","classification":"insufficientEvidence","evidence":[{"artifactId":"task-sequence-client-installed-smsts-current","startLine":1,"endLine":1}],"coverageGapArtifactIds":[],"serverCauseClaimed":false,"appOrPolicyCauseClaimed":false,"nativeAcceptanceClaimed":false} | ||
| ], | ||
| "correlationBoundary": {"scope":"clientOnly","joinFields":["executionId","taskSequencePackageId","advertisementId","runContext"],"forbiddenJoinFields":["filename","path","timestamp","displayName","component"]} | ||
| } |
10 changes: 10 additions & 0 deletions
10
...mtraceopen-parser/tests/fixtures/sccm/client/task_sequence/client-installed/manifest.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "sccmManifestVersion": 1, | ||
| "proposalOnly": true, | ||
| "syntheticFixture": true, | ||
| "scenario": "client-installed", | ||
| "bundle": {"role":"client","workflow":"taskSequence","siteCode":"LAB"}, | ||
| "artifacts": [ | ||
| {"artifactId":"task-sequence-client-installed-smsts-current","designOnlyCatalog":{"entryId":"client-task-sequence-smsts","groupMemberships":["client-task-sequence-smsts"]},"role":"client","kind":"ccmLog","captureState":"captured","encoding":"utf-8","collectionLimit":{"byteLimit":4096,"limitApplied":false},"originalBasename":"smsts.log","sanitizedSourcePath":"SYNTHETIC://client/CCM/Logs/smstslog/smsts.log","smstsLogPathEvidence":"SYNTHETIC://client/CCM/Logs/smstslog/smsts.log","pathFingerprint":"synthetic:client-installed:client","pathClass":"client","rotation":{"kind":"current","fragmentComplete":true},"relocationOrdinal":0,"sourceVersion":"5.00.TEST.0000","capturedUtc":"2026-07-30T01:03:06Z","bytesCopied":414,"relativePath":"evidence/client-task-sequence-smsts/client/current/smsts.log"} | ||
| ] | ||
| } |
1 change: 1 addition & 0 deletions
1
...nce/complete-looking-unkeyed/evidence/client-task-sequence-smsts/client/current/smsts.log
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| <![LOG[SYNTHETIC FIXTURE task-sequence complete-looking-unkeyed phase=complete state=succeeded terminal=true displayName=synthetic-untrusted _SMSTSLogPath=SYNTHETIC://client/CCM/Logs/smsts.log]LOG]!><time="01:47:00.000+000" date="07-30-2026" component="TSManager" context="" type="0" thread="1" file="synthetic.ts:1"> |
21 changes: 21 additions & 0 deletions
21
...en-parser/tests/fixtures/sccm/client/task_sequence/complete-looking-unkeyed/expected.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| { | ||
| "contractState": "proposedPending318And319", | ||
| "workflow": "taskSequence", | ||
| "scenario": "complete-looking-unkeyed", | ||
| "stateChain": ["start","preflight","diskOrImage","setupWindows","installClient","installSoftware","postAction","complete"], | ||
| "analysisContract": {"independentReducer":true,"consumesAppOrPolicyReducerOutput":false,"crossSideCorrelationPerformed":false,"nativeAcceptanceClaimed":false}, | ||
| "extractionProfile": {"id":"task-sequence-client-5.00.test-v1","status":"matched"}, | ||
| "reorderedInputDeterministic": true, | ||
| "coverage": [{"logicalArtifactId":"client-task-sequence-smsts","state":"captured","pathClasses":["client"]}], | ||
| "artifactProvenance": [ | ||
| {"artifactId":"task-sequence-complete-looking-unkeyed-smsts-current","bytesCopied":318,"pathClass":"client","sanitizedSourcePath":"SYNTHETIC://client/CCM/Logs/smsts.log","smstsLogPathEvidence":"SYNTHETIC://client/CCM/Logs/smsts.log","rotationKind":"current","fragmentComplete":true,"relocationOrdinal":0} | ||
| ], | ||
| "transactions": [], | ||
| "sourceLocalObservations": [ | ||
| {"observationId":"complete-looking-unkeyed-source-local","artifactId":"task-sequence-complete-looking-unkeyed-smsts-current","keyConfidence":"none","confidence":"low","confidenceCeiling":"low","correlationEligible":false,"phaseHint":"complete","stateHint":"succeeded","evidence":{"artifactId":"task-sequence-complete-looking-unkeyed-smsts-current","startLine":1,"endLine":1},"reason":"A filename, path, timestamp, or display name cannot substitute for the missing exact execution key."} | ||
| ], | ||
| "findings": [ | ||
| {"findingId":"complete-looking-unkeyed-insufficient","classification":"insufficientEvidence","evidence":[{"artifactId":"task-sequence-complete-looking-unkeyed-smsts-current","startLine":1,"endLine":1}],"coverageGapArtifactIds":[],"serverCauseClaimed":false,"appOrPolicyCauseClaimed":false,"nativeAcceptanceClaimed":false} | ||
| ], | ||
| "correlationBoundary": {"scope":"sourceLocalOnly","joinFields":[],"forbiddenJoinFields":["filename","path","timestamp","displayName","component"]} | ||
| } |
10 changes: 10 additions & 0 deletions
10
...en-parser/tests/fixtures/sccm/client/task_sequence/complete-looking-unkeyed/manifest.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "sccmManifestVersion": 1, | ||
| "proposalOnly": true, | ||
| "syntheticFixture": true, | ||
| "scenario": "complete-looking-unkeyed", | ||
| "bundle": {"role":"client","workflow":"taskSequence","siteCode":"LAB"}, | ||
| "artifacts": [ | ||
| {"artifactId":"task-sequence-complete-looking-unkeyed-smsts-current","designOnlyCatalog":{"entryId":"client-task-sequence-smsts","groupMemberships":["client-task-sequence-smsts"]},"role":"client","kind":"ccmLog","captureState":"captured","encoding":"utf-8","collectionLimit":{"byteLimit":4096,"limitApplied":false},"originalBasename":"smsts.log","sanitizedSourcePath":"SYNTHETIC://client/CCM/Logs/smsts.log","smstsLogPathEvidence":"SYNTHETIC://client/CCM/Logs/smsts.log","pathFingerprint":"synthetic:complete-looking-unkeyed:client","pathClass":"client","rotation":{"kind":"current","fragmentComplete":true},"relocationOrdinal":0,"sourceVersion":"5.00.TEST.0000","capturedUtc":"2026-07-30T01:47:05Z","bytesCopied":318,"relativePath":"evidence/client-task-sequence-smsts/client/current/smsts.log"} | ||
| ] | ||
| } |
1 change: 1 addition & 0 deletions
1
...nt/task_sequence/completed/evidence/client-task-sequence-smsts/client/completed/smsts.log
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| <![LOG[SYNTHETIC FIXTURE task-sequence completed phase=complete state=succeeded terminal=true executionId=72400000-0000-0000-0000-000000000005 taskSequencePackageId=LAB00324 advertisementId=LAB20305 runContext=osd _SMSTSLogPath=SYNTHETIC://client/CCM/Logs/smsts.log]LOG]!><time="01:04:01.000+000" date="07-30-2026" component="TSManager" context="" type="0" thread="1" file="synthetic.ts:1"> |
35 changes: 35 additions & 0 deletions
35
crates/cmtraceopen-parser/tests/fixtures/sccm/client/task_sequence/completed/expected.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| { | ||
| "contractState": "proposedPending318And319", | ||
| "workflow": "taskSequence", | ||
| "scenario": "completed", | ||
| "stateChain": ["start","preflight","diskOrImage","setupWindows","installClient","installSoftware","postAction","complete"], | ||
| "analysisContract": {"independentReducer":true,"consumesAppOrPolicyReducerOutput":false,"crossSideCorrelationPerformed":false,"nativeAcceptanceClaimed":false}, | ||
| "extractionProfile": {"id":"task-sequence-client-5.00.test-v1","status":"matched"}, | ||
| "reorderedInputDeterministic": true, | ||
| "coverage": [{"logicalArtifactId":"client-task-sequence-smsts","state":"captured","pathClasses":["client"]}], | ||
| "artifactProvenance": [ | ||
| {"artifactId":"task-sequence-completed-smsts-current","bytesCopied":391,"pathClass":"client","sanitizedSourcePath":"SYNTHETIC://client/CCM/Logs/smsts.log","smstsLogPathEvidence":"SYNTHETIC://client/CCM/Logs/smsts.log","rotationKind":"current","fragmentComplete":true,"relocationOrdinal":0} | ||
| ], | ||
| "transactions": [ | ||
| { | ||
| "transactionId": "task-sequence-005", | ||
| "key": {"keyProfileKind":"executionPackageAdvertisementContext","executionId":"72400000-0000-0000-0000-000000000005","taskSequencePackageId":"LAB00324","advertisementId":"LAB20305","runContext":"osd","confidence":"exact","extractionProfileId":"task-sequence-client-5.00.test-v1"}, | ||
| "evidence": [{"artifactId":"task-sequence-completed-smsts-current","startLine":1,"endLine":1}], | ||
| "pathSequence": [{"artifactId":"task-sequence-completed-smsts-current","pathClass":"client","relocationOrdinal":0}], | ||
| "timestampProvenance": {"orderingState":"normalizedUtc","offsetMinutes":0,"normalizedUtc":"2026-07-30T01:04:01Z"}, | ||
| "orderingEvidence": {"artifactId":"task-sequence-completed-smsts-current","startLine":1,"endLine":1}, | ||
| "coverageGapArtifactIds": [], | ||
| "nextArtifact": null, | ||
| "phase": "complete", | ||
| "state": "succeeded", | ||
| "lastSuccessfulPhase": "complete", | ||
| "classification": "success", | ||
| "confidence": "high", | ||
| "confidenceCeiling": "high", | ||
| "terminalEvidence": {"artifactId":"task-sequence-completed-smsts-current","startLine":1,"endLine":1} | ||
| } | ||
| ], | ||
| "sourceLocalObservations": [], | ||
| "findings": [], | ||
| "correlationBoundary": {"scope":"clientOnly","joinFields":["executionId","taskSequencePackageId","advertisementId","runContext"],"forbiddenJoinFields":["filename","path","timestamp","displayName","component"]} | ||
| } |
10 changes: 10 additions & 0 deletions
10
crates/cmtraceopen-parser/tests/fixtures/sccm/client/task_sequence/completed/manifest.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "sccmManifestVersion": 1, | ||
| "proposalOnly": true, | ||
| "syntheticFixture": true, | ||
| "scenario": "completed", | ||
| "bundle": {"role":"client","workflow":"taskSequence","siteCode":"LAB"}, | ||
| "artifacts": [ | ||
| {"artifactId":"task-sequence-completed-smsts-current","designOnlyCatalog":{"entryId":"client-task-sequence-smsts","groupMemberships":["client-task-sequence-smsts"]},"role":"client","kind":"ccmLog","captureState":"captured","encoding":"utf-8","collectionLimit":{"byteLimit":4096,"limitApplied":false},"originalBasename":"smsts.log","sanitizedSourcePath":"SYNTHETIC://client/CCM/Logs/smsts.log","smstsLogPathEvidence":"SYNTHETIC://client/CCM/Logs/smsts.log","pathFingerprint":"synthetic:completed:client","pathClass":"client","rotation":{"kind":"current","fragmentComplete":true},"relocationOrdinal":0,"sourceVersion":"5.00.TEST.0000","capturedUtc":"2026-07-30T01:04:06Z","bytesCopied":391,"relativePath":"evidence/client-task-sequence-smsts/client/completed/smsts.log"} | ||
| ] | ||
| } |
1 change: 1 addition & 0 deletions
1
...k_sequence/disk-image-failure/evidence/client-task-sequence-smsts/setup/current/smsts.log
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| <![LOG[SYNTHETIC FIXTURE task-sequence disk-image-failure phase=diskOrImage state=failed terminal=true executionId=72400000-0000-0000-0000-000000000011 taskSequencePackageId=LAB00324 advertisementId=LAB20311 runContext=osd _SMSTSLogPath=SYNTHETIC://setup/smstslog/smsts.log exitCode=0x80070057]LOG]!><time="01:41:00.000+000" date="07-30-2026" component="TSManager" context="" type="3" thread="1" file="synthetic.ts:1"> |
37 changes: 37 additions & 0 deletions
37
...raceopen-parser/tests/fixtures/sccm/client/task_sequence/disk-image-failure/expected.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| { | ||
| "contractState": "proposedPending318And319", | ||
| "workflow": "taskSequence", | ||
| "scenario": "disk-image-failure", | ||
| "stateChain": ["start","preflight","diskOrImage","setupWindows","installClient","installSoftware","postAction","complete"], | ||
| "analysisContract": {"independentReducer":true,"consumesAppOrPolicyReducerOutput":false,"crossSideCorrelationPerformed":false,"nativeAcceptanceClaimed":false}, | ||
| "extractionProfile": {"id":"task-sequence-client-5.00.test-v1","status":"matched"}, | ||
| "reorderedInputDeterministic": true, | ||
| "coverage": [{"logicalArtifactId":"client-task-sequence-smsts","state":"captured","pathClasses":["setup"]}], | ||
| "artifactProvenance": [ | ||
| {"artifactId":"task-sequence-disk-image-failure-smsts-current","bytesCopied":419,"pathClass":"setup","sanitizedSourcePath":"SYNTHETIC://setup/smstslog/smsts.log","smstsLogPathEvidence":"SYNTHETIC://setup/smstslog/smsts.log","rotationKind":"current","fragmentComplete":true,"relocationOrdinal":0} | ||
| ], | ||
| "transactions": [ | ||
| { | ||
| "transactionId": "task-sequence-011", | ||
| "key": {"keyProfileKind":"executionPackageAdvertisementContext","executionId":"72400000-0000-0000-0000-000000000011","taskSequencePackageId":"LAB00324","advertisementId":"LAB20311","runContext":"osd","confidence":"exact","extractionProfileId":"task-sequence-client-5.00.test-v1"}, | ||
| "evidence": [{"artifactId":"task-sequence-disk-image-failure-smsts-current","startLine":1,"endLine":1}], | ||
| "pathSequence": [{"artifactId":"task-sequence-disk-image-failure-smsts-current","pathClass":"setup","relocationOrdinal":0}], | ||
| "timestampProvenance": {"orderingState":"normalizedUtc","offsetMinutes":0,"normalizedUtc":"2026-07-30T01:41:00Z"}, | ||
| "orderingEvidence": {"artifactId":"task-sequence-disk-image-failure-smsts-current","startLine":1,"endLine":1}, | ||
| "coverageGapArtifactIds": [], | ||
| "nextArtifact": null, | ||
| "phase": "diskOrImage", | ||
| "state": "failed", | ||
| "lastSuccessfulPhase": "preflight", | ||
|
coderabbitai[bot] marked this conversation as resolved.
|
||
| "classification": "confirmedFailure", | ||
| "confidence": "high", | ||
| "confidenceCeiling": "high", | ||
| "terminalEvidence": {"artifactId":"task-sequence-disk-image-failure-smsts-current","startLine":1,"endLine":1} | ||
| } | ||
| ], | ||
| "sourceLocalObservations": [], | ||
| "findings": [ | ||
| {"findingId":"disk-image-terminal-failure","classification":"confirmedFailure","evidence":[{"artifactId":"task-sequence-disk-image-failure-smsts-current","startLine":1,"endLine":1}],"coverageGapArtifactIds":[],"serverCauseClaimed":false,"appOrPolicyCauseClaimed":false,"nativeAcceptanceClaimed":false} | ||
| ], | ||
| "correlationBoundary": {"scope":"clientOnly","joinFields":["executionId","taskSequencePackageId","advertisementId","runContext"],"forbiddenJoinFields":["filename","path","timestamp","displayName","component"]} | ||
| } | ||
10 changes: 10 additions & 0 deletions
10
...raceopen-parser/tests/fixtures/sccm/client/task_sequence/disk-image-failure/manifest.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "sccmManifestVersion": 1, | ||
| "proposalOnly": true, | ||
| "syntheticFixture": true, | ||
| "scenario": "disk-image-failure", | ||
| "bundle": {"role":"client","workflow":"taskSequence","siteCode":"LAB"}, | ||
| "artifacts": [ | ||
| {"artifactId":"task-sequence-disk-image-failure-smsts-current","designOnlyCatalog":{"entryId":"client-task-sequence-smsts","groupMemberships":["client-task-sequence-smsts"]},"role":"client","kind":"ccmLog","captureState":"captured","encoding":"utf-8","collectionLimit":{"byteLimit":4096,"limitApplied":false},"originalBasename":"smsts.log","sanitizedSourcePath":"SYNTHETIC://setup/smstslog/smsts.log","smstsLogPathEvidence":"SYNTHETIC://setup/smstslog/smsts.log","pathFingerprint":"synthetic:disk-image-failure:setup","pathClass":"setup","rotation":{"kind":"current","fragmentComplete":true},"relocationOrdinal":0,"sourceVersion":"5.00.TEST.0000","capturedUtc":"2026-07-30T01:41:05Z","bytesCopied":419,"relativePath":"evidence/client-task-sequence-smsts/setup/current/smsts.log"} | ||
| ] | ||
| } |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.