Skip to content

refactor(accounts): extract AccountRegistryLoader load-orchestration collaborator (Wave 3 / 3a-4) - #1367

Merged
mauricecarrier7 merged 1 commit into
developfrom
feat/pp-decomp-3a4-registry-loader
Jul 31, 2026
Merged

refactor(accounts): extract AccountRegistryLoader load-orchestration collaborator (Wave 3 / 3a-4)#1367
mauricecarrier7 merged 1 commit into
developfrom
feat/pp-decomp-3a4-registry-loader

Conversation

@mauricecarrier7

Copy link
Copy Markdown
Contributor

What & why

Fourth and largest of the 3a PalaceAccounts collaborator splits. The catalog LOAD orchestration — the loadCatalogs stale-while-revalidate pipeline, the first-page/paginate network crawl + direct-GET fallbacks, CP-D1 preload + slim-snapshot hydrate/carve/write, the owned background-crawl task registry + its test-boundary drain choreography, and the loading-completion handler dedupe — moves out of AccountsManager into an injected AccountRegistryLoader. It orchestrates the already-extracted registryCache (3a-1) / registryStore (3a-2) / authDocLoader (3a-3). Behaviour-identical. Follows #1360/#1361/#1363/#1366 (all merged).

The number

AccountsManager 1910 → 955 LOC (−955). New AccountRegistryLoader.swift (873 LOC). Across the four extractions this session the hub is 2383 → 955 (−60%).

Design (architect-validated, single-module /rigorous-fix)

  • final class, not an actorloadCatalogs/cancelAndDrainBackgroundWork are called synchronously; the drain depends on a synchronous registryStore barrier read. Same rationale as the prior three collaborators.
  • Zero external edits — the hub keeps thin facades (loadCatalogs, loadAccountSetsAndAuthDoc, preloadAccountsFromDiskCacheSync, a settable snapshotResourceResolver forwarding property, all the drain/join _*ForTesting seams) + static shims (carveSlimFeed, buildAccountIndex), so AppContainer / CatalogCrawlScheduler / PalaceTestSetup / every existing test are byte-identical. git status = 6 files only. That zero-edit surface is the single-module proof.
  • Drain-flag set-point (the anti-pollution seam): the hub cancelBackgroundWork() / cancelAndDrainBackgroundWork(timeout:) facades set _explicitCancelCalled = true first, then delegate; the loader's cancel/drain bodies do not set the flag. _explicitCancelCalled + the live-instance registry stay on the hub, preserving the byte-identical 3a-3 AuthDocumentLoader.isTornDown binding. A verbatim relocation here would have reintroduced the exact test-pollution regression this wave exists to prevent (caught at contract review).
  • 9 injected [weak self] provider closures incl. currentLibraryAccountProvider for the COPPA age-check. lazy var (closures capture self — the authDocLoader precedent).

Verification

Gate Result
God-class LOC freeze re-baselined DOWN 1910 → 955
Palace-noDRM build (production compile) BUILD SUCCEEDED
Locator / shared-read 304→302 / 213
Zero external edits (AppContainer/CrawlScheduler/PalaceTestSetup/tests) confirmed (6-file diff)
DRM PalaceTests + the FULL pollution-sensitive suite (Cancellation/FirstRunDecode/CacheRead/LaunchSnapshot/StateMachineWiring) + mutation gate run in CI — worktree can't build the Adobe host. CI must be green before merge.

Review rigor

/rigorous-fix: fix-contract → architect pre-review BLOCKED (missing preload/snapshotResolver facades = ~21 broken sites; the drain-flag verbatim-relocation trap; a missing COPPA-age-check closure) → corrected → APPROVED → implement → 3× SoD (architect, qa_test, blast_radius). Session-spawned agent reviewers (the [Self-Approval] flag is the known false-positive), not an independent human review.

Flagged for review

currentUserAccountProvider's unreachable [weak self]==nil fallback uses TPPUserAccount.sharedAccount() (the checklist discourages sharedAccount() in new code). It is never hit at runtime — the hub-owned loader is always alive when it calls the provider — and no non-hub TPPUserAccount exists (a strong capture would retain-cycle). Surfaced for the reviewers to rule on.

Not in this PR

The last two 3a collaborators: AccountCredentialResolver, CurrentAccountStore. Account._setState write-side injection.

🤖 Generated with Claude Code

@github-actions

github-actions Bot commented Jul 31, 2026

Copy link
Copy Markdown

🏗️ CodeAtlas Ledger Analysis

✅ All Checks Passed


♿ Accessibility (via AccessLint)

💡 Static analysis against WCAG 2.1 AA guidelines for iOS accessibility.

No accessibility issues detected


🏛️ Architecture Analysis

Metric Value ℹ️ What This Means
Components 46 Distinct modules/layers detected in your codebase
Dependency Cycles 11 Circular dependencies (A→B→C→A). Goal: 0
Layer Violations 2 Dependencies that break architectural boundaries
Hotspots 14 Files with high complexity + frequent changes
Avg Coupling 4.96 How interconnected modules are (lower is better, <1.0 is good)

ℹ️ This diff changed 0 architecture-relevant files — the numbers above are the repo baseline, unchanged by this PR.

⚠️ 2 layer violation(s) — see Architecture Findings below for the offending dependency edge(s).

🔄 Dependency Cycles

See full report for cycle details.

📋 Architecture Findings

See full report for detailed findings.


🔍 Reachability Analysis

💡 Detects code that cannot be reached from entry points (dead code).

ℹ️ No architecture-relevant files in this diff — reachability not evaluated.


📊 0 files analyzed | 📦 Download Full Report

Powered by CodeAtlas Ledger
• Accessibility: AccessLint

@github-actions

github-actions Bot commented Jul 31, 2026

Copy link
Copy Markdown

🧪 Unit Test Results

📊 View Full Interactive Report

❌ 3 TESTS FAILED

8207 tests | 8063 passed | 3 failed | 139 skipped | ⏱️ 12m 12s | 📊 98.2% | 📈 45.1% coverage

All 947 classes — 3 with failures (full matrix)
Class Tests Passed Failed Skipped Duration
✅ AccessLintComplianceTests 11 11 0 0 63ms
✅ AccessibilityAnnouncementCenterTests 20 20 0 0 1.73s
✅ AccessibilityLabelTests 9 9 0 0 253ms
✅ AccessibilityPreferencesTests 26 26 0 0 571ms
✅ AccessibilityServiceTests 11 11 0 0 98ms
✅ AccountAuthDocCarryoverTests 5 5 0 0 303ms
✅ AccountAuthSurfaceHostsTests 7 7 0 0 85ms
✅ AccountAwareNetworkTests 10 10 0 0 398ms
✅ AccountDetailCredentialStateTests 7 0 0 7 209ms
✅ AccountDetailPINVisibilityTests 25 0 0 25 649ms
✅ AccountDetailSignOutConfirmationTests 2 0 0 2 22ms
✅ AccountDetailViewModelGapTests 1 1 0 0 482ms
✅ AccountDetailViewModelLeakTests 1 1 0 0 38ms
✅ AccountDetailViewModelSignedInDerivationTests 5 0 0 5 227ms
✅ AccountDetailViewModelTests 19 0 0 19 164ms
✅ AccountDetailsAuthenticationIsBrowserBasedTests 10 10 0 0 71ms
✅ AccountDetailsNeedsAuthAggregateTests 10 10 0 0 80ms
✅ AccountDetailsURLTests 17 17 0 0 207ms
✅ AccountErrorReportingTests 1 1 0 0 3ms
✅ AccountModelGapTests 9 9 0 0 570ms
✅ AccountModelTests 20 20 0 0 155ms
✅ AccountNetworkingSeamTests 2 2 0 0 58ms
✅ AccountProfileDocumentTests 3 3 0 0 15ms
✅ AccountRegistryCacheSeamTests 3 3 0 0 45ms
✅ AccountRegistryLoaderSeamTests 6 6 0 0 142ms
✅ AccountRegistryStoreSeamTests 6 6 0 0 168ms
✅ AccountScopeAdapterTests 4 4 0 0 102ms
✅ AccountStateMachineTests 13 13 0 0 585ms
✅ AccountSwitchBorrowReauthCouplingContractTests 4 4 0 0 165ms
✅ AccountSwitchCleanupTests 8 8 0 0 128ms
✅ AccountSwitchIntegrationTests 8 8 0 0 305ms
✅ AccountSwitchLifecycleTests 9 0 0 9 225ms
✅ AccountsManagerAccountIndexTests 7 7 0 0 423ms
✅ AccountsManagerAuthDocContractTests 1 1 0 0 100ms
✅ AccountsManagerCacheReadTests 4 4 0 0 355ms
✅ AccountsManagerCacheTests 16 16 0 0 232ms
✅ AccountsManagerCancellationTests 5 5 0 0 961ms
✅ AccountsManagerCatalogLoadJoinTests 3 3 0 0 1.05s
✅ AccountsManagerCurrentAccountSwitchContractTests 5 5 0 0 284ms
✅ AccountsManagerFirstRunDecodeTests 3 3 0 0 398ms
✅ AccountsManagerGapTests 3 3 0 0 4ms
✅ AccountsManagerHelpersTests 12 12 0 0 27ms
✅ AccountsManagerIsolationLintTests 4 4 0 0 1.19s
✅ AccountsManagerLaunchSnapshotTests 13 13 0 0 2.36s
❌ AccountsManagerStateMachineWiringTests 19 18 1 0 8.30s
✅ AccountsManagerTests 51 48 0 3 3.51s
✅ ActiveSessionsViewModelTests 12 12 0 0 264ms
✅ AdobeActivationTests 6 6 0 0 22ms
✅ AdobeCertificateGapTests 7 7 0 0 115ms
✅ AdobeDRMCharacterizationTests 21 21 0 0 205ms
✅ AdobeDRMErrorGapTests 3 3 0 0 14ms
✅ AdobeDRMHandlerTests 12 12 0 0 255ms
✅ AdobeDRMServiceGapTests 2 2 0 0 4ms
✅ AlertModelCoverageTests 6 6 0 0 25ms
✅ AlertModelRetryTests 7 7 0 0 33ms
✅ AlertModelTests 2 2 0 0 3ms
✅ AlertPresentationRawGuardLintTests 6 6 0 0 91ms
✅ AlertUtilsTests 20 20 0 0 542ms
✅ AnnotationContractTests 3 3 0 0 8ms
✅ AnnotationDeviceIDTests 2 2 0 0 4ms
✅ AnnotationPostResponseContractTests 1 1 0 0 5ms
✅ AnnouncementChainTests 5 5 0 0 264ms
✅ AnnouncementTests 3 3 0 0 32ms
✅ AnonymousBorrowBaselineFixtureTests 13 13 0 0 89ms
✅ AnonymousBorrowCandidateFixtureTests 6 6 0 0 538ms
✅ AnonymousBorrowDeltaTests 2 2 0 0 17ms
✅ AppContainerAudiobookFactoryTests 3 3 0 0 8ms
✅ AppContainerAuthCoordinatorRegistrationTests 3 3 0 0 65ms
✅ AppContainerImageLoaderInjectionTests 4 4 0 0 100ms
✅ AppContainerIsolationLintTests 7 7 0 0 1.82s
✅ AppContainerResetTests 5 5 0 0 684ms
✅ AppContainerTests 5 5 0 0 31ms
✅ AppContainerWithSignInModalSheetPresenterTests 2 2 0 0 4ms
✅ AppHealthViewModelTests 8 8 0 0 104ms
✅ AppLaunchTrackerExtendedTests 16 16 0 0 365ms
✅ AppLaunchTrackerTests 10 10 0 0 230ms
✅ AppLaunchTrackerWiringTests 2 2 0 0 61ms
✅ AppRatingServiceOverrideTests 3 3 0 0 24ms
✅ AppRatingServiceTests 9 9 0 0 169ms
✅ AppRouteTests 5 5 0 0 29ms
✅ AppTabHostMiniPlayerIntegrationTests 6 6 0 0 570ms
✅ AppTabHostViewBadgeCountTests 10 10 0 0 89ms
✅ AppTabRouterCoverageTests 4 4 0 0 47ms
✅ AppTabRouterGapTests 3 3 0 0 50ms
✅ ArrayExtensionsTests 6 6 0 0 66ms
✅ AudioBookmarkGapTests 6 6 0 0 32ms
✅ AudioEngineWrapperTests 8 8 0 0 249ms
✅ AudioInterruptionLogicTests 6 6 0 0 13ms
✅ AudioSessionActivatorTests 8 8 0 0 146ms
✅ AudiobookAccessibilityTests 7 7 0 0 13ms
✅ AudiobookBackgroundAudioTests 2 2 0 0 58ms
✅ AudiobookBearerTokenRecoveryTests 21 21 0 0 1.45s
✅ AudiobookBookmarkBusinessLogicConcurrencyTests 3 3 0 0 121ms
✅ AudiobookBookmarkBusinessLogicPositionWriteTests 8 8 0 0 370ms
✅ AudiobookBookmarkBusinessLogicTests 21 21 0 0 4.23s
✅ AudiobookChapterTOCNormalizationTests 6 6 0 0 76ms
✅ AudiobookColdLoadRecoveryTests 4 4 0 0 8ms
✅ AudiobookContentGateTests 11 11 0 0 2.24s
✅ AudiobookCrossVendorSmokeTests 4 4 0 0 51ms
✅ AudiobookDataManagerEmptyQueueTests 1 1 0 0 4ms
✅ AudiobookDataManagerErrorHandlingTests 5 5 0 0 668ms
✅ AudiobookDataManagerModelsTests 20 20 0 0 141ms
✅ AudiobookDataManagerNetworkSyncTests 5 5 0 0 121ms
✅ AudiobookDataManagerSaveTests 4 4 0 0 81ms
✅ AudiobookDataManagerStoreRecoveryTests 5 5 0 0 126ms
✅ AudiobookFileLoggerTests 15 15 0 0 323ms
✅ AudiobookFirstOpenHangTests 14 14 0 0 1.39s
✅ AudiobookLoadFailureSAMLReauthTests 10 10 0 0 426ms
✅ AudiobookLoaderDispatchTests 7 7 0 0 99ms
✅ AudiobookLoaderFinalizeBuildTests 11 11 0 0 385ms
✅ AudiobookLoaderOPDSShapeMatrixTests 8 0 0 8 152ms
✅ AudiobookLoaderPredicateTests 11 11 0 0 123ms
✅ AudiobookLoaderTests 2 2 0 0 80ms
✅ AudiobookMorphingPlayerViewTests 20 20 0 0 100ms
✅ AudiobookNetworkValidationTests 3 3 0 0 4ms
✅ AudiobookOpenStateRaceTests 3 3 0 0 229ms
✅ AudiobookPhoneAlertContentTests 3 3 0 0 11ms
✅ AudiobookPlaybackStateTests 3 3 0 0 58ms
✅ AudiobookPlaybackTests 26 26 0 0 217ms
✅ AudiobookPlaytimesLifecycleTests 6 6 0 0 440ms
✅ AudiobookPositionAdapterContractTests 3 3 0 0 189ms
✅ AudiobookPositionPolicyValidatorTests 14 14 0 0 42ms
✅ AudiobookPositionRestoreTests 20 20 0 0 2.14s
✅ AudiobookReadinessPlaybackContractTests 2 2 0 0 1.71s
✅ AudiobookSAMLReauthTests 6 6 0 0 156ms
✅ AudiobookSessionErrorDescriptionTests 4 4 0 0 109ms
✅ AudiobookSessionErrorExtTests 4 4 0 0 16ms
✅ AudiobookSessionErrorTests 3 3 0 0 7ms
✅ AudiobookSessionManagerErrorMappingTests 6 6 0 0 25ms
✅ AudiobookSessionManagerFlagGatePresentationTests 4 4 0 0 355ms
✅ AudiobookSessionManagerPresenterMigrationTests 10 10 0 0 308ms
✅ AudiobookSessionManagerShutdownTests 12 12 0 0 473ms
✅ AudiobookSessionPresenterLifecycleContractTests 3 3 0 0 102ms
✅ AudiobookSessionPresenterTests 31 31 0 0 299ms
✅ AudiobookSessionStateTests 6 6 0 0 175ms
✅ AudiobookSessionStateTransitionTests 22 22 0 0 501ms
✅ AudiobookSkipIntervalSettingsTests 7 7 0 0 72ms
✅ AudiobookSleepTimerIntegrationTests 5 5 0 0 181ms
✅ AudiobookStorageLocationTests 3 3 0 0 33ms
✅ AudiobookTOCTests 18 18 0 0 166ms
✅ AudiobookTimeEntryTests 6 6 0 0 21ms
✅ AudiobookTimeTrackerEdgeTests 8 8 0 0 204ms
✅ AudiobookTimeTrackerLifecycleTests 5 5 0 0 1.13s
✅ AudiobookTimeTrackerTests 9 9 0 0 245ms
✅ AudiobookTrackCompletionTests 2 2 0 0 12ms
✅ AudiobookTypeRoutingTests 5 5 0 0 29ms
✅ AudiobookVendorAdapterTests 5 5 0 0 56ms
✅ AudiobookVendorRecoveryContractTests 1 1 0 0 53ms
✅ AudiobookmarkTests 4 4 0 0 22ms
✅ AuthCoordinatorTelemetryTests 5 5 0 0 38ms
✅ AuthDecisionEventEmissionTests 7 7 0 0 30ms
✅ AuthDocumentContractTests 2 2 0 0 4ms
✅ AuthDocumentLoaderSeamTests 6 6 0 0 110ms
✅ AuthDocumentVariantsContractTests 5 5 0 0 41ms
✅ AuthErrorCategoryTests 12 12 0 0 66ms
✅ AuthErrorProblemDocSeamTests 6 6 0 0 33ms
✅ AuthFlowSecurityTests 3 0 0 3 44ms
✅ AuthReducerTests 21 21 0 0 183ms
✅ AuthTypeTests 7 7 0 0 105ms
✅ AuthenticationTests 16 16 0 0 102ms
✅ BackgroundDownloadHandlerTests 28 28 0 0 395ms
✅ BackgroundListenerTests 2 2 0 0 19ms
✅ BackgroundReconciliationContractTests 8 8 0 0 398ms
✅ BackgroundSessionRoutingTests 6 6 0 0 9ms
✅ BackupExclusionMigrationTests 3 3 0 0 12ms
✅ BadgeDefinitionTests 33 33 0 0 386ms
✅ BadgeServiceTests 16 16 0 0 199ms
✅ BadgeUnlockPhaseTests 4 4 0 0 8ms
✅ BadgesViewModelTests 14 14 0 0 279ms
✅ BasicAuthEmptyCredentialTests 4 4 0 0 8ms
✅ BearerTokenAdapterTests 5 4 0 1 97ms
✅ BearerTokenFulfillFlowTests 4 4 0 0 22ms
✅ BearerTokenRefreshTests 4 4 0 0 202ms
✅ BearerTokenResponseDetectionTests 7 7 0 0 56ms
✅ BeginningPositionPolicyTests 8 8 0 0 41ms
✅ BookAvailabilityFormatterTests 18 18 0 0 74ms
✅ BookButtonMapperHoldReadyTests 10 10 0 0 715ms
✅ BookButtonMapperTests 21 21 0 0 126ms
✅ BookButtonMapperViewModelTests 18 18 0 0 677ms
✅ BookButtonStateTests 8 8 0 0 62ms
✅ BookButtonTypeMetaTests 4 4 0 0 31ms
✅ BookButtonTypeTests 13 13 0 0 374ms
✅ BookCellModelActionTests 18 18 0 0 836ms
✅ BookCellModelCacheInvalidationTests 9 9 0 0 1.11s
✅ BookCellModelCachePrefetchSafetyTests 9 9 0 0 146ms
✅ BookCellModelCacheTests 22 22 0 0 519ms
✅ BookCellModelComputedPropertyTests 19 19 0 0 175ms
✅ BookCellModelOfflineTests 9 9 0 0 203ms
✅ BookCellModelRegistryBindingTests 4 4 0 0 149ms
✅ BookCellModelStateTests 16 16 0 0 370ms
✅ BookCellModelStreamingHTMLTests 2 2 0 0 117ms
✅ BookCellStateComprehensiveTests 14 14 0 0 612ms
✅ BookContentResetServiceTests 2 2 0 0 11ms
✅ BookDetailMetadataHydrationTests 6 6 0 0 80ms
✅ BookDetailMetadataMergeContractTests 5 5 0 0 77ms
✅ BookDetailOpenRoutingTests 3 3 0 0 148ms
✅ BookDetailViewModelAudiobookDismissTests 1 1 0 0 13ms
✅ BookDetailViewModelTests 91 91 0 0 22.05s
✅ BookFileManagerAccountScopingTests 5 5 0 0 114ms
✅ BookFileManagerSideloadResolutionTests 4 4 0 0 126ms
✅ BookFileManagerTests 8 8 0 0 104ms
✅ BookListViewAccessibilityTests 9 9 0 0 66ms
✅ BookPreviewTests 4 4 0 0 20ms
✅ BookRegistryStoreTests 26 26 0 0 551ms
✅ BookRegistrySyncReadinessTests 4 3 0 1 491ms
✅ BookRegistrySyncReentrancyTests 6 6 0 0 239ms
✅ BookRegistrySyncSideloadExemptionTests 2 0 0 2 138ms
✅ BookRegistrySyncTests 36 31 0 5 1.25s
✅ BookReturnCleverReauthTests 1 1 0 0 822ms
✅ BookReturnServiceAuthCoordinatorTests 3 3 0 0 133ms
✅ BookReturnServiceContractTests 9 9 0 0 411ms
✅ BookReturnServiceTests 18 18 0 0 1.86s
✅ BookServiceAudiobookOpenTests 2 2 0 0 81ms
✅ BookSignInRedirectHandlerTests 8 8 0 0 179ms
✅ BookStateIntegrationTests 8 8 0 0 52ms
✅ BookmarkBusinessLogicExtendedTests 6 6 0 0 222ms
✅ BookmarkDeletionLogTests 3 3 0 0 414ms
✅ BookmarkDeviceIdMatchingTests 3 3 0 0 194ms
✅ BookmarkExistenceTests 4 4 0 0 298ms
✅ BookmarkManagerTests 24 24 0 0 326ms
✅ BookmarkSortingTests 1 1 0 0 42ms
✅ BookmarkSyncTests 3 3 0 0 108ms
✅ BorrowAndDownloadIntegrationTests 7 7 0 0 574ms
✅ BorrowErrorMessageTests 13 13 0 0 554ms
✅ BorrowErrorPresenterTests 6 6 0 0 63ms
✅ BorrowOperationAuthCoordinatorTests 6 6 0 0 218ms
✅ BorrowOperationCleverReauthTests 2 2 0 0 91ms
✅ BorrowOperationContractTests 8 8 0 0 697ms
✅ BorrowOperationStreamingHTMLTests 3 3 0 0 25ms
✅ BorrowOperationTests 13 13 0 0 1.01s
✅ BorrowOperationTimeoutTests 3 3 0 0 122ms
✅ BorrowReauthResettingTests 4 4 0 0 484ms
✅ BorrowReducerContractTests 2 2 0 0 11ms
✅ BorrowReducerCoreContractTests 12 12 0 0 107ms
✅ BorrowReducerTests 21 21 0 0 162ms
✅ BundledRegistrySnapshotTests 5 5 0 0 184ms
✅ ButtonStateMonotonicClampTests 10 10 0 0 1.67s
✅ ButtonStateTests 16 16 0 0 93ms
✅ ButtonStyleTypeTests 2 2 0 0 182ms
✅ C64ConversionTests 6 6 0 0 27ms
✅ CarPlayAudiobookBridgePresenterMigrationTests 2 2 0 0 45ms
✅ CarPlayAuthHelperReadinessTests 3 3 0 0 188ms
✅ CarPlayChapterListTests 3 3 0 0 17ms
✅ CarPlayIntegrationTests 2 2 0 0 13ms
✅ CarPlayLibraryRefreshTests 3 3 0 0 249ms
✅ CarPlayNowPlayingTemplateTests 4 4 0 0 1.09s
✅ CarPlayOpenAppAlertTests 6 6 0 0 2m 30s
✅ CarPlayPlaybackErrorTests 8 8 0 0 60ms
✅ CarPlayTests 12 12 0 0 158ms
✅ CarPlayTimeTrackingTests 3 3 0 0 134ms
✅ CatalogAPIDedupeTests 3 3 0 0 433ms
✅ CatalogAPIEntryPointTests 1 1 0 0 8ms
✅ CatalogAccessibilityTests 8 8 0 0 24ms
✅ CatalogCacheKeyAndIsolationTests 12 12 0 0 273ms
✅ CatalogCacheMetadataExactBoundaryTests 4 4 0 0 13ms
✅ CatalogCacheMetadataTests 21 21 0 0 126ms
✅ CatalogCrawlSchedulerTests 9 9 0 0 82ms
✅ CatalogFeedModelTests 4 4 0 0 80ms
✅ CatalogFilterGroupModelTests 17 17 0 0 52ms
✅ CatalogFilterModelTests 17 17 0 0 111ms
✅ CatalogFilterServiceTests 29 29 0 0 572ms
✅ CatalogFilterTests 1 1 0 0 1ms
✅ CatalogLaneAssemblyTests 7 7 0 0 56ms
✅ CatalogLaneModelStructTests 20 20 0 0 179ms
✅ CatalogLaneModelTests 3 3 0 0 88ms
✅ CatalogLaneMoreFilterStateTests 8 8 0 0 77ms
✅ CatalogLaneMoreViewModelTests 43 43 0 0 291ms
✅ CatalogLaneRowViewAccessibilityTests 11 11 0 0 72ms
✅ CatalogLaneSortingTests 5 5 0 0 238ms
✅ CatalogLoadIntegrationTests 6 6 0 0 25ms
✅ CatalogOPDS2NegotiationTests 12 12 0 0 239ms
✅ CatalogPreloaderTests 6 6 0 0 38ms
✅ CatalogProblemDocumentTests 6 6 0 0 55ms
✅ CatalogRepositoryCoreTests 9 9 0 0 141ms
✅ CatalogRepositoryStaleWhileRevalidateTests 12 12 0 0 236ms
✅ CatalogRepositoryTests 19 19 0 0 291ms
✅ CatalogSearchViewModelRegistryUpdateTests 5 5 0 0 103ms
✅ CatalogSearchViewModelTests 67 67 0 0 5.50s
✅ CatalogSelectorsTests 2 2 0 0 456ms
✅ CatalogSortServiceTests 14 14 0 0 286ms
✅ CatalogStateTests 7 7 0 0 147ms
✅ CatalogViewContinueRowsIntegrationTests 3 3 0 0 194ms
✅ CatalogViewLibraryIconTests 2 2 0 0 12ms
✅ CatalogViewModelStateMachineTests 19 19 0 0 548ms
✅ ChaosFaultInjectionTests 5 5 0 0 118ms
✅ ChapterChangeDetectorTests 5 5 0 0 9ms
✅ ChapterTOCNormalizerTests 7 7 0 0 42ms
✅ CirculationAnalyticsTests 4 4 0 0 1.30s
✅ ColdStartResumeIntegrationTests 10 10 0 0 1.07s
✅ ColorExtensionTests 5 5 0 0 107ms
✅ ConcurrentBookStateTests 3 3 0 0 41ms
✅ ConcurrentDownloadStateTests 3 3 0 0 15ms
✅ ConcurrentTokenRefreshTests 2 2 0 0 23ms
✅ ContinueRowSectionTests 6 6 0 0 29ms
✅ ContinuousPlaybackTrackingTests 3 3 0 0 1.37s
✅ CookiePersistenceTests 10 10 0 0 647ms
✅ CrawlStateTests 16 16 0 0 136ms
✅ CrawlableFeedAnalysisTests 17 17 0 0 223ms
✅ CrawlerFallbackTests 12 12 0 0 111ms
✅ CredentialEdgeCaseTests 6 6 0 0 32ms
✅ CredentialPrivacyTests 4 4 0 0 33ms
✅ CredentialPromptCoordinatorTests 4 4 0 0 24ms
✅ CredentialSnapshotInvalidationTests 5 0 0 5 230ms
✅ CredentialStoreCharacterizationTests 7 7 0 0 256ms
✅ CrossDeviceBookmarkSyncTests 12 12 0 0 30ms
✅ CrossDeviceSyncE2ETests 8 8 0 0 1.41s
✅ CrossDomain401Tests 8 8 0 0 40ms
✅ CrossFormatMappingTests 14 14 0 0 325ms
✅ DPLAErrorTests 3 3 0 0 15ms
✅ DRMAdversarialTests 4 1 0 3 59ms
✅ DRMFulfilledPublicationTests 6 6 0 0 21ms
✅ DataBase64Tests 3 3 0 0 11ms
✅ DataReceptionComparisonTests 2 2 0 0 271ms
✅ DateExtensionTests 9 9 0 0 103ms
✅ DateFormattingTests 4 4 0 0 8ms
✅ Date_NYPLAdditionsTests 7 7 0 0 419ms
✅ DebugSettingsForceSkeletonsTests 4 4 0 0 71ms
✅ DebugSettingsGapTests 4 4 0 0 13ms
✅ DebugSettingsTests 31 31 0 0 375ms
✅ DefaultCatalogAPITests 31 31 0 0 432ms
✅ DefaultRecentlyReadingServiceTests 13 13 0 0 104ms
✅ DeriveInitialStateTests 4 4 0 0 40ms
✅ DeveloperSettingsEngineeringTierTests 4 4 0 0 8ms
✅ DeveloperSettingsViewModelOverrideTests 3 0 0 3 18ms
✅ DeviceLogCollectorGapTests 2 2 0 0 83ms
✅ DeviceLogCollectorTests 13 13 0 0 1.20s
✅ DeviceOrientationTests 7 7 0 0 40ms
✅ DeviceSpecificErrorMonitorTests 11 11 0 0 89ms
✅ DictionaryExtensionsTests 5 5 0 0 123ms
✅ DiskBudgetManagerTests 7 7 0 0 105ms
✅ DiskBudgetTests 2 2 0 0 7ms
✅ DownloadAccountContextAdapterTests 11 11 0 0 274ms
✅ DownloadAlertPresenterTests 8 8 0 0 139ms
✅ DownloadAnnouncementServiceTests 12 12 0 0 67ms
✅ DownloadAuthRetryHandlerAuthCoordinatorTests 6 6 0 0 2.61s
✅ DownloadAuthRetryHandlerTaskLifecycleTests 4 4 0 0 378ms
✅ DownloadAuthRetryHandlerTests 17 17 0 0 2.23s
✅ DownloadCancellationHandlerTests 5 5 0 0 67ms
✅ DownloadCompleteMomentTests 6 6 0 0 36ms
✅ DownloadCompletionParserTests 9 9 0 0 218ms
✅ DownloadCoordinatorIntegrationTests 10 10 0 0 209ms
✅ DownloadCoordinatorTests 11 11 0 0 137ms
✅ DownloadDiskSpaceTests 2 2 0 0 12ms
✅ DownloadErrorInfoTests 3 3 0 0 938ms
✅ DownloadErrorRecoveryPolicyTests 11 11 0 0 124ms
✅ DownloadErrorRecoveryTests 3 3 0 0 20ms
✅ DownloadFreeSpaceExhaustionTests 11 11 0 0 92ms
✅ DownloadInfoTests 5 5 0 0 13ms
✅ DownloadIntegrityTests 10 10 0 0 980ms
✅ DownloadOnlyOnWiFiTests 10 10 0 0 94ms
✅ DownloadPersistenceStoreTests 5 5 0 0 43ms
✅ DownloadProgressPublisherCoreTests 19 19 0 0 1.38s
✅ DownloadProgressPublisherTests 2 2 0 0 45ms
✅ DownloadQueueIntegrationTests 3 3 0 0 62ms
✅ DownloadQueueOrchestratorTests 9 9 0 0 115ms
✅ DownloadRMSDKHandoffTests 1 1 0 0 3ms
✅ DownloadReconciliationLaunchOrderContractTests 2 2 0 0 28ms
✅ DownloadReconciliationTests 17 17 0 0 84ms
✅ DownloadRedirectTests 7 7 0 0 34ms
✅ DownloadResumeAfterKillTests 7 7 0 0 207ms
✅ DownloadSlotManagementTests 5 5 0 0 27ms
✅ DownloadStartCoordinatorContractTests 5 5 0 0 97ms
✅ DownloadStartCoordinatorTests 9 9 0 0 196ms
✅ DownloadStartDispatcherContractTests 12 12 0 0 197ms
✅ DownloadStartDispatcherTests 26 26 0 0 240ms
✅ DownloadStartReducerContractTests 24 24 0 0 379ms
✅ DownloadStateMachineIntegrationTests 15 15 0 0 137ms
✅ DownloadStateMachineTests 5 5 0 0 54ms
✅ DownloadStateManagerTests 16 16 0 0 177ms
✅ DownloadTaskLifecycleServiceTests 9 9 0 0 82ms
✅ DownloadTaskPersistenceTests 14 14 0 0 168ms
✅ DownloadThrottlingContractTests 2 2 0 0 77ms
✅ DownloadThrottlingServiceTests 10 10 0 0 123ms
✅ DownloadTransferRetryTests 6 6 0 0 2.09s
✅ DownloadWatchdogTests 3 3 0 0 14ms
✅ EPUBKeyCommandsPP4289Tests 4 4 0 0 38ms
✅ EPUBModuleTests 4 4 0 0 14ms
✅ EPUBPositionTests 10 10 0 0 164ms
✅ EPUBSearchViewModelTests 18 18 0 0 413ms
✅ EPUBToolbarToggleTests 11 11 0 0 69ms
✅ EffectBoundaryTests 6 6 0 0 79ms
✅ EmailAddressTests 16 16 0 0 143ms
✅ EpubSampleFactoryTests 5 5 0 0 50ms
✅ ErrorActivityTrackerTests 12 12 0 0 626ms
✅ ErrorDetailTests 14 14 0 0 178ms
✅ ErrorDetailViewControllerGapTests 3 3 0 0 86ms
✅ ErrorDetailViewControllerTests 14 14 0 0 185ms
✅ ErrorLogExporterTests 5 5 0 0 57ms
✅ ExecutorNetworkHermeticityTests 1 1 0 0 28ms
✅ ExpiredLoanStringsTests 5 5 0 0 21ms
✅ FacetEnumTests 3 3 0 0 17ms
✅ FacetToolbarAccessibilityTests 5 5 0 0 161ms
✅ FacetViewModelLogoDelegateTests 4 4 0 0 182ms
✅ FacetViewModelTests 18 18 0 0 178ms
✅ FetchManifestWithBearerTokenLCPSafetyTests 1 1 0 0 39ms
✅ FetchManifestWithBearerTokenTests 9 9 0 0 169ms
✅ FetchOpenAccessManifestLCPSafetyTests 4 4 0 0 80ms
✅ FileURLGenerationTests 3 3 0 0 24ms
✅ FindawayChapterStatusGuardTests 1 1 0 0 37ms
✅ FindawaySavedVsPlayedTests 1 1 0 0 77ms
✅ FloatTPPAdditionsTests 5 5 0 0 87ms
✅ FocusIndicationTests 7 7 0 0 92ms
✅ FontManagerTests 17 17 0 0 267ms
✅ ForceResetTests 6 6 0 0 64ms
✅ GeneralCacheClearOnUpdateTests 3 3 0 0 41ms
✅ GeneralCacheTests 20 20 0 0 2.25s
✅ GroupEnumTests 1 1 0 0 6ms
✅ HTMLTextViewTests 70 70 0 0 32.07s
✅ HoldNotificationClassificationTests 2 2 0 0 15ms
✅ HoldsBadgeCountTests 9 9 0 0 55ms
✅ HoldsBookViewModelTests 8 8 0 0 43ms
✅ HoldsReducerTests 11 11 0 0 114ms
✅ HoldsSyncFailureTests 12 12 0 0 159ms
✅ HoldsViewModelTests 23 23 0 0 281ms
✅ HostFailureTrackerTests 2 2 0 0 9ms
✅ ImageCacheContinuationTests 1 1 0 0 785ms
❌ ImageCacheOffMainIsolationTests 3 2 1 0 2m 40s
✅ ImageCacheTypeTests 1 1 0 0 2ms
✅ ImageCoverKeyUnificationTests 2 2 0 0 7ms
✅ ImageLoaderTests 14 14 0 0 180ms
✅ InflightFeedFetchesTimeoutTests 4 4 0 0 10.34s
✅ IntExtensionsTests 4 4 0 0 49ms
✅ IsReaderActiveTrackingModifierTests 4 4 0 0 63ms
✅ KeyboardNavigationFKATests 11 11 0 0 70ms
✅ KeyboardNavigationHandlerTests 16 16 0 0 230ms
✅ KeyboardVoiceOverTests 5 5 0 0 119ms
✅ LCPAcquisitionPredicateTests 4 4 0 0 18ms
✅ LCPAdapterTests 8 8 0 0 417ms
✅ LCPAudiobookURLSchemeTests 4 4 0 0 25ms
✅ LCPAudiobooksTests 21 21 0 0 158ms
✅ LCPBotanCRLGuardTests 5 5 0 0 13ms
✅ LCPCharacterizationTests 31 31 0 0 530ms
✅ LCPClientTests 9 9 0 0 69ms
✅ LCPFulfillmentHandlerTests 8 8 0 0 241ms
✅ LCPKeychainMigrationTests 3 3 0 0 32ms
✅ LCPLibraryServiceTests 20 20 0 0 351ms
✅ LCPLicenseDocumentDetectionTests 5 5 0 0 18ms
✅ LCPLicenseFilePathTests 3 3 0 0 31ms
✅ LCPOrphanedDownloadRegistryTests 4 4 0 0 32ms
✅ LCPPDFAcquisitionPredicateTests 5 5 0 0 22ms
✅ LCPPDFDiskExtractTests 5 5 0 0 76ms
✅ LCPPDFOpenProgressTests 13 13 0 0 84ms
✅ LCPPassphraseReadinessTests 2 2 0 0 45ms
✅ LCPSessionIdentifierTests 3 3 0 0 42ms
✅ LegacySAMLProblemDocumentPropagationTests 7 7 0 0 568ms
✅ LibrariesSectionViewModelTests 16 16 0 0 59ms
✅ LibraryCatalogMergerTests 9 9 0 0 93ms
✅ LibraryRegistryCrawlerTests 15 15 0 0 226ms
✅ LicensesServiceTests 4 4 0 0 112ms
✅ LiveCrawlableParsingTest 4 0 0 4 16ms
✅ LoanEvictionPolicyTests 13 13 0 0 65ms
✅ LoanRenewalServiceTests 9 9 0 0 226ms
✅ LocalBookContentServiceTests 7 7 0 0 34ms
✅ LocalFileAdapterTests 6 5 0 1 83ms
✅ LogTests 13 13 0 0 355ms
✅ LoginKeyboardTests 8 8 0 0 88ms
✅ MainActorHelpersTests 22 22 0 0 620ms
✅ MappedCatalogBridgeTests 3 3 0 0 74ms
✅ MappedCatalogModelTests 11 11 0 0 234ms
✅ MockBackendExpiredCredentialsTests 3 3 0 0 39ms
✅ MockBackendHoldsTests 3 3 0 0 69ms
✅ MockBackendIntegrationTests 4 4 0 0 483ms
✅ MockBackendLoanLimitTests 2 2 0 0 112ms
✅ MockBackendRouteMatchingTests 4 4 0 0 36ms
✅ MockBackendServerDownTests 1 1 0 0 47ms
✅ MockIsolationLintTests 5 5 0 0 1.91s
✅ MultiLibraryTokenIsolationTests 14 14 0 0 3.06s
✅ MyBooksDownloadCenterAccountIdThreadingTests 7 7 0 0 180ms
✅ MyBooksDownloadCenterAccountScopeSeamTests 3 3 0 0 462ms
✅ MyBooksDownloadCenterAdeptGapTests 3 3 0 0 6ms
✅ MyBooksDownloadCenterConcurrencyTests 22 22 0 0 263ms
✅ MyBooksDownloadCenterEvictionTests 7 7 0 0 101ms
✅ MyBooksDownloadCenterOfflineTests 8 8 0 0 229ms
✅ MyBooksDownloadSessionInvalidationTests 3 3 0 0 221ms
✅ MyBooksSimplifiedBearerTokenTests 17 17 0 0 175ms
✅ MyBooksViewModelBooksPublisherTests 3 3 0 0 45ms
✅ MyBooksViewModelConcurrencyTests 4 4 0 0 82ms
✅ MyBooksViewModelDownloadStateTests 3 3 0 0 47ms
✅ MyBooksViewModelEmptyArrayTests 3 3 0 0 12ms
✅ MyBooksViewModelEmptyStateTests 4 4 0 0 62ms
✅ MyBooksViewModelExtendedTests 15 15 0 0 134ms
✅ MyBooksViewModelFacetIntegrationTests 4 4 0 0 64ms
✅ MyBooksViewModelFacetPublisherTests 5 5 0 0 34ms
✅ MyBooksViewModelFilterSortInteractionTests 2 2 0 0 43ms
✅ MyBooksViewModelFilterTests 9 9 0 0 84ms
✅ MyBooksViewModelGuardConditionsTests 2 2 0 0 56ms
✅ MyBooksViewModelLargeDatasetTests 2 2 0 0 249ms
✅ MyBooksViewModelLoadAccountTests 2 2 0 0 129ms
✅ MyBooksViewModelLoginStateTests 4 4 0 0 352ms
✅ MyBooksViewModelMultipleAuthorSortingTests 3 3 0 0 20ms
✅ MyBooksViewModelNotificationTests 4 4 0 0 338ms
✅ MyBooksViewModelOfflineFilteringTests 3 3 0 0 38ms
✅ MyBooksViewModelPublisherTests 7 7 0 0 59ms
✅ MyBooksViewModelSearchEdgeCaseTests 6 6 0 0 93ms
✅ MyBooksViewModelSearchQueryTests 3 3 0 0 38ms
✅ MyBooksViewModelSortPersistenceTests 3 3 0 0 29ms
✅ MyBooksViewModelSortingIntegrationTests 5 5 0 0 23ms
✅ MyBooksViewModelSortingTests 6 6 0 0 48ms
✅ MyBooksViewModelStateTransitionTests 3 3 0 0 322ms
✅ MyBooksViewModelUIBindingTests 3 3 0 0 21ms
✅ NSErrorAdditionsTests 7 7 0 0 33ms
✅ NSNotificationTPPTests 3 3 0 0 9ms
✅ NavigationCoordinatorTests 18 18 0 0 59ms
✅ NavigationFreezePreventionTests 5 5 0 0 69ms
✅ NetworkCacheClearRoutingTests 3 3 0 0 96ms
✅ NetworkExecutorCredentialGuardTests 8 8 0 0 220ms
✅ NetworkExecutorResponseRegressionTests 4 4 0 0 72ms
✅ NetworkExecutorTaskTypeTests 3 3 0 0 82ms
✅ NetworkOfflineDetectionTests 3 3 0 0 39ms
✅ NetworkQueueTests 11 11 0 0 2.56s
✅ NetworkRequestQueueTests 2 2 0 0 10.11s
✅ NetworkRetryLogicTests 7 7 0 0 104ms
✅ NetworkTimeoutTests 2 2 0 0 9ms
✅ NotificationEventTypeContractTests 7 7 0 0 57ms
✅ NotificationPayloadContractTests 10 10 0 0 54ms
✅ NotificationServiceStateMachineTests 9 9 0 0 723ms
✅ NotificationServiceTests 16 16 0 0 141ms
✅ NotificationServiceTokenTests 13 13 0 0 123ms
✅ NotificationSyncThrottleTests 5 5 0 0 18ms
✅ NotificationTokenDataTests 4 4 0 0 25ms
✅ NotificationTokenRegistrationTests 10 10 0 0 105ms
✅ NowPlayingCoordinatorBackgroundTests 6 6 0 0 729ms
✅ NowPlayingCoordinatorTests 19 19 0 0 1.99s
✅ OAuthSAMLRedirectRegressionTests 4 4 0 0 334ms
✅ OIDCAuthDocumentParsingTests 4 4 0 0 111ms
✅ OIDCAuthTypeTests 5 5 0 0 28ms
✅ OIDCAuthenticationPropertyTests 8 8 0 0 319ms
✅ OIDCCallbackEdgeCaseTests 9 9 0 0 614ms
✅ OIDCCallbackHandlingTests 5 5 0 0 293ms
✅ OIDCCallbackSchemeTests 3 3 0 0 70ms
✅ OIDCIsolationRegressionTests 6 6 0 0 298ms
✅ OIDCLoginRoutingTests 3 3 0 0 181ms
✅ OIDCMakeRequestTests 3 3 0 0 184ms
✅ OIDCNSCodingTests 1 1 0 0 33ms
✅ OIDCNetworkLayer401Tests 5 5 0 0 304ms
✅ OIDCReauthOnExpiredTokenTests 5 5 0 0 219ms
✅ OIDCRedirectURIConstructionTests 6 6 0 0 225ms
✅ OIDCRegressionTests 9 9 0 0 771ms
✅ OIDCSelectedAuthenticationTests 2 2 0 0 73ms
✅ OIDCSignOutRegressionTests 6 6 0 0 378ms
✅ OIDCTokenRefreshRegressionTests 6 6 0 0 291ms
✅ OIDCUpdateUserAccountTests 5 5 0 0 205ms
✅ OIDCViewModelRegressionTests 1 1 0 0 34ms
✅ OIDCViewModelSignInTests 2 2 0 0 273ms
✅ OPDS1BorrowEntryContractTests 4 4 0 0 1.81s
✅ OPDS1CatalogGroupedContractTests 3 3 0 0 19ms
✅ OPDS1HoldEntriesContractTests 4 4 0 0 30ms
✅ OPDS1LoansFeedContractTests 6 6 0 0 62ms
✅ OPDS1ParsingTests 34 34 0 0 216ms
✅ OPDS1RevokeResponseContractTests 2 2 0 0 9ms
✅ OPDS2AuthenticationDocumentTests 18 18 0 0 127ms
✅ OPDS2AvailabilityTests 4 4 0 0 11ms
✅ OPDS2BookBridgeTests 44 44 0 0 612ms
✅ OPDS2BorrowResponseContractTests 3 3 0 0 39ms
✅ OPDS2CatalogWiringTests 21 21 0 0 217ms
✅ OPDS2CatalogsFeedTests 3 3 0 0 131ms
✅ OPDS2ContributorTests 2 2 0 0 10ms
✅ OPDS2EmptyFeedContractTests 1 1 0 0 4ms
✅ OPDS2FeedContractTests 4 4 0 0 54ms
✅ OPDS2FeedParsingTests 11 11 0 0 225ms
✅ OPDS2FeedTests 14 14 0 0 88ms
✅ OPDS2FullMetadataTests 4 4 0 0 50ms
✅ OPDS2FullPublicationTests 13 13 0 0 292ms
✅ OPDS2IntegrationTests 18 18 0 0 296ms
✅ OPDS2LinkArrayTests 5 5 0 0 372ms
✅ OPDS2LinkComputedPropertyTests 20 20 0 0 459ms
✅ OPDS2LinkRelTests 1 1 0 0 1ms
✅ OPDS2LinkTests 2 2 0 0 54ms
✅ OPDS2ParsingTests 38 38 0 0 414ms
✅ OPDS2PublicationExtendedTests 53 53 0 0 655ms
✅ OPDS2PublicationImageTests 6 6 0 0 21ms
✅ OPDS2PublicationNarratorTests 3 3 0 0 9ms
✅ OPDS2PublicationTests 2 2 0 0 69ms
✅ OPDS2SamlIDPTests 6 6 0 0 46ms
✅ OPDS2SearchResultsContractTests 3 3 0 0 21ms
✅ OPDS2SubjectTests 2 2 0 0 4ms
✅ OPDS2SupportingTypesTests 5 5 0 0 52ms
✅ OPDSAcquisitionPathExpandedTests 15 15 0 0 166ms
✅ OPDSFeedCacheTests 14 14 0 0 184ms
✅ OPDSFeedMigrationTests 11 11 0 0 81ms
✅ OPDSFeedParsingTests 2 2 0 0 59ms
✅ OPDSFeedServiceStateMachineTests 3 3 0 0 312ms
✅ OPDSFeedServiceTests 2 2 0 0 6ms
✅ OPDSFormatTests 13 13 0 0 77ms
✅ OPDSParserCoreTests 4 4 0 0 12ms
✅ OPDSParserTests 4 4 0 0 19ms
✅ OPDSParsingTests 57 57 0 0 1.15s
✅ OfflineActionTests 29 29 0 0 96ms
✅ OfflineQueueCoordinatorTests 11 11 0 0 137ms
✅ OfflineQueueServiceExtendedTests 13 13 0 0 281ms
✅ OfflineQueueServiceTests 17 17 0 0 281ms
✅ OpenAccessAdapterTests 13 13 0 0 148ms
✅ OverdriveDeferredFulfillmentTests 6 6 0 0 18ms
✅ OverdriveDownloadHandlerTests 9 9 0 0 322ms
✅ OverdriveFulfillmentTests 25 24 0 1 195ms
✅ PDFExtensionsTests 20 20 0 0 441ms
✅ PDFKitThumbnailProviderTests 5 5 0 0 49ms
✅ PDFReaderTests 12 12 0 0 63ms
✅ PDFSearchEmptyStateTests 4 4 0 0 105ms
✅ PP3596RegressionTests 3 3 0 0 24ms
✅ Palace 2 2 0 0 <1ms
✅ PalaceCheckPropertyTests 8 8 0 0 160ms
✅ PalaceErrorCategoryTests 20 20 0 0 182ms
✅ PalaceErrorExtendedTests 23 23 0 0 48ms
✅ PalaceErrorTests 11 11 0 0 65ms
✅ PalaceHapticTests 4 4 0 0 19ms
✅ PalaceMotionTests 11 11 0 0 245ms
✅ PalacePDFViewTests 12 12 0 0 392ms
✅ PalacePreferencesSettingsRoundTripTests 9 9 0 0 575ms
✅ PalacePressableButtonStyleTests 6 6 0 0 13ms
✅ PalaceTestSetupObservationTests 4 4 0 0 10.20s
✅ PalaceWiringTestCaseTests 4 4 0 0 138ms
✅ ParserFuzzTests 4 4 0 0 12.17s
✅ PatronProfileContractTests 4 4 0 0 55ms
✅ PerformanceMonitorTests 14 14 0 0 233ms
✅ PerformanceReportTests 14 14 0 0 130ms
✅ PersistentLoggerTests 9 9 0 0 1000ms
✅ PlaybackBootstrapperAudioSessionTests 2 2 0 0 64ms
✅ PlaybackBootstrapperTests 8 8 0 0 119ms
✅ PlaybackFailureRecordTests 5 5 0 0 14ms
✅ PlaybackOpenPolicyTests 7 7 0 0 35ms
✅ PlaybackRateTests 18 18 0 0 176ms
✅ PlaybackTrackingRegressionTests 5 5 0 0 81ms
⚠️ PoolResponsivenessProbeTests 5 4 0 0 2.78s
✅ PositionPersistenceLogicTests 6 6 0 0 23ms
✅ PositionPersistenceTests 2 2 0 0 4ms
✅ PositionSyncServiceTests 13 13 0 0 156ms
✅ PositionSyncTests 5 5 0 0 146ms
✅ PositionWriterContractTests 6 6 0 0 99ms
✅ PostUpdateMigrationTests 5 5 0 0 37ms
✅ ProblemDocumentContractTests 4 4 0 0 18ms
✅ ProblemDocumentLoanExpiryTests 5 5 0 0 34ms
✅ ProblemDocumentTests 12 12 0 0 42ms
✅ ProblemReportEmailTests 8 8 0 0 56ms
✅ RatingCardMotionGateTests 5 5 0 0 27ms
✅ RatingEligibilityPolicyTests 17 17 0 0 10.25s
✅ RatingEngagementTrackerTests 9 9 0 0 196ms
✅ RatingFeedbackPresenterTests 3 3 0 0 23ms
✅ RatingPromptPresenterTests 15 15 0 0 189ms
✅ ReachabilityTests 10 10 0 0 60ms
✅ Reader2BookmarkContractTests 3 3 0 0 53ms
✅ Reader2PositionAdapterContractTests 4 3 0 1 320ms
✅ Reader2PositionResumeContractTests 3 3 0 0 151ms
✅ ReaderAccessibilityTests 7 7 0 0 183ms
✅ ReaderChromeToggleFadeTests 3 3 0 0 13ms
✅ ReaderEditingActionsTests 5 5 0 0 22ms
✅ ReaderErrorTests 5 5 0 0 29ms
✅ ReaderNavBarVoiceOverTests 2 2 0 0 7ms
✅ ReaderServicePDFRouteTests 3 3 0 0 10ms
✅ ReaderServiceSyncTests 3 3 0 0 99ms
✅ ReaderThemeTests 24 24 0 0 505ms
✅ ReadingPositionTests 22 22 0 0 215ms
✅ ReadingSessionTrackerTests 13 13 0 0 199ms
✅ ReadingStatsServiceTests 12 12 0 0 120ms
✅ ReadingStatsStoreTests 9 9 0 0 87ms
✅ RedirectHandlingIntegrationTests 4 4 0 0 17ms
✅ RedirectPolicyTests 9 9 0 0 96ms
✅ RegistryDownloadServicingSeamTests 2 2 0 0 16ms
✅ RegistryFileRecoveryTests 23 23 0 0 368ms
✅ RemoteFeatureFlagsGapTests 4 4 0 0 67ms
✅ RemoteFeatureFlagsSideLoadingTests 5 5 0 0 67ms
✅ RemoteFeatureFlagsTests 21 21 0 0 578ms
✅ ResourcePropertiesLengthTests 3 3 0 0 9ms
✅ RetryClassificationTests 17 17 0 0 678ms
✅ ReturnFlowTests 1 1 0 0 1ms
✅ ReturnReducerContractTests 16 16 0 0 48ms
✅ RightsManagementDetectionTests 5 5 0 0 7ms
✅ RightsManagementDispatchContractTests 8 8 0 0 161ms
✅ RightsManagementDispatcherTests 10 10 0 0 160ms
✅ RuntimeQuiescenceGateTests 11 10 0 1 1.23s
✅ RuntimeQuiescenceLintTests 5 5 0 0 965ms
✅ SAMLCookieSyncTests 5 5 0 0 84ms
✅ SAMLLogoutCallbackDetectionTests 4 4 0 0 23ms
✅ SAMLLogoutLinkParsingTests 5 5 0 0 739ms
✅ SAMLLogoutURLTests 4 4 0 0 29ms
✅ SAMLPlusBiblioBoardExpirationTests 8 8 0 0 283ms
✅ SEMigrationsTests 6 6 0 0 171ms
✅ SafeDictionaryTests 21 21 0 0 313ms
✅ SamplePlayerErrorTests 5 5 0 0 22ms
✅ SampleTypeTests 8 8 0 0 66ms
✅ SceneDelegateTests 1 1 0 0 8ms
✅ ScopedResetTests 9 9 0 0 103ms
✅ SearchAccessibilityTests 11 11 0 0 127ms
✅ SearchFlowIntegrationTests 8 8 0 0 242ms
✅ SettingsViewModelComputedPropertyTests 6 6 0 0 54ms
✅ SettingsViewModelEdgeCaseTests 7 7 0 0 68ms
✅ SettingsViewModelGapTests 1 1 0 0 10ms
✅ SettingsViewModelSyncTests 14 14 0 0 142ms
✅ SettingsViewModelTests 33 33 0 0 432ms
✅ SideloadBoundaryTests 6 6 0 0 209ms
✅ SideloadImportContractTests 1 1 0 0 35ms
✅ SideloadedBookManagerTests 17 17 0 0 543ms
✅ SideloadedBookRegistryTests 14 14 0 0 113ms
✅ SideloadedLaneBridgeTests 6 6 0 0 69ms
✅ SideloadedLaneViewModelTests 7 7 0 0 190ms
✅ SignInFormPresentationTests 3 3 0 0 47ms
✅ SignInModalLifecycleTests 9 9 0 0 73ms
✅ SignInModalPredicateTests 3 3 0 0 7ms
✅ SignInModalSAMLOIDCTests 6 6 0 0 35ms
✅ SignInOAuthErrorPropagationTests 8 8 0 0 956ms
✅ SignInRequestServiceCharacterizationTests 11 11 0 0 732ms
✅ SignInToReadFlowIntegrationTests 5 5 0 0 831ms
✅ SignInWebSheetIntegrationTests 3 3 0 0 8.42s
✅ SignInWebSheetViewModelTests 31 31 0 0 153ms
✅ SignOutCacheClearingTests 3 3 0 0 59ms
✅ SingletonResetRegistryTests 5 5 0 0 24ms
✅ SkeletonTests 22 22 0 0 247ms
✅ StatsViewModelTests 10 10 0 0 332ms
✅ StatusAnnouncementTests 22 22 0 0 250ms
✅ StopPositionSaveTests 2 2 0 0 2ms
✅ StoreTests 5 5 0 0 339ms
✅ StreamingReaderPresentationContractTests 1 1 0 0 15ms
✅ StreamingReaderProgressStoreTests 7 7 0 0 64ms
✅ StreamingReaderViewControllerScrollRestoreTests 12 12 0 0 1.27s
✅ StreamingReaderViewModelTests 9 9 0 0 46ms
✅ StringExtensionTests 8 8 0 0 11ms
✅ StringExtensionsTests 3 3 0 0 16ms
✅ StringHTMLEntitiesTests 7 7 0 0 36ms
✅ StringNYPLAdditionsTests 4 4 0 0 29ms
✅ String_NYPLAdditionsTests 4 4 0 0 49ms
✅ SupportSectionDecisionTests 5 5 0 0 47ms
✅ SyncConflictResolutionTests 3 3 0 0 62ms
✅ SyncDeletionGuardTests 5 5 0 0 31ms
✅ SyncDeletionRatioTests 6 6 0 0 27ms
✅ SyncPermissionTests 5 5 0 0 85ms
✅ TPPAccountAuthStateEnumTests 5 5 0 0 56ms
✅ TPPAccountListDataSourceTests 3 3 0 0 48ms
✅ TPPAdobeActivationSkipTests 6 6 0 0 227ms
✅ TPPAgeCheckCompletionTests 5 5 0 0 330ms
✅ TPPAgeCheckIsValidTests 5 5 0 0 62ms
✅ TPPAgeCheckStateMachineTests 4 4 0 0 361ms
✅ TPPAgeCheckTests 6 6 0 0 1.40s
✅ TPPAgeCheckVerifyDecisionTests 5 5 0 0 205ms
✅ TPPAlertUtilsTests 45 45 0 0 1.44s
✅ TPPAnnotationsHermeticTests 15 15 0 0 162ms
✅ TPPAnnotationsOverrideTests 4 4 0 0 108ms
✅ TPPAnnotationsTests 29 29 0 0 1.77s
✅ TPPAnnouncementManagerTests 3 3 0 0 25ms
✅ TPPAuthDocumentContractTests 3 3 0 0 28ms
✅ TPPBackgroundExecutorTests 3 3 0 0 144ms
✅ TPPBadgeImageGapTests 2 2 0 0 18ms
✅ TPPBaseReaderViewControllerInitialLocationTests 10 10 0 0 58ms
✅ TPPBasicAuthTests 11 11 0 0 305ms
✅ TPPBookAccessibilityLabelTests 8 8 0 0 50ms
✅ TPPBookAuthorCoverageTests 3 3 0 0 12ms
✅ TPPBookAuthorTests 6 6 0 0 49ms
✅ TPPBookBearerTokenTests 9 8 0 1 145ms
✅ TPPBookButtonsStateTests 7 7 0 0 113ms
✅ TPPBookContentMetadataFilesHelperTests 9 9 0 0 46ms
✅ TPPBookContentTypeConverterStreamingHTMLTests 2 2 0 0 17ms
✅ TPPBookContentTypeConverterTests 4 4 0 0 9ms
✅ TPPBookContentTypeExtendedTests 4 4 0 0 101ms
✅ TPPBookContentTypeTests 14 14 0 0 113ms
✅ TPPBookCoverRegistryTests 17 17 0 0 977ms
✅ TPPBookCreationTests 7 7 0 0 105ms
✅ TPPBookExtensionsTests 21 21 0 0 166ms
✅ TPPBookIsDRMProtectedTests 9 9 0 0 65ms
✅ TPPBookLocationCoverageTests 7 7 0 0 86ms
✅ TPPBookLocationEdgeCaseTests 27 27 0 0 272ms
✅ TPPBookLocationKeyTests 3 3 0 0 43ms
✅ TPPBookLocationTests 11 11 0 0 44ms
✅ TPPBookModelGapTests 4 4 0 0 17ms
✅ TPPBookRegistryAccountCaptureContractTests 4 4 0 0 108ms
✅ TPPBookRegistryAsyncReadinessTests 3 3 0 0 192ms
✅ TPPBookRegistryAtomicWriteTests 7 7 0 0 560ms
✅ TPPBookRegistryBookRetrievalTests 7 7 0 0 252ms
✅ TPPBookRegistryBookmarkTests 7 7 0 0 64ms
✅ TPPBookRegistryCorruptedDataTests 5 5 0 0 71ms
✅ TPPBookRegistryDataTests 4 4 0 0 27ms
✅ TPPBookRegistryDependencyTests 4 4 0 0 51ms
✅ TPPBookRegistryFacadeContractTests 6 6 0 0 402ms
✅ TPPBookRegistryFulfillmentIdTests 4 4 0 0 16ms
✅ TPPBookRegistryLargeCorpusTests 5 5 0 0 46.99s
❌ TPPBookRegistryLoadReentrancyTests 3 2 1 0 31ms
✅ TPPBookRegistryLocationTests 4 4 0 0 35ms
✅ TPPBookRegistryMigrationTests 16 16 0 0 5.54s
✅ TPPBookRegistryMutationContractTests 10 10 0 0 160ms
✅ TPPBookRegistryPersistenceTests 10 10 0 0 1.00s
✅ TPPBookRegistryProcessingTests 2 2 0 0 70ms
✅ TPPBookRegistryPublisherTests 6 6 0 0 1.11s
✅ TPPBookRegistryRebuildRefusalContractTests 1 1 0 0 172ms
✅ TPPBookRegistryRecordPersistenceTests 3 3 0 0 21ms
✅ TPPBookRegistryRecordTests 10 10 0 0 78ms
✅ TPPBookRegistryStateConcurrencyTests 2 2 0 0 54ms
✅ TPPBookRegistryStateManagementTests 11 11 0 0 262ms
✅ TPPBookRegistrySyncContractTests 4 1 0 3 161ms
✅ TPPBookRegistryThreadSafetyTests 3 3 0 0 184ms
✅ TPPBookRegistryUpdateAndRemoveTests 1 1 0 0 7ms
✅ TPPBookRequiresAdobeDRMTests 6 6 0 0 108ms
✅ TPPBookSerializationTests 13 13 0 0 39ms
✅ TPPBookStateInitializationTests 4 4 0 0 6ms
✅ TPPBookStateTests 4 4 0 0 24ms
✅ TPPBookTests 98 98 0 0 1.18s
✅ TPPBookmarkDeletionLogTests 11 11 0 0 150ms
✅ TPPBookmarkFactoryInitTests 2 2 0 0 36ms
✅ TPPBookmarkFactoryServerAnnotationEdgeCaseTests 5 5 0 0 41ms
✅ TPPBookmarkFactoryTests 15 15 0 0 1.25s
✅ TPPBookmarkR3ConversionTests 5 5 0 0 428ms
✅ TPPBookmarkR3LocationTests 13 13 0 0 100ms
✅ TPPBookmarkSpecTests 1 1 0 0 3ms
✅ TPPCachingTests 3 3 0 0 15ms
✅ TPPCapturedCredentialsTests 5 5 0 0 206ms
✅ TPPCirculationAnalyticsRequestShapeContractTests 2 2 0 0 126ms
✅ TPPConfigurationCustomRegistryTests 16 16 0 0 82ms
✅ TPPConfigurationTests 22 22 0 0 387ms
✅ TPPContentTypeTests 9 9 0 0 51ms
✅ TPPCredentialConcurrencyTests 3 3 0 0 31ms
✅ TPPCredentialIsolationE2ETests 8 0 0 8 1.43s
✅ TPPCredentialPersistenceTests 6 6 0 0 314ms
✅ TPPCredentialSnapshotCoherenceTests 3 0 0 3 38ms
✅ TPPCredentialSnapshotTests 8 8 0 0 41ms
✅ TPPCredentialsCoverageTests 9 9 0 0 134ms
✅ TPPCredentialsTests 26 26 0 0 257ms
✅ TPPCrossLibrarySignOutTests 6 6 0 0 429ms
✅ TPPDRMFailureCredentialPreservationTests 4 4 0 0 231ms
✅ TPPErrorLoggerTests 27 27 0 0 318ms
✅ TPPIdleSignOutRegressionTests 13 13 0 0 624ms
✅ TPPJWKConversionTest 1 1 0 0 26ms
✅ TPPKeychainManagerTests 5 5 0 0 67ms
✅ TPPLastReadPositionPosterTests 13 13 0 0 87ms
✅ TPPLastReadPositionSynchronizerIntegrationTests 5 5 0 0 22ms
✅ TPPLastReadPositionSynchronizerTests 23 23 0 0 585ms
✅ TPPLastReadPositionSynchronizer_BehaviorDocumentationTests 5 5 0 0 12ms
✅ TPPLastReadPositionSynchronizer_BookLocationTests 9 9 0 0 62ms
✅ TPPLastReadPositionSynchronizer_ConcurrencyTests 3 3 0 0 31ms
✅ TPPLastReadPositionSynchronizer_ReadiumBookmarkTests 9 9 0 0 100ms
✅ TPPLastReadPositionSynchronizer_SyncLogicTests 10 10 0 0 24ms
✅ TPPLastReadPositionSynchronizer_WriterDelegationTests 4 4 0 0 63ms
✅ TPPLoginNoActivationTests 3 3 0 0 253ms
✅ TPPMainThreadCheckerTests 4 4 0 0 363ms
✅ TPPMigrationManagerTests 15 15 0 0 129ms
✅ TPPNetworkExecutorAPITests 14 14 0 0 216ms
✅ TPPNetworkExecutorConcurrencyTests 4 4 0 0 1.10s
✅ TPPNetworkExecutorStubbedTests 17 17 0 0 143ms
✅ TPPNetworkExecutorTests 3 3 0 0 25ms
✅ TPPNetworkResponderAuthCoordinatorTests 5 5 0 0 43ms
✅ TPPNetworkResponderSizeLimitTests 5 5 0 0 224ms
✅ TPPNetworkResponderTests 12 12 0 0 109ms
✅ TPPOPDSAcquisitionPathTests 5 5 0 0 51ms
✅ TPPOPDSEntryTests 5 5 0 0 36ms
✅ TPPOPDSFeedTests 3 3 0 0 96ms
✅ TPPOPDSGroupSwiftTests 3 3 0 0 11ms
✅ TPPOPDSLinkTests 7 7 0 0 71ms
✅ TPPOpenSearchDescriptionExpandedTests 10 10 0 0 162ms
✅ TPPOpenSearchDescriptionTests 1 1 0 0 1ms
✅ TPPPDFDocumentMetadataTests 15 15 0 0 76ms
✅ TPPPDFDocumentTests 8 8 0 0 66ms
✅ TPPPDFLocationCoverageTests 7 7 0 0 27ms
✅ TPPPDFLocationTests 10 10 0 0 68ms
✅ TPPPDFPageBookmarkTests 9 9 0 0 102ms
✅ TPPPDFPageTests 5 5 0 0 22ms
✅ TPPPDFReaderModeTests 6 6 0 0 25ms
✅ TPPPDFReaderSearchBindingTests 3 3 0 0 4ms
✅ TPPPerAccountIsolationTests 8 0 0 8 175ms
✅ TPPPreferredAuthSelectionTests 8 8 0 0 257ms
✅ TPPProblemDocumentCacheManagerTests 12 12 0 0 70ms
✅ TPPProblemDocumentTests 21 21 0 0 82ms
✅ TPPReaderAppearanceTests 4 4 0 0 7ms
✅ TPPReaderBlockNavigationTests 12 12 0 0 57ms
✅ TPPReaderBookmarksBusinessLogicTests 12 12 0 0 659ms
✅ TPPReaderBookmarksReadinessTests 2 2 0 0 120ms
✅ TPPReaderFontTests 4 4 0 0 80ms
✅ TPPReaderFootnoteAccessibilityTests 16 16 0 0 71ms
✅ TPPReaderPageListBusinessLogicTests 27 27 0 0 134ms
✅ TPPReaderPositionReportTests 10 10 0 0 135ms
✅ TPPReaderPreferencesLoadTests 3 3 0 0 15ms
✅ TPPReaderSettingsTests 28 28 0 0 2.69s
✅ TPPReaderTOCBusinessLogicTests 15 15 0 0 243ms
✅ TPPReaderTOCFlattenTests 2 2 0 0 31ms
✅ TPPReadiumBookmarkLocationMatchingTests 5 5 0 0 42ms
✅ TPPReadiumBookmarkTests 23 23 0 0 123ms
✅ TPPReauthenticatorMockTests 2 2 0 0 3ms
✅ TPPReauthenticatorTests 4 4 0 0 16ms
✅ TPPReturnPromptHelperTests 5 5 0 0 409ms
✅ TPPSAMLCookieExpirationTests 7 7 0 0 47ms
✅ TPPSAMLFlowTests 10 10 0 0 95ms
✅ TPPSAMLReauthFlowTests 2 2 0 0 264ms
✅ TPPSAMLRegressionTests 4 4 0 0 260ms
✅ TPPSAMLSignInTests 26 26 0 0 1.20s
✅ TPPSAMLStateIsolationTests 4 4 0 0 87ms
✅ TPPSAMLStateMachineTests 6 6 0 0 282ms
✅ TPPSettingsTests 6 6 0 0 50ms
✅ TPPSignInAdobeSkipTests 14 14 0 0 587ms
✅ TPPSignInAuthStateTransitionTests 3 3 0 0 212ms
✅ TPPSignInBusinessLogicExtendedTests 58 58 0 0 2.14s
✅ TPPSignInBusinessLogicOAuthTests 11 11 0 0 924ms
✅ TPPSignInBusinessLogicSignOutTests 11 11 0 0 508ms
✅ TPPSignInBusinessLogicStateMachineTests 10 10 0 0 522ms
✅ TPPSignInBusinessLogicTests 23 23 0 0 2.12s
✅ TPPSignInBusinessLogicTokenFlowTests 3 3 0 0 245ms
✅ TPPSignInBusinessLogicValidationCallbackOrderTests 2 2 0 0 239ms
✅ TPPSignInCapabilitiesCharacterizationTests 12 12 0 0 1.44s
✅ TPPSignInErrorHandlingTests 2 2 0 0 217ms
✅ TPPSignInProfileDocEdgeCaseTests 3 3 0 0 185ms
✅ TPPSignedInStateProviderTests 3 3 0 0 28ms
✅ TPPUserAccountAuthStateTests 6 6 0 0 29ms
✅ TPPUserAccountConcurrencyTests 1 1 0 0 9ms
✅ TPPUserAccountGapTests 4 4 0 0 106ms
✅ TPPUserAccountIsolationLintTests 3 3 0 0 724ms
✅ TPPUserAccountTestFactoryTests 7 0 0 7 210ms
✅ TPPUserFriendlyErrorTests 11 11 0 0 38ms
✅ TPPUserNotificationsTests 10 10 0 0 1.24s
✅ TPPXMLSwiftTests 16 16 0 0 103ms
✅ TPPXMLTests 3 3 0 0 14ms
✅ TabBarModernizationTests 8 8 0 0 84ms
✅ TearDownRequiredLintTests 5 5 0 0 1.81s
✅ TestAppContainerFactoryTests 5 5 0 0 61ms
⚠️ TestTargetHermeticityRegressionTests 4 3 0 0 370ms
✅ TimeEntryTests 3 3 0 0 6ms
✅ TokenRefreshAndRetryQueueTests 9 9 0 0 2.59s
✅ TokenRefreshIntegrationTests 2 2 0 0 133ms
✅ TokenRefreshInterceptorAuthCoordinatorTests 8 8 0 0 159ms
✅ TokenRefreshInterceptorTests 24 24 0 0 199ms
✅ TokenRefreshOnForegroundTests 10 10 0 0 2.05s
✅ TokenRefreshTests 25 25 0 0 171ms
✅ TokenRefreshWatchdogTests 5 5 0 0 83ms
✅ TokenRequestCredentialGuardTests 13 13 0 0 210ms
✅ TokenRequestTests 11 11 0 0 211ms
✅ TokenResponseTests 21 21 0 0 184ms
✅ TriageBotKeyAdminTests 4 4 0 0 16ms
✅ TypographyPresetTests 21 21 0 0 1.52s
✅ TypographyServiceTests 31 31 0 0 1.18s
✅ TypographySettingsViewModelTests 27 27 0 0 572ms
✅ UIAlertCACommitGuardTests 9 9 0 0 521ms
✅ UIColor_NYPLAdditionsTests 1 1 0 0 1ms
✅ URLBackupExclusionTests 3 3 0 0 32ms
✅ URLExtensionTests 16 16 0 0 60ms
✅ URLExtensionsTests 11 11 0 0 72ms
✅ URLRequestExtensionsCoverageTests 3 3 0 0 84ms
✅ URLRequestExtensionsTests 11 11 0 0 25ms
✅ URLRequestNYPLAdditionsTests 11 11 0 0 97ms
✅ URLRequest_NYPLTests 1 1 0 0 5ms
✅ URLResponseAuthenticationTests 10 10 0 0 98ms
✅ URLResponseNYPLTests 14 14 0 0 50ms
✅ URLSessionCredentialStorageTests 3 3 0 0 144ms
✅ URLSessionStubbingResetTests 2 2 0 0 11ms
✅ URLTypeTests 2 2 0 0 10ms
✅ URLValidationTests 5 5 0 0 36ms
✅ UnifiedOPDSServiceStateMachineTests 2 2 0 0 130ms
✅ UserAccountPublisherAuthStateTests 5 5 0 0 352ms
✅ UserAccountPublisherTests 14 14 0 0 423ms
✅ UserAccountValidationTests 11 11 0 0 927ms
✅ UserDefaultsIsolationLintTests 2 2 0 0 984ms
✅ UserProfileDocumentTests 7 7 0 0 121ms
✅ UserRetryTrackerTests 10 10 0 0 31ms
✅ XCTestCase_testUserDefaultsTests 3 3 0 0 46ms
✅ iPadOnMacRMSDKGuardTests 7 7 0 0 165ms

📊 Full interactive matrix: report

Failed tests
AccountsManagerStateMachineWiringTests.First Run
ImageCacheOffMainIsolationTests.Retry 1
TPPBookRegistryLoadReentrancyTests.Retry 2

Names only — open the interactive report above for messages + stack frames.

📊 Testing Coverage Breakdown

Unit Test Line Coverage (testable surfaces): 45.1%

Total coverage incl. UI/lifecycle: 44.1% (17 files excluded from testable denominator — see scripts/coverage-exclude.json)

Target Lines Covered
Palace.app 44.1%

Why two coverage numbers? Testable coverage subtracts files that can't be exercised from xcodebuild — SwiftUI views, UIKit VCs, lifecycle (see scripts/coverage-exclude.json) — so raising it means more testable logic is tested, not that we shipped less UI. Total coverage is kept for continuity. The excluded paths are covered by simdrive E2E journeys (see chaos-replay-on-pr.yml).


🔗 Interactive HTML Report | CI Run Details

Counts above were produced by this CI run's xcresult parse — reproduce via the run link.

📦 Downloadable Artifacts
Artifact Description
test-report 📄 Markdown + HTML reports
test-data 📊 JSON data for tooling
test-results 🔍 Full xcresult (open in Xcode)

…collaborator (Wave 3 / 3a-4)

Fourth and LARGEST 3a collaborator split: the catalog LOAD orchestration — the
loadCatalogs stale-while-revalidate pipeline, the first-page/paginate network crawl +
direct-GET fallbacks, CP-D1 preload + slim-snapshot hydrate/carve/write, the owned
background-crawl task registry + its test-boundary drain choreography, and the
loading-completion handler dedupe — moves out of AccountsManager into an injected
AccountRegistryLoader. It ORCHESTRATES the already-extracted registryCache (3a-1) /
registryStore (3a-2) / authDocLoader (3a-3). Behaviour-identical. `final class`, not
actor (loadCatalogs/cancelAndDrainBackgroundWork called synchronously). Off develop
(all three prior extractions merged).

**AccountsManager 1910 → 955 LOC (−955).** New AccountRegistryLoader.swift (873 LOC).
Across the four extractions the hub is now 2383 → 955.

- Hub keeps thin facades (loadCatalogs, loadAccountSetsAndAuthDoc, preloadAccountsFromDiskCacheSync,
  the drain/join _*ForTesting seams, a settable snapshotResourceResolver forwarding property)
  + static shims (carveSlimFeed, buildAccountIndex) so AppContainer / CatalogCrawlScheduler /
  PalaceTestSetup / EVERY existing test are byte-identical — ZERO external edits (the
  single-module /rigorous-fix proof; confirmed by git status = 6 files only).
- **Drain-flag set-point (architect finding 2):** the hub cancelBackgroundWork() /
  cancelAndDrainBackgroundWork(timeout:) facades set `_explicitCancelCalled = true` FIRST,
  then delegate; the loader's cancel/drain bodies do NOT set the flag and do NOT call back
  for it. `_explicitCancelCalled` + the live-instance registry STAY on the hub, preserving
  the byte-identical 3a-3 AuthDocumentLoader.isTornDown binding. A verbatim relocation here
  would have reintroduced the exact test-pollution regression this wave prevents.
- 9 injected provider closures ([weak self]) incl. currentLibraryAccountProvider for the
  COPPA age-check (finding 3). lazy var (closures capture self — the authDocLoader precedent).

Verified: god-class freeze re-baselined DOWN 1910 → 955; locator 304 → 302; shared-read 213;
Palace-noDRM BUILD SUCCEEDED (production compile). Architect pre-review BLOCKED then APPROVED
after 3 contract corrections (preload/snapshotResolver facades, hub-sets-drain-flag, 9th closure).

**Scope:** the catalog load orchestration + owned-crawl + drain out of AccountsManager into
an injected collaborator; Accounts area only, single-module.
**Not done:** DRM PalaceTests + the FULL suite (the pollution-sensitive Cancellation /
FirstRunDecode / CacheRead / LaunchSnapshot / StateMachineWiring pins + mutation gate) run in
CI ONLY — worktree can't build the Adobe host. `currentUserAccountProvider`'s UNREACHABLE
[weak self]==nil fallback uses TPPUserAccount.sharedAccount() (no non-hub TPPUserAccount exists;
a strong capture would retain-cycle) — flagged for review.
**Deferred:** the last two 3a collaborators (CredentialResolver, CurrentAccountStore).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mauricecarrier7
mauricecarrier7 force-pushed the feat/pp-decomp-3a4-registry-loader branch from 690d311 to 65e7831 Compare July 31, 2026 20:17
@mauricecarrier7
mauricecarrier7 merged commit 738d741 into develop Jul 31, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant