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
Right now, each Suite Test has it's own sampler, however, other than being slow, this means that data cannot be shared between Suite Tests. So instead, the Sampler should be instantiated in the Suite, where the interface of the expected Sampler state lives.
Additionally, right now the Sampler only accepts a single ingestor, but should accept multiple. Additionally, the ingestors should have access to the Sampler state and be able to be ordered. Refactoring this is trivial.
The result is faster tests, way more capability, easier on relays and can fail faster.
Note: This could be taken a step further and passed up to the auditor, but this would likely warrant standardization between Suites, which could prove extremely difficult.
The text was updated successfully, but these errors were encountered:
Right now, each Suite Test has it's own sampler, however, other than being slow, this means that data cannot be shared between Suite Tests. So instead, the Sampler should be instantiated in the Suite, where the interface of the expected Sampler state lives.
Additionally, right now the Sampler only accepts a single ingestor, but should accept multiple. Additionally, the ingestors should have access to the Sampler state and be able to be ordered. Refactoring this is trivial.
The result is faster tests, way more capability, easier on relays and can fail faster.
Note: This could be taken a step further and passed up to the auditor, but this would likely warrant standardization between Suites, which could prove extremely difficult.
The text was updated successfully, but these errors were encountered: