>Cannot follow. Can you elaborate? Also, why was this not an issue in the past?

When searching for classes on the classpath, if multiple 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.  The `StreamsUpgradeTest` in the `upgrade-system-tests` expects 
different arguments (kafka bootstrap servers string and a properties file name).

I made the changes to the other `kafka-run-class` assuming the same problem 
would occur as it was the same situation.

[ Full content available at: https://github.com/apache/kafka/pull/5605 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to