Open
Description
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