[
https://issues.apache.org/jira/browse/BEAM-4836?focusedWorklogId=125530&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-125530
]
ASF GitHub Bot logged work on BEAM-4836:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Jul/18 15:23
Start Date: 20/Jul/18 15:23
Worklog Time Spent: 10m
Work Description: lgajowy closed pull request #6009: [BEAM-4836] IOIT
tests fails on Jenkins because of numpy version
URL: https://github.com/apache/beam/pull/6009
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/.test-infra/jenkins/CommonJobProperties.groovy
b/.test-infra/jenkins/CommonJobProperties.groovy
index 42af9c1898a..0af79eb7d7a 100644
--- a/.test-infra/jenkins/CommonJobProperties.groovy
+++ b/.test-infra/jenkins/CommonJobProperties.groovy
@@ -320,10 +320,13 @@ class CommonJobProperties {
// Clone appropriate perfkit branch
shell('git clone
https://github.com/GoogleCloudPlatform/PerfKitBenchmarker.git')
- // Install Perfkit benchmark requirements.
- shell('.env/bin/pip install -r PerfKitBenchmarker/requirements.txt')
+
// Install job requirements for Python SDK.
shell('.env/bin/pip install -e ' + CommonJobProperties.checkoutDir +
'/sdks/python/[gcp,test]')
+
+ // Install Perfkit benchmark requirements.
+ shell('.env/bin/pip install -r PerfKitBenchmarker/requirements.txt')
+
// Launch performance test.
shell(".env/bin/python PerfKitBenchmarker/pkb.py $pkbArgs")
}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 125530)
Time Spent: 40m (was: 0.5h)
> IOIT tests fails on Jenkins because of numpy version
> ----------------------------------------------------
>
> Key: BEAM-4836
> URL: https://issues.apache.org/jira/browse/BEAM-4836
> Project: Beam
> Issue Type: Bug
> Components: testing
> Reporter: Kasia Kucharczyk
> Assignee: Kasia Kucharczyk
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Perfkit requires 1.13 numpy version. But probably because of
> [https://github.com/apache/beam/pull/5565] in beam there is numpy-1.14.
> Failure details (more details here
> [https://builds.apache.org/job/beam_PerformanceTests_MongoDBIO_IT/452/] ):
> perfkitbenchmarker.errors.PythonPackageRequirementUnfulfilled: A Python
> package requirement was not met while checking
> "/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_MongoDBIO_IT/PerfKitBenchmarker/requirements.txt":
> numpy 1.14.5 is installed but numpy==1.13.3 is required
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)