Skip to content

Test maximum message sizes #41

Open
@kroezone

Description

@kroezone

With new embedding changes, there is a risk that some of the large composite objects could have a message size that exceeds the maximum, which would cause many nasty problems

We need to validate the maximum encoding size for every object type.

Suggested strategy:

  • Create sample objects of maximum size
  • Create static final constants listing the expected maximum size
  • Ensure sample object equal expected maximum
  • Add tests for invariants relating size of composite objects to size of embedded objects

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions