Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
8f1ac88
feat(test): add MinIO direct-query verifier for media consistency checks
ULookup Jul 13, 2026
a59a76d
feat(test): add UploadFile and UploadLargeFile media fixtures
ULookup Jul 13, 2026
cc07953
test(media): add FN-MD-01~03 CompleteUpload success/not-uploaded/idem…
ULookup Jul 13, 2026
154acf2
test(media): add FN-MD-04~10 multipart upload init/apply/complete/abort
ULookup Jul 13, 2026
24b9935
test(media): add FN-MD-11~13 dedup/quota-exceeded/quota-remaining
ULookup Jul 13, 2026
7e1800a
test(media): add FN-MD-14~16 download/other-user/fileinfo
ULookup Jul 13, 2026
b95ff6c
test(media): add FN-MD-17~18 speech recognition invalid/empty audio
ULookup Jul 13, 2026
b2fc362
test(presence): add FN-PR-01~03 multi-device/heartbeat/offline-on-dis…
ULookup Jul 13, 2026
f3c6c52
test(presence): add FN-PR-04/07/08 subscribe-notify/batch-mixed/unsub…
ULookup Jul 13, 2026
42b0694
test(security): add FN-SEC-03~05 SQL injection/XSS/path traversal
ULookup Jul 13, 2026
8d9ba78
test(consistency): add FN-DC-04~07 recall/delete-timeline/friend-rela…
ULookup Jul 13, 2026
f3fbbad
test(ws): add FN-WS-03~07 friend-accept/conv-create/presence/reconnec…
ULookup Jul 13, 2026
8ab9f15
test(concurrency): add FN-CC-02~05 different-msgid/friend-race/media-…
ULookup Jul 13, 2026
d70313b
test(scenario): add SC-05 media upload full flow with dedup and multi…
ULookup Jul 13, 2026
771f2fe
test(scenario): add SC-07 multi-device login kick
ULookup Jul 15, 2026
80e5ab9
test(scenario): add SC-08 large group fan-out read diffusion (200 mem…
ULookup Jul 15, 2026
fa42bac
test(scenario): add SC-09 unread count consistency cross-service
ULookup Jul 15, 2026
4740b7d
test(scenario): add SC-10 message recall visibility cross-device
ULookup Jul 15, 2026
9071ca5
test(scenario): add SC-11 token refresh flow after tampering
ULookup Jul 15, 2026
14b5d8e
test(scenario): add SC-12 message search ES consistency
ULookup Jul 15, 2026
571ba06
test(scenario): poll SC-12 message search
ULookup Jul 15, 2026
5108332
refactor(test): remove all C++ gtest directories (common/test, media/…
ULookup Jul 15, 2026
d2d2018
docs(test): design Go coverage for removed C++ tests
ULookup Jul 15, 2026
65e388c
docs(test): plan framework-integrated C++ coverage replacement
ULookup Jul 15, 2026
ded4861
test(trace): add Gateway and MQ trace black-box coverage
ULookup Jul 15, 2026
9e958b9
test(media): add avatar and object-key black-box coverage
ULookup Jul 15, 2026
a8d1b7a
test(media): cover asynchronous magic-sniff quarantine
ULookup Jul 15, 2026
a25d4a5
test: address final review findings
ULookup Jul 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/relationship)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/conversation)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/gateway)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/push)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/common/test)
# 4.
set(CMAKE_INSTALL_PREFIX ${CMAKE_CURRENT_BINARY_DIR})
set(CMAKE_INSTALL_PREFIX ${CMAKE_CURRENT_BINARY_DIR})
39 changes: 0 additions & 39 deletions common/test/CMakeLists.txt

This file was deleted.

83 changes: 0 additions & 83 deletions common/test/test_auth_context.cc

This file was deleted.

25 changes: 0 additions & 25 deletions common/test/test_avatar_url.cc

This file was deleted.

34 changes: 0 additions & 34 deletions common/test/test_content_hash.cc

This file was deleted.

67 changes: 0 additions & 67 deletions common/test/test_forward_auth.cc

This file was deleted.

Loading