fix(test): serialize auth file persistence tests #36

Merged
wandabastyle merged 1 commit from fix-auth-test-flake into main 2026-05-01 00:26:53 +02:00
wandabastyle commented 2026-05-01 00:22:28 +02:00 (Migrated from github.com)

Summary

  • add a test-only global mutex in auth tests
  • lock tests that read/write the persisted auth file path
  • prevent flaky failures caused by parallel file mutation

Verification

  • cargo test (run twice)
## Summary - add a test-only global mutex in `auth` tests - lock tests that read/write the persisted auth file path - prevent flaky failures caused by parallel file mutation ## Verification - `cargo test` (run twice)
Sign in to join this conversation.
No description provided.