Sergey Nuyanzin created FLINK-38396:
---------------------------------------
Summary: DefaultKubernetesArtifactUploaderTest fails locally
Key: FLINK-38396
URL: https://issues.apache.org/jira/browse/FLINK-38396
Project: Flink
Issue Type: Bug
Components: Deployment / Kubernetes
Reporter: Sergey Nuyanzin
Assignee: Sergey Nuyanzin
It seems {{DefaultKubernetesArtifactUploaderTest}} could fail locally.
It expects kubernetes jar being in target folder
so this commands will succeed
{noformat}
./mvnw clean install -DskipTests -pl flink-kubernetes && ./mvnw install -pl
flink-kubernetes
{noformat}
and this fails
{noformat}
./mvnw clean install -pl flink-kubernetes
{noformat}
with failure as
{noformat}
[ERROR] Failures:
[ERROR]
DefaultKubernetesArtifactUploaderTest.testUpload:138->getFlinkKubernetesJar:203
[Could not find any matching files in
/home/snuyanzin/projects/flink/flink-kubernetes/target]
Expecting actual not to be empty
[ERROR]
DefaultKubernetesArtifactUploaderTest.testUploadAllWithAdditionalArtifacts:94->getFlinkKubernetesJar:203
[Could not find any matching files in
/home/snuyanzin/projects/flink/flink-kubernetes/target]
Expecting actual not to be empty
[ERROR]
DefaultKubernetesArtifactUploaderTest.testUploadAllWithOneJobJar:83->getFlinkKubernetesJar:203
[Could not find any matching files in
/home/snuyanzin/projects/flink/flink-kubernetes/target]
Expecting actual not to be empty
[ERROR]
DefaultKubernetesArtifactUploaderTest.testUploadNoOverwrite:149->getFlinkKubernetesJar:203
[Could not find any matching files in
/home/snuyanzin/projects/flink/flink-kubernetes/target]
Expecting actual not to be empty
[ERROR]
DefaultKubernetesArtifactUploaderTest.testUploadOverwrite:161->getFlinkKubernetesJar:203
[Could not find any matching files in
/home/snuyanzin/projects/flink/flink-kubernetes/target]
Expecting actual not to be empty
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)