28 Commits

Author SHA1 Message Date
Carlos Santos
c51ea8e18c test: update recording test for avoiding garbage recordings 2025-06-04 13:49:28 +02:00
Carlos Santos
5089df16a7 backend: implement access recording secrets management in storage service 2025-06-04 12:44:48 +02:00
Carlos Santos
895c96e141 test: Refactor race conditions tests 2025-06-04 11:33:57 +02:00
Carlos Santos
8aa1bbc64b Refactor storage service and interfaces for improved separation of concerns
- Updated StorageFactory to create basic storage providers and key builders.
- Simplified StorageProvider interface to focus on basic CRUD operations.
- Enhanced MeetStorageService to handle domain-specific logic while delegating storage operations.
- Implemented Redis caching for room data to improve performance.
- Added error handling and logging improvements throughout the service.
- Removed deprecated methods and streamlined object retrieval processes.
refactor: update storage service and interfaces to include user key handling and improve initialization logic

refactor: update beforeAll hooks in recording tests to clear rooms and recordings

refactor: optimize integration recordings test command

Revert "refactor: optimize integration recordings test command"

This reverts commit d517a44fa282b91613f8c55130916c2af5f07267.

refactor: enhance Redis cache storage operations

refactor: streamline test setup and teardown for security and recordings APIs
2025-06-04 11:14:04 +02:00
Carlos Santos
dd3a2939e4 test: add handling for recording rejection when start recording fails 2025-05-30 17:28:32 +02:00
Carlos Santos
ef45f4869c test: enhance recording tests by validating room metadata deletion and response status 2025-05-30 17:28:23 +02:00
Carlos Santos
fd4c035fc0 ci: refactor race conditions tests to improve timeout handling and system stability 2025-05-30 15:36:46 +02:00
Carlos Santos
f58e0fd111 test: refactor recording tests to improve clarity and consistency 2025-05-28 13:45:56 +02:00
juancarmore
6c9e1d9b50 tests: Add recording token functionality to recordings API tests 2025-05-11 21:00:48 +02:00
Carlos Santos
185d6e9def tests: Enhance race conditions tests for recording API with additional consistency checks 2025-05-07 13:00:48 +02:00
juancarmore
d42b9b0329 tests: Remove unnecessary parameter from setupMultiRecordingsTestContext calls in recording tests 2025-05-05 14:38:06 +02:00
juancarmore
5a66b2f623 tests: Fix broken tests by changing expected error responses and reorganize imports 2025-04-30 16:19:23 +02:00
Carlos Santos
963db44b55 backend: Optimize cleanup process in bulk delete recording tests by using Promise.all 2025-04-29 18:18:11 +02:00
Carlos Santos
cc7e86c006 backend: Add race conditions tests for recording API to ensure correct handling of concurrent operations 2025-04-29 18:13:51 +02:00
Carlos Santos
1a13d3d98b backend: Rename garbage collection methods for clarity and add tests for orphaned recording locks 2025-04-29 17:19:59 +02:00
Carlos Santos
b98d4d0cd9 tests: Renamed utils directory to helpers 2025-04-29 13:48:45 +02:00
Carlos Santos
3b79610558 backend: Add integration tests for recording media retrieval and validation, including range requests 2025-04-29 13:14:44 +02:00
Carlos Santos
4271d6abc5 test: Add integration tests for deleting recordings and validation checks 2025-04-28 11:55:51 +02:00
Carlos Santos
256236111e test: Add integration tests for stopping recordings with validation checks 2025-04-25 16:37:01 +02:00
Carlos Santos
1a128dd36c test: Add integration tests for recordings API with validation and pagination checks 2025-04-25 14:15:43 +02:00
Carlos Santos
68f809c690 test: Enhance recording API tests with additional validation and status checks 2025-04-25 13:51:43 +02:00
juancarmore
5a7185caa3 tests: Include recording access control in room preferences where needed and reorganize imports 2025-04-25 11:46:38 +02:00
Carlos Santos
b8ed0faf90 test: Enhance bulk delete recording tests and add validation for room metadata deletion 2025-04-25 10:36:56 +02:00
Carlos Santos
2c1657a58d test: Add integration tests for GET Recording API and validation 2025-04-24 14:05:06 +02:00
Carlos Santos
e0a74b4446 test: streamline test server initialization by removing unnecessary await and stopTestServer calls 2025-04-23 13:52:25 +02:00
Carlos Santos
80237c2d76 backend: Refactor bulk delete recording tests to utilize expectValidationError for improved clarity and consistency 2025-04-23 12:23:42 +02:00
Carlos Santos
f8a176b4fa backend: Add bulk delete recordings tests and enhance test utilities 2025-04-23 11:01:46 +02:00
Carlos Santos
dae12bcbe4 backend: Add integration tests for recording API and enhance assertion helpers 2025-04-21 16:22:29 +02:00