Skip to content

Commit 47fa937

Browse files
add tests
1 parent 714404c commit 47fa937

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

services/web/server/tests/unit/with_dbs/02/test_projects_patch_project_and_notify_users_locking.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
"""
88
Tests for patch_project_and_notify_users function focusing on the Redis locking mechanism
99
and concurrent access patterns.
10-
11-
These tests verify that:
12-
1. Sequential operations work correctly
13-
2. Concurrent operations are properly serialized by Redis locks
14-
3. Version increments are consistent and atomic
15-
4. Different projects don't interfere with each other
16-
5. Mixed concurrent operations (patches + version checks) maintain consistency
17-
6. Error handling during concurrent access is robust
1810
"""
1911

2012
import asyncio

0 commit comments

Comments
 (0)