generated from coulomb/repo-seed
3.2 KiB
3.2 KiB
CMIS OpenCMIS TCK Evidence - WP-0014 - 2026-05-13T21:02:55Z
Run Summary
- Run ID:
run-20260513T210255Z - Harness:
guide-boardwithopen-cmis-tckextension - Assessment:
cmis-browser-baseline - Target:
kontextual-cmis-compat - Endpoint:
http://127.0.0.1:8010/cmis/compat-tck/browser - OpenCMIS TCK: CMIS 1.1.0, revision
1789681 - Result:
completed - Policy:
0unexpected findings,0applied waivers - Internal verification:
.venv/bin/python -m pytest -q->165 passed,14 skipped
The previous unpersisted /tmp assessment output was not available anymore,
so this run is the persisted evidence baseline for the remaining WP-0014 CMIS
object/content maturity blockers.
Normalized Results
| Group | Result | Counts | Remaining non-green findings |
|---|---|---|---|
repository-type |
warning |
38 pass, 2 info, 1 skipped, 1 warning |
Local test endpoint uses HTTP rather than HTTPS. |
object-content |
warning |
10 info, 5 skipped, 1 warning |
appendContentStream() is not supported. |
Guide Board summary:
pass: 1warning: 2
Blocker Resolution
Resolved in this pass:
- CMIS-specific exception mapping now returns Browser Binding exception names
such as
invalidArgument,constraint,updateConflict,notSupported,objectNotFound, andpermissionDeniedinstead of leaking generic422diagnostics into CMIS clients. bulkUpdatePropertiesis implemented for thecompat-tckBrowser Binding profile by applying the existing CMISupdatePropertiespath to each requested object with per-object change-token handling.deleteContentStreamnow records a content-change version, tombstones the content projection, clears content-stream properties, and returns CMISconstraintfor subsequent stream reads so OpenCMIS resolves the stream tonullrather than treating the document as deleted.- Change-token conflicts are enforced for CMIS property and content mutations.
createDocumentFromSource/copy is implemented by creating a governed asset copy that reuses representation blob references instead of duplicating bytes.- Offset-zero content range requests are classified as full-stream responses unless a non-zero offset or explicit length is requested.
Remaining Scope
Remaining warning-only items:
appendContentStream()is unsupported by design for now. The engine supports whole-stream replacement through deduplicated content services; append would need a deliberate blob-composition design before being advertised.- HTTPS is not used in the local harness endpoint. This is deployment/test topology, not a CMIS adapter behavior gap.
Skipped OpenCMIS object/content cases are aligned with declared capability boundaries:
- Relationship, policy, and item creation are not advertised as creatable.
- Folder-name change-token subcases are skipped by the TCK.
Interpretation
The selected Browser Binding baseline is now stable enough to be considered a completed compatibility-preparation baseline for repository/type and object/content services. This is not full CMIS 1.1 certification and does not cover AtomPub, Web Services, versioning/PWC, full query, renditions, retention, or policy mutation depth.