dawidwys commented on a change in pull request #7436: [FLINK-11071][core] add 
support for dynamic proxy classes resolution …
URL: https://github.com/apache/flink/pull/7436#discussion_r249462832
 
 

 ##########
 File path: 
flink-core/src/test/java/org/apache/flink/util/InstantiationUtilTest.java
 ##########
 @@ -46,6 +50,17 @@
  */
 public class InstantiationUtilTest extends TestLogger {
 
+       @Test
+       public void testResolveProxyClass() throws Exception {
 
 Review comment:
   This test does not check the new behavior. The proxy class is available in 
the same classloader as `InstantiationUtil`, which corresponds to a situation 
that the proxy class is available on the parent classpath in flink cluster. 
What you should actually test is when the proxy class is only available from 
user classloader. 
   
   In 
`org.apache.flink.runtime.classloading.ClassLoaderTest#testMessageDecodingWithUnavailableClass`
 you can check how to create a new classloader with a class. Also always please 
make sure that your test fails without the changes that are supposed to fix the 
tested problem (It is not the case here, it passes without your changes). 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to