You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Chamikara Jayalath (JIRA)" <ji...@apache.org> on 2018/04/03 15:51:00 UTC

[jira] [Resolved] (BEAM-3980) Performance tests are failing due to AttributeError: run_with_pdb

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

Chamikara Jayalath resolved BEAM-3980.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: Not applicable

> Performance tests are failing due to AttributeError: run_with_pdb
> -----------------------------------------------------------------
>
>                 Key: BEAM-3980
>                 URL: https://issues.apache.org/jira/browse/BEAM-3980
>             Project: Beam
>          Issue Type: Bug
>          Components: testing
>            Reporter: Chamikara Jayalath
>            Assignee: Łukasz Gajowy
>            Priority: Major
>             Fix For: Not applicable
>
>
> For example,
> [https://builds.apache.org/view/A-D/view/Beam/job/beam_PerformanceTests_Compressed_TextIOIT/326/console]
> 2018-04-02 12:00:33,054 6605f314 MainThread INFO Completion statuses can be found at: /home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Compressed_TextIOIT/runs/6605f314/completion_statuses.json
>  Traceback (most recent call last):
>  File "PerfKitBenchmarker/pkb.py", line 21, in <module>
>  sys.exit(Main())
>  File "/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Compressed_TextIOIT/PerfKitBenchmarker/perfkitbenchmarker/pkb.py", line 952, in Main
>  return RunBenchmarks()
>  File "/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Compressed_TextIOIT/PerfKitBenchmarker/perfkitbenchmarker/pkb.py", line 868, in RunBenchmarks
>  if FLAGS.run_with_pdb and FLAGS.run_processes == 1:
>  File "/home/jenkins/.local/lib/python2.7/site-packages/absl/flags/_flagvalues.py", line 477, in __getattr__
>  raise AttributeError(name)
>  AttributeError: run_with_pdb
>  Build step 'Execute shell' marked build as failure
>  Sending e-mails to: commits@beam.apache.org
>  Finished: FAILURE
>  
> Not sure if this is the reason for the failure or if this occurred after the failure.



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