You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): de-flake tracer fallback test and loosen memory thresholds (#9485)
- test_otlp_fallback_to_file_when_selected_exporter_missing: hoist
opentelemetry imports above patch.dict("sys.modules", ...). On exit
patch.dict restores its entry-time snapshot, evicting modules first
imported inside the block; the post-block re-import created a new
TracerProvider class and broke isinstance().
- test_get_variable_preview_bytesarray / _memory_numpy: bump RSS delta
threshold from <1MB to <5MB to absorb macOS arm64 allocator noise.
Still well under the 100MB array size, so a real full copy still fails.
0 commit comments