You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yang Wang (Jira)" <ji...@apache.org> on 2022/04/20 08:35:00 UTC

[jira] [Closed] (FLINK-27310) FlinkOperatorITCase failure due to JobManager replicas less than one

     [ https://issues.apache.org/jira/browse/FLINK-27310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yang Wang closed FLINK-27310.
-----------------------------
    Resolution: Fixed

Fixed via:

main:

e0e34cb481af597c2126760a0f4c81bacb7ea284

6e1f0e8c28986b515f7becb9968b9af25c8f4b6a

> FlinkOperatorITCase failure due to JobManager replicas less than one
> --------------------------------------------------------------------
>
>                 Key: FLINK-27310
>                 URL: https://issues.apache.org/jira/browse/FLINK-27310
>             Project: Flink
>          Issue Type: Bug
>          Components: Kubernetes Operator
>            Reporter: Usamah Jassat
>            Assignee: Biao Geng
>            Priority: Minor
>              Labels: pull-request-available
>
> The FlinkOperatorITCase test is currently failing, even in the CI pipeline 
>  
> {code:java}
> INFO] Running org.apache.flink.kubernetes.operator.FlinkOperatorITCase
>   
>   
>     
>     Error:  Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.178 s <<< FAILURE! - in org.apache.flink.kubernetes.operator.FlinkOperatorITCase
>   
>   
>     
>     Error:  org.apache.flink.kubernetes.operator.FlinkOperatorITCase.test  Time elapsed: 2.664 s  <<< ERROR!
>   
>   
>     
>     io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://192.168.49.2:8443/apis/flink.apache.org/v1beta1/namespaces/flink-operator-test/flinkdeployments. Message: Forbidden! User minikube doesn't have permission. admission webhook "vflinkdeployments.flink.apache.org" denied the request: JobManager replicas should not be configured less than one..
>   
>   
>     
>     	at flink.kubernetes.operator@1.0-SNAPSHOT/org.apache.flink.kubernetes.operator.FlinkOperatorITCase.test(FlinkOperatorITCase.java:86){code}
>  
> While the test is failing the CI test run is passing which also should be fixed then to fail on the test failure.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)