#1280: DatabaseTester.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/DatabaseTester.kt Thread Safety Tester, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/DatabaseTester.kt 81 lines · 49 code · 22 comments · 10 blank
Service for testing thread safety and caching correctness. Starts 10 concurrent threads each performing 1000 iterations of user cache reads, comparing results against a JSON snapshot to detect inconsistencies. Used via the AdminPage for debugging UserGroupCache behavior under concurrent access.

Git History

868d6abb7 2025 -> 2026
5b042ab5f UserGroupCache: debug export of json prepared. DatabaseTester added.