You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/19 20:26:00 UTC

[jira] [Work logged] (BEAM-8744) Fix error in Beam Dependency Check Report

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

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

                Author: ASF GitHub Bot
            Created on: 19/Nov/19 20:25
            Start Date: 19/Nov/19 20:25
    Worklog Time Spent: 10m 
      Work Description: suztomo commented on issue #10156: [BEAM-8744] Fix error in Beam Dependency Check Report
URL: https://github.com/apache/beam/pull/10156#issuecomment-555696730
 
 
   Run Dependency Check
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 346231)
    Time Spent: 20m  (was: 10m)

> Fix error in Beam Dependency Check Report
> -----------------------------------------
>
>                 Key: BEAM-8744
>                 URL: https://issues.apache.org/jira/browse/BEAM-8744
>             Project: Beam
>          Issue Type: Bug
>          Components: build-system
>            Reporter: Tomo Suzuki
>            Assignee: Tomo Suzuki
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The latest changes had a bug.
> https://builds.apache.org/job/beam_Dependency_Check/238/console
> {noformat}
> 12:41:11 python -m dependency_check.dependency_check_report_generator_test
> 12:41:11 Traceback (most recent call last):
> 12:41:11   File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
> 12:41:11     "__main__", mod_spec)
> 12:41:11   File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
> 12:41:11     exec(code, run_globals)
> 12:41:11   File "/home/jenkins/jenkins-slave/workspace/beam_Dependency_Check/src/.test-infra/jenkins/dependency_check/dependency_check_report_generator_test.py", line 26, in <module>
> 12:41:11     from .dependency_check_report_generator import prioritize_dependencies
> 12:41:11   File "/home/jenkins/jenkins-slave/workspace/beam_Dependency_Check/src/.test-infra/jenkins/dependency_check/dependency_check_report_generator.py", line 146
> 12:41:11     if (jira_issue and jira_issue.fields.status.name in ['Open', 'Reopened', 'TRIAGE NEEDED'):
> 12:41:11                                                                                             ^
> 12:41:11 SyntaxError: invalid syntax
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)