refactor(cache): optimize test setup and reduce iterations #651

Merged
argoyle merged 1 commits from refactor-cache-optimize-test-setup into main 2025-12-05 08:08:45 +00:00
argoyle commented 2025-12-05 07:47:27 +00:00 (Migrated from gitlab.com)

Remove bcrypt hashing for API keys to speed up concurrent tests and
replace it with a legacy hashing function. Reduce the number of
concurrent readers and writers in the test to improve performance
while retaining essential functionality checks. Use a more efficient
method to fetch organizations within the concurrency test block.

Remove bcrypt hashing for API keys to speed up concurrent tests and replace it with a legacy hashing function. Reduce the number of concurrent readers and writers in the test to improve performance while retaining essential functionality checks. Use a more efficient method to fetch organizations within the concurrency test block.
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2025-12-05 07:54:10 +00:00
argoyle (Migrated from gitlab.com) merged commit fbe962a7b7 into main 2025-12-05 08:08:45 +00:00
argoyle commented 2025-12-05 08:08:48 +00:00 (Migrated from gitlab.com)

mentioned in commit fbe962a7b7

mentioned in commit fbe962a7b7700eec50f9fc73e62b89aed8f91526
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/schemas#651