Conversation
marandaneto
approved these changes
Feb 12, 2026
posthog-ios Compliance ReportDate: 2026-02-12 07:14:35 UTC
|
| Test | Status | Duration |
|---|---|---|
| Format Validation.Event Has Required Fields | ✅ | 2260ms |
| Format Validation.Event Has Uuid | ✅ | 2156ms |
| Format Validation.Event Has Lib Properties | ✅ | 2267ms |
| Format Validation.Distinct Id Is String | ✅ | 2294ms |
| Format Validation.Token Is Present | ✅ | 2335ms |
| Format Validation.Custom Properties Preserved | ✅ | 2107ms |
| Format Validation.Event Has Timestamp | ✅ | 2106ms |
| Retry Behavior.Retries On 503 | ❌ | 7189ms |
| Retry Behavior.Does Not Retry On 400 | ✅ | 4255ms |
| Retry Behavior.Does Not Retry On 401 | ✅ | 4178ms |
| Retry Behavior.Respects Retry After Header | ❌ | 7085ms |
| Retry Behavior.Implements Backoff | ❌ | 17337ms |
| Retry Behavior.Retries On 500 | ❌ | 7355ms |
| Retry Behavior.Retries On 502 | ❌ | 7268ms |
| Retry Behavior.Retries On 504 | ❌ | 7235ms |
| Retry Behavior.Max Retries Respected | ❌ | 17202ms |
| Deduplication.Generates Unique Uuids | ✅ | 2307ms |
| Deduplication.Preserves Uuid On Retry | ❌ | 7327ms |
| Deduplication.Preserves Uuid And Timestamp On Retry | ❌ | 12160ms |
| Deduplication.Preserves Uuid And Timestamp On Batch Retry | ❌ | 7395ms |
| Deduplication.No Duplicate Events In Batch | ✅ | 2642ms |
| Deduplication.Different Events Have Different Uuids | ✅ | 2350ms |
| Compression.Sends Gzip When Enabled | ✅ | 2260ms |
| Batch Format.Uses Proper Batch Structure | ✅ | 2405ms |
| Batch Format.Flush With No Events Sends Nothing | ✅ | 2082ms |
| Batch Format.Multiple Events Batched Together | ❌ | 2516ms |
| Error Handling.Does Not Retry On 403 | ✅ | 4282ms |
| Error Handling.Does Not Retry On 413 | ✅ | 4165ms |
| Error Handling.Retries On 408 | ❌ | 7325ms |
Failures
retry_behavior.retries_on_503
Expected at least 3 requests, got 1
retry_behavior.respects_retry_after_header
Expected at least 2 requests, got 1
retry_behavior.implements_backoff
Expected at least 3 requests, got 1
retry_behavior.retries_on_500
Expected at least 2 requests, got 1
retry_behavior.retries_on_502
Expected at least 2 requests, got 1
retry_behavior.retries_on_504
Expected at least 2 requests, got 1
retry_behavior.max_retries_respected
Expected 4 requests, got 1
deduplication.preserves_uuid_on_retry
Need at least 2 requests to check retry
deduplication.preserves_uuid_and_timestamp_on_retry
Expected at least 3 requests, got 1
deduplication.preserves_uuid_and_timestamp_on_batch_retry
UUIDs changed on retry: ['019C50B3-1049-78F6-B664-65DD27963677'] != ['019C50B3-109E-7FE1-A2AB-A2D000B9BE01']
batch_format.multiple_events_batched_together
Expected 1 requests, got 3
error_handling.retries_on_408
Expected at least 2 requests, got 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💡 Motivation and Context
#skip-changelog
💚 How did you test it?
📝 Checklist