Chamikara Jayalath created BEAM-3980:
----------------------------------------
Summary: 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
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: [email protected]
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)