-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
Area: TestingIncludes tests and testing utilities that we have for unit and e2e tests within our repo.Includes tests and testing utilities that we have for unit and e2e tests within our repo.P2Type: Testing
Description
While adding a new compressor test in #7938, it was seen that registering a new compressor during one test causes TestClientSupportedCompressors
to fail. TestClientSupportedCompressors
verifies the list of compressors supported by clients. If a test compressor is registered in the same test file, it shows up in the list of supported compressors, failing the test, example failure logs.
There is a deprecated WithCompressor, dial option that can be used without registering a compressor. We should find a way to ensure that tests don't influence each other in such a way.
Metadata
Metadata
Assignees
Labels
Area: TestingIncludes tests and testing utilities that we have for unit and e2e tests within our repo.Includes tests and testing utilities that we have for unit and e2e tests within our repo.P2Type: Testing