Mark Liu created BEAM-7347:
------------------------------
Summary: beam_Performance failed with benchmark flag config error
Key: BEAM-7347
URL: https://issues.apache.org/jira/browse/BEAM-7347
Project: Beam
Issue Type: Bug
Components: test-failures
Reporter: Mark Liu
All performance benchmarks are affected.
Error log from [latest beam_PerformanceTests_TextIOIT
run|https://builds.apache.org/view/A-D/view/Beam/view/PerformanceTests/job/beam_PerformanceTests_TextIOIT/2008/console]:
{code}
00:00:24.372 2019-05-17 00:21:24,724 5d6e9583 MainThread
beam_integration_benchmark(1/1) ERROR Error during benchmark
beam_integration_benchmark
00:00:24.372 Traceback (most recent call last):
00:00:24.372 File
"/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_TextIOIT/PerfKitBenchmarker/perfkitbenchmarker/pkb.py",
line 752, in RunBenchmark
00:00:24.372 DoProvisionPhase(spec, detailed_timer)
00:00:24.372 File
"/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_TextIOIT/PerfKitBenchmarker/perfkitbenchmarker/pkb.py",
line 538, in DoProvisionPhase
00:00:24.372 spec.ConstructDpbService()
00:00:24.372 File
"/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_TextIOIT/PerfKitBenchmarker/perfkitbenchmarker/benchmark_spec.py",
line 209, in ConstructDpbService
00:00:24.372 self.dpb_service = dpb_service_class(self.config.dpb_service)
00:00:24.372 File
"/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_TextIOIT/PerfKitBenchmarker/perfkitbenchmarker/providers/gcp/gcp_dpb_dataflow.py",
line 53, in __init__
00:00:24.372 super(GcpDpbDataflow, self).__init__(dpb_service_spec)
00:00:24.372 File
"/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_TextIOIT/PerfKitBenchmarker/perfkitbenchmarker/dpb_service.py",
line 127, in __init__
00:00:24.372 'The flag dpb_service_zone must be provided, for
provisioning.')
00:00:24.372 InvalidFlagConfigurationError: The flag dpb_service_zone must be
provided, for provisioning.
{code}
Seems certain change on
[PerfkitBenchmarker|https://github.com/GoogleCloudPlatform/PerfKitBenchmarker]
breaks our
[beam_integration_benchmark|https://github.com/GoogleCloudPlatform/PerfKitBenchmarker/blob/master/perfkitbenchmarker/linux_benchmarks/beam_integration_benchmark.py].
However, we may be able to have a quick fix on our side.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)