test(nightly): cover exif / path / scene / basic / filename gap modules (2026-08-04) - #107
Draft
LC044 wants to merge 3 commits into
Draft
test(nightly): cover exif / path / scene / basic / filename gap modules (2026-08-04)#107LC044 wants to merge 3 commits into
LC044 wants to merge 3 commits into
Conversation
- test_exif_utils: 6 cases (get_gps_info + extract_metadata fallback chain) - test_path_utils: 11 cases (_normalize, compute_*, build_folder_*) - test_scene_crud: 7 cases (point_in_polygon + update_scene_photos guards) - test_basic_tasks: 5 cases (batch wrapper keeps going after failure, strategy category) - test_filename: +7 cases for unix ts and YYYY_MM_DD_HH-MM-SS patterns Nightly watch run 2026-08-04 Co-authored-by: Codex <noreply@openai.com>
- 新增覆盖: cluster CRUD, notification CRUD, metadata task, time-from-filename task, AI config manager Nightly watch run 2026-08-04 Co-authored-by: Codex <noreply@openai.com>
- 新增覆盖: agent CRUD (sessions + messages), flight_ticket CRUD (filter / duplicate / persist / update / delete) Nightly watch run 2026-08-04 (2nd pass) Co-authored-by: Codex <noreply@openai.com>
Owner
Author
Nightly Watch — 2026-08-04 (2nd pass)新增覆盖:
本地验证:
CI 验证:
Commit: b08b26b |
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.
摘要
夜间测试值守 (2026-08-04) 自动产出。本次重点是补齐
app/utils、app/utils/path、app/utils/exif、app/crud/scene、app/service/tasks/basic、app/utils/filename的单元测试。改动详情
get_gps_info与extract_metadata回退链_normalize、compute_*、build_folder_*等纯函数point_in_polygon+update_scene_photos守卫BasicTaskStrategy.task_categoryYYYY_MM_DD_HH-MM-SS模式合计 5 个模块 / 36 个新用例,全部单测在 0.6s 内通过。
测试结果
注意事项
package/server/tests/unit/, 需git add -f(因为package/server/.gitignore:246包含tests/*)🤖 Generated with Codex
Co-authored-by: Codex noreply@openai.com