>Cannot follow. Can you elaborate? Also, why was this not an issue in the past?
When searching for classes on the classpath, if multple classes with the same name exist on the classpath, the first one found wins. This was causing the failures of the test, as it was using the `StreamsUpgradeTest` found in trunk. For the `1.1.1` upgrade the test is using the `StreamsUpgradeTest` in trunk and not the `upgrade-system-tests-11` module and failing due changes how the test is loaded. It wasn't an issue before because we were specifying those versions. [ Full content available at: https://github.com/apache/kafka/pull/5605 ] This message was relayed via gitbox.apache.org for [email protected]
