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
test: add regression tests for protobuf >= 7.34.0 compatibility (#6435)
PR #6015 replaced MessageToDict with a custom dict builder in
feature_server.py, which incidentally fixed the crash caused by the
removed float_precision kwarg in protobuf >= 7.34.0.
Add explicit regression tests to prevent reintroduction:
- Verify convert_response_to_dict never calls MessageToDict
- Verify double precision round-trips without float_precision kwarg
Fixes#6435
Assisted-by: Claude Opus 4.6
Signed-off-by: Jonathan Wrede <wrede.jonathan00@gmail.com>
0 commit comments