KAFKA-2558: ServerShutdownTest is failing intermittently#224
Conversation
|
kafka-trunk-git-pr #452 FAILURE |
|
Thanks for checking @onurkaraman |
There was a problem hiding this comment.
Passing a parameter called testName to a non test class is not ideal. We could either override the thread creation in the test or pass a more generic parameter (maybe requestThreadNamePrefix). What do you think?
There was a problem hiding this comment.
I'm fine with making the name more generic (e.g., threadNamePrefix).
There was a problem hiding this comment.
I think threadNamePrefix is fine.
|
Could you fix TestUtils.verifyNonDaemonThreadsStatus also? |
|
kafka-trunk-git-pr #470 FAILURE |
|
kafka-trunk-git-pr #474 SUCCESS |
|
LGTM. |
multi_tenant_test.py is mostly testing OAuth, not multi-tenancy. Its functionality is duplicated by the CCloud tests.
See jira for a description.