We currently have a few different ways to construct header test suite for generating headers whereas we could just unify them into a single constructor NewTestSuite and allow variadic amount of opts, like WithTimestampSpacing to set parameters on the test suite.
Lower priority, but would clean things up even further.
Related to #4032
We currently have a few different ways to construct header test suite for generating headers whereas we could just unify them into a single constructor
NewTestSuiteand allow variadic amount of opts, likeWithTimestampSpacingto set parameters on the test suite.Lower priority, but would clean things up even further.
Related to #4032