Open
Description
To prevent more bugs like #1260 slipping through we should have more thorough integration and unit tests that test most aspects of message (de)serialization.
Ideas:
- Tests that use most properties from
BasicProperties
and insert random string, number and binary values into theBasicProperties.Headers
dictionary and make sure they are sent and received as expected. - Write proper unit-tests for individual Frame (de)serializations and parallelize them to make sure nothing unexpected happens where we might be dipping down into
unsafe
code.WireFormatting.WriteLongstr
comes to mind. - More?
CCing @bollhals for added input :)
Metadata
Metadata
Assignees
Labels
No labels