You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/10 11:14:00 UTC

[jira] [Work logged] (BEAM-3809) beam_PerformanceTests_Python failing

     [ https://issues.apache.org/jira/browse/BEAM-3809?focusedWorklogId=100557&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-100557 ]

ASF GitHub Bot logged work on BEAM-3809:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/May/18 11:13
            Start Date: 10/May/18 11:13
    Worklog Time Spent: 10m 
      Work Description: lgajowy opened a new pull request #5328: [BEAM-3809] Disable python test until it's fixed
URL: https://github.com/apache/beam/pull/5328
 
 
   This commit disables python performance tests job because it's been
   failing for 4 months now. It's better to disable it so that it doesnt
   waste jenkins resources and generate spam on mailing lists.
   Note that it is not the issue resolution. The issue should be marked
   as solved only if someone actually fixes the job.
   
   ------------------------
   
   Follow this checklist to help us incorporate your contribution quickly and easily:
   
    - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/projects/BEAM/issues/) filed for the change (usually before you start working on it).  Trivial changes like typos do not require a JIRA issue.  Your pull request should address just this issue, without pulling in other changes.
    - [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA issue.
    - [ ] Write a pull request description that is detailed enough to understand:
      - [ ] What the pull request does
      - [ ] Why it does it
      - [ ] How it does it
      - [ ] Why this approach
    - [ ] Each commit in the pull request should have a meaningful subject line and body.
    - [ ] Run `./gradlew build` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
    - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 100557)
            Time Spent: 10m
    Remaining Estimate: 0h

> beam_PerformanceTests_Python failing
> ------------------------------------
>
>                 Key: BEAM-3809
>                 URL: https://issues.apache.org/jira/browse/BEAM-3809
>             Project: Beam
>          Issue Type: Bug
>          Components: testing
>            Reporter: Ahmet Altay
>            Assignee: Mark Liu
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Looks like a misconfiguration based on the error.
>  
> Example test:
> [https://builds.apache.org/view/A-D/view/Beam/job/beam_PerformanceTests_Python/1000/console]
>  
> Error I see:
> error: option --test-pipeline-options not recognized
> 2018-03-08 18:48:08,202 9e009d45 MainThread beam_integration_benchmark(1/1) ERROR    Error during benchmark beam_integration_benchmark
> Traceback (most recent call last):
>   File "/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Python/PerfKitBenchmarker/perfkitbenchmarker/pkb.py", line 622, in RunBenchmark
>     DoRunPhase(spec, collector, detailed_timer)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Python/PerfKitBenchmarker/perfkitbenchmarker/pkb.py", line 525, in DoRunPhase
>     samples = spec.BenchmarkRun(spec)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Python/PerfKitBenchmarker/perfkitbenchmarker/linux_benchmarks/beam_integration_benchmark.py", line 159, in Run
>     job_type=job_type)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Python/PerfKitBenchmarker/perfkitbenchmarker/providers/gcp/gcp_dpb_dataflow.py", line 90, in SubmitJob
>     assert retcode == 0, "Integration Test Failed."



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)