census-instrumentation / opencensus-node

A stats collection and distributed tracing framework
https://opencensus.io
Apache License 2.0
273 stars 97 forks source link

test: remove check for specific byte size in gRPC tests #1100

Closed aabmass closed 1 year ago

aabmass commented 1 year ago

test: remove check for specific byte size in gRPC tests

This check is prone to flaking with upgrades of object-sizeof package as well as being different across different versions of node. I think simply checking that the size was not zero is sufficient and avoids making the test too specific.