Skip to content

Fix cargo test --all-features failures - #353

Merged
mheffner merged 1 commit into
mainfrom
fix/all-features-test-failures
Aug 2, 2026
Merged

Fix cargo test --all-features failures#353
mheffner merged 1 commit into
mainfrom
fix/all-features-test-failures

Conversation

@mheffner

@mheffner mheffner commented Aug 2, 2026

Copy link
Copy Markdown
Member

Summary

  • Handle new StringValueStrindex AnyValue variant in the parquet exporter — this is a profiling-only string table index added in otel-proto 0.32.1; treated as empty string for non-profiling signals per the proto spec
  • Increase Python processor ack timeout from 500ms to 10s to avoid flakiness under parallel test load when competing for the Python GIL

Two fixes:
- Handle new StringValueStrindex AnyValue variant (profiling-only string table
  index added in otel-proto 0.32.1) in parquet exporter; treat as empty string
  for non-profiling signals per the proto spec
- Increase Python processor ack timeout from 500ms to 10s to avoid flakiness
  under parallel test load when competing for the Python GIL
@mheffner
mheffner merged commit 64a1662 into main Aug 2, 2026
12 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