4 Commits
Author SHA1 Message Date
Aryan 5f7cc2f255 test(concurrency): improve deadlock detection in BankAccount transfer stress test 2026-06-05 22:08:16 +03:30
Aryan 74963fbf29 feat(tests): add redesigned concurrent banking test suite aligned with TransactionProcessor architecture
- Introduce BankAccount-focused concurrency tests based on Transaction → Processor → Account flow
- Add stress tests for high-contention deposits, withdrawals, and bidirectional transfers
- Validate atomicity and consistency across multi-threaded execution scenarios
- Include deadlock detection tests under heavy transfer contention
- Align all test cases with updated module structure and BankAccount concurrency contract
2026-06-05 21:53:35 +03:30
Arya_Kargar 73395fa188 test: add unit tests for multithreading scenarios 2026-06-04 21:00:09 +03:30
Aryan 1e7b98ffab test: add empty test classes for BankAccount concurrency and deadlock scenarios 2026-06-03 16:53:58 +03:30