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
tests: adjust event sizes for DLQ boundaries with CBOR stringref extension
With the CBOR stringref extension enabled, we add a 3-byte overhead to each
event to activate the extension, and eliminate 24 bytes of overhead for each
event's secondary instances of `org.logstash.ConvertedMap`. Since the events
under test have exactly two instances of `org.logstash.ConvertedMap`, this
is a net reduction of 21 bytes of overhead.
This changes the specifically-constructed events to have the intended lengths
to test their specific edge-cases.
0 commit comments