Proposal: Optimize tests - #506
Conversation
|
In the included example, I would prefer to combine the create and delete into one test that first creates and then deletes the same topic instead of passing state between two tests. That would allow for true isolation and parallelism. I did it this way here as an example of what might be the better option for some of the other test modules. I'm curious if you would welcome me doing some test refactoring to try and make them more explicit, isolated, repeatable, and potentially faster overall execution time. |
|
some of the test cases (integration test with real Kafka) may use the same topic-partitions, e.g.
Sure, this is very much welcome. |
Submitting this MR as an example. What are your thoughts on: