It's intentional. We first randomly generate a seed, then we create a (pseudo)Random for test data generation from the seed. If the test fails, we can deterministicaly reproduce the (pseudorandom) test exactly, but only if we know the seed.
That said, I want to play around with it some more, and see if I can get it to only print the seed if there are test failures. Also, there's currently no option to run the tests with the seed, but you could always just drop in the literal when you're debugging locally. [ Full content available at: https://github.com/apache/kafka/pull/5567 ] This message was relayed via gitbox.apache.org for [email protected]
