[
https://issues.apache.org/jira/browse/FLINK-22564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17339588#comment-17339588
]
Matthias commented on FLINK-22564:
----------------------------------
Thanks for pointing that out. [~chesnay] gave me some clarity on the issue. The
Kubernetes-related ITCases are triggered as part of the {{misc}} profile but
skipped due to the missing {{ITCASE_KUBECONFIG}} variable. But they are also
triggered as part of the e2e tests (in the
[run-nightly-tests.sh:136|https://github.com/apache/flink/blob/42b9d730f50fe55ab9781739e952fff817fe1312/flink-end-to-end-tests/run-nightly-tests.sh#L136).
We can verify that the tests get triggered in the e2e stage as shown in [this
build|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=17556&view=logs&j=c88eea3b-64a0-564d-0031-9fdcd7b8abee&t=ff888d9b-cd34-53cc-d90f-3e446d355529&l=2761].
What worries me is that the {{KubernetesStateHandleStoreITCase}} failed but
the corresponding testcase was tagged as successful (see [log line
2913|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=17556&view=logs&j=c88eea3b-64a0-564d-0031-9fdcd7b8abee&t=ff888d9b-cd34-53cc-d90f-3e446d355529&l=2913])
> ITCASE_KUBECONFIG is not exported
> ---------------------------------
>
> Key: FLINK-22564
> URL: https://issues.apache.org/jira/browse/FLINK-22564
> Project: Flink
> Issue Type: Bug
> Components: Deployment / Kubernetes, Test Infrastructure
> Affects Versions: 1.13.0, 1.12.3
> Reporter: Matthias
> Priority: Major
> Labels: test-stability
> Fix For: 1.13.1, 1.12.4
>
>
> It appears that the k8s ITCases located in {{test_kubernetes_itcases.sh}} are
> not running (e.g.
> [here|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=17412&view=ms.vss-test-web.build-test-results-tab&runId=494592&resultId=100770&paneView=debug]
> and
> [here|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=17556&view=ms.vss-test-web.build-test-results-tab&runId=505566&resultId=100765&paneView=debug])
> due to {{ITCASE_KUBECONFIG}} not being available within the JVM.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)