AncyRominus commented on code in PR #733:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/733#discussion_r1429764133


##########
flink-kubernetes-webhook/pom.xml:
##########
@@ -127,6 +132,11 @@ under the License.
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>${surefire-plugin.version}</version>

Review Comment:
    This plugin is required for the successful execution of the test 
AdmissionHandlerTest.testMutateHandler. Else it will throw <500 Internal Server 
Error> while mutating the SessionJob as it’s using the deployment from the 
informerManager which uses Kubernetes Client.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to