ci: expand Rust SDK harness codec and blocking flags coverage - #249
Draft
dustinbyrne wants to merge 1 commit into
Draft
ci: expand Rust SDK harness codec and blocking flags coverage#249dustinbyrne wants to merge 1 commit into
dustinbyrne wants to merge 1 commit into
Conversation
Contributor
posthog-rs-v0-blocking-encoding_gzip Compliance ReportDate: 2026-09-07T20:17:37.177149+00:00 ✅ All Tests Passed!17/17 tests passed Feature_Flags Tests✅ 17/17 tests passed View Details
|
Contributor
posthog-rs-v1-async-encoding_zstd Compliance ReportDate: 2026-09-07T20:17:52.278819+00:00 ✅ All Tests Passed!111/111 tests passed Capture_V1 Tests✅ 94/94 tests passed View Details
Feature_Flags Tests✅ 17/17 tests passed View Details
|
Contributor
posthog-rs-v1-async-encoding_gzip Compliance ReportDate: 2026-09-07T20:17:56.833211+00:00 ✅ All Tests Passed!112/112 tests passed Capture_V1 Tests✅ 95/95 tests passed View Details
Feature_Flags Tests✅ 17/17 tests passed View Details
|
Contributor
posthog-rs-v1-async-encoding_deflate Compliance ReportDate: 2026-09-07T20:17:57.851572+00:00 ✅ All Tests Passed!111/111 tests passed Capture_V1 Tests✅ 94/94 tests passed View Details
Feature_Flags Tests✅ 17/17 tests passed View Details
|
Contributor
posthog-rs-v1-async-encoding_br Compliance ReportDate: 2026-09-07T20:18:09.040132+00:00 ✅ All Tests Passed!111/111 tests passed Capture_V1 Tests✅ 94/94 tests passed View Details
Feature_Flags Tests✅ 17/17 tests passed View Details
|
Contributor
posthog-rs-v0-async-encoding_gzip Compliance ReportDate: 2026-09-07T20:19:28.006408+00:00 ✅ All Tests Passed!47/47 tests passed Capture Tests✅ 30/30 tests passed View Details
Feature_Flags Tests✅ 17/17 tests passed View Details
|
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
Expand recurring Rust SDK wire coverage to harness 1.0.0, including V0/V1 non-UTC timestamp cases and the supported V1 deflate, Brotli and zstd profiles alongside gzip.
Non-gzip codec assertions are header-only: harness 1.0.0 does not decode those bodies. Existing adapter UUID/version/state and flush-completion limitations are documented; passing wire tests do not establish full adapter-interface compliance.
💚 How did you test it?
Against the pinned harness 1.0.0 locally, using the in-tree SDK:
All 509 invocations passed. Adapter tests and clippy passed in the default, V1 and blocking builds; formatting and Compose configuration checks passed. Local Docker execution was unavailable; the workflows will validate the container builds.
📝 Checklist