Expand description
System Check API for comprehensive client testing
This module provides a comprehensive system check API that can test various aspects of the Zoe client functionality including connectivity, storage, and blob services. The API is designed to be used both from CLI tools and programmatically via FRB bindings.
Modules§
- blob_
service - Blob service tests for system check
- connectivity
- Connectivity tests for system check
- instant_
serde 🔒 - offline_
blob - Offline Blob Service Tests
- offline_
storage - Offline Storage Tests
- storage
- Storage tests for system check
- synchronization
- Synchronization Tests
Structs§
- Diagnostic
Collector - CLI-specific collector for actual errors and warnings from tracing
- Diagnostic
Message - A diagnostic message captured during system check
- Message
Visitor 🔒 - Visitor to extract message from tracing events
- System
Check - Main system check runner
- System
Check Config - Configuration for system check operations
- System
Check Outcome - Overall outcome of system check including test results and diagnostics
- System
Check Results - Comprehensive results of all system check tests
- Test
Info - Detailed information about a test execution
Enums§
- Diagnostic
Layer - Custom tracing layer to capture ERROR and WARN messages
- Diagnostic
Level - Level of diagnostic message
- Test
Category - Categories of system check tests
- Test
Result - Result of a single system check test