Add a manual live-server smoke test suite
还没有人认领这个 Issue。
评估
- 难度
- 5/5
- 预计耗时
- 一周以上
- 新手友好度
- 30/100
- Issue 类型
- 功能
- 描述清晰度
- 需要澄清
- 活跃度
- 活跃
- 技术栈
- go
- 领域
- cli, testing-qa
调研方向
从 docs/confluence/ 以及现有的 golden 和 --json 测试覆盖开始,了解哪些实时 Confluence 行为尚未经过测试。围绕页面宽度、附件同步、可接受的附件名称和已发布表格的渲染,定义最小的手动调用测试套件。完成的标准是:明确规定调用方式、凭据和个人空间的处理、保护措施、清理、断言,以及将其排除在 go test ./... 和 CI 之外。
由索引模型根据 Issue 内容生成。
描述
Add a test suite a developer runs by hand against a real Confluence server —
credentials from the usual CONFLUENCE_* resolution, pages created in a personal
space — covering a small, critical set of behaviour.
Why
The current suite proves what markfluence emits: the converter's goldens pin the
storage format, and the --json schema guards the output contract. Neither can
prove what Confluence does with what we send, and docs/confluence/
is explicit that this is where confident wrong conclusions come from — body.storage
shows only what was stored, never what takes effect. Several behaviours were
established by experiment and are currently protected by nothing but those notes:
- page width living in two content properties, where writing one leaves the reader
and the editor disagreeing; - attachment sync's checksum/recorded-path logic (skip, update, repair a mangled
path) and the multipart charset requirement; - what attachment names Confluence accepts;
- whether a published table keeps its layout, alignment, and highlight colours.
A suite that runs against a live server would turn those from documented
observations into something re-checkable when Atlassian changes behaviour.
Deliberately undecided
Nothing about the design is settled yet — to be worked out when this is picked up:
- what it covers (which commands, which round trips, how minimal is minimal)
- how it is invoked and how it is kept out of
go test ./...and CI - how the target space and credentials are supplied
- what guardrails and cleanup it needs, given it writes real pages
- where the files live and what they assert against
Notes
Came up while fixing #18. Not urgent — parked for now.
- 主要语言
- Go
- 星标
- 2
- 派生
- 0
- 平均合并
- 2 小时 50 分钟
- 30 天内合并 PR
- 52
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
mozilla/markfluence 的其他 Issue
-
难度 4/5 3-5 天 新手友好度 55/100
mozilla/markfluence#186 ·
-
难度 5/5 一周以上 新手友好度 35/100
mozilla/markfluence#185 ·
-
难度 5/5 一周以上 新手友好度 35/100
mozilla/markfluence#184 ·
-
bug
难度 3/5 1-2 天 新手友好度 55/100
mozilla/markfluence#181 · 1 条评论 ·
-
bug
难度 5/5 一周以上 新手友好度 48/100
mozilla/markfluence#163 ·
查看 mozilla/markfluence 的全部 Issue
相似的 Issue
-
agentic-workflows
难度 2/5 1-3 小时 新手友好度 76/100
-
agentic-workflows
难度 2/5 1-3 小时 新手友好度 70/100
microsoft/agent-framework-go#1179 ·
-
bug
难度 2/5 1-3 小时 新手友好度 76/100
-
[Bug]: OLLAMA_KEEP_ALIVE="5m" / "24h" crashes Ollama embedding and vision models with ValueError 未关闭
难度 2/5 1-3 小时 新手友好度 75/100
infiniflow/ragflow#20223 · 1 个 reaction ·
-
bug needs triage pkg/translator/faro
难度 2/5 1-3 小时 新手友好度 88/100
open-telemetry/opentelemetry-collector-contrib#51484 · 1 条评论 ·