* Resolves #643, test cases failed due to presence of global state in CallsCount. Because AppTest was executed before B2BServiceTest, it scheduled 1 sec timer using ThrottleTimerImpl class. While resetting it used that global CallCount class reset() method, which reset all counters. So that causes thread safety issue because of unintended sharing of application state between test cases, which is not a good practice. * Updated class diagram png and added UCLS file
This commit is contained in:
committed by
Ilkka Seppälä
parent
9e7a500743
commit
922fd62da6
Binary file not shown.
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 49 KiB |
Reference in New Issue
Block a user