test(meeting-center): 新增 meeting-center 集成测试 - #6
Merged
guoxiaozhen0304 merged 1 commit intoSep 16, 2026
Merged
Conversation
issue #736 集成测试明细引用 services/meeting-center/ 但该目录从未创建(404)。 本 PR 创建该目录 + 10 个自动化用例: P0 smoke(6): ping / meeting_date / meeting_list / group_name / platform / roles P1 集成(2): meeting_list 含 platform 核心字段 / 日期列表∩会议列表 P2 错误(2): 无效 community 不 500 / 不存在 meeting id → 400/404 认证模型: OneID Cookie(AUTH_TOKEN 环境变量注入) 参考: services/meeting-platform/test_cases.py 结构
Welcome To opensourceways CommunityHey @TomNewChao , thanks for your contribution to the community. Bot Usage ManualI'm the Bot here serving you. You can find the instructions on how to interact with me at Here . That means you can comment below every pull request or issue to trigger Bot Commands. Contact GuideIf you have any questions, please contact the SIG: infratructure , |
CLA Signature PassTomNewChao, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
Linking Issue Notice@TomNewChao , the pull request must be linked to at least one issue. |
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.
背景
Issue #736 集成测试明细引用
services/meeting-center/,但该目录在integration-tests仓里从未创建(404)。workflow(
backlog/.ai-flow/services/meeting-server.yamlL90separate_deploy_subs: [meeting-center, ...]+ L102 "集成测试默认全开")自动引用了services/meeting-center/,但目录不存在 → 评论里的链接 404。改动
创建
services/meeting-center/目录 + 2 个文件:test_cases.py(10 个自动化用例)
GET /ping/GET /api/v1/meeting/meeting_date/?community=XGET /api/v1/meeting/meeting/?community=XGET /api/v1/meeting/group_name/?community=XGET /api/v1/meeting/platform/?community=XGET /api/v1/meeting/roles/?community=XTestStrategy.md
参考
services/meeting-platform/test_cases.py🤖 Generated with Claude Code