zentol commented on a change in pull request #18847:
URL: https://github.com/apache/flink/pull/18847#discussion_r811051271



##########
File path: 
flink-architecture-tests/flink-architecture-tests-test/src/main/java/org/apache/flink/architecture/rules/ITCaseRules.java
##########
@@ -130,7 +130,7 @@
 
     private static DescribedPredicate<JavaClass> miniClusterExtensionRule() {
         return containAnyFieldsInClassHierarchyThat(
-                arePublicStaticFinalAssignableTo(MiniClusterExtension.class));
+                
arePublicStaticFinalAssignableTo(InternalMiniClusterExtension.class));

Review comment:
       This will need further adjustments to allow private fields, and it 
should check that we actually use RegisterExtension.
   Also needs to cover ExtendWith(..)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to