[
https://issues.apache.org/jira/browse/BEAM-4302?focusedWorklogId=115737&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-115737
]
ASF GitHub Bot logged work on BEAM-4302:
----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Jun/18 01:30
Start Date: 26/Jun/18 01:30
Worklog Time Spent: 10m
Work Description: chamikaramj commented on a change in pull request
#5406: [BEAM-4302] add beam dependency checks
URL: https://github.com/apache/beam/pull/5406#discussion_r197988385
##########
File path:
.test-infra/jenkins/dependency_check/dependency_check_report_generator_test.py
##########
@@ -0,0 +1,123 @@
+#!/usr/bin/env python
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
Review comment:
Why not running these a part of the Jenkins job ? I think if it's not very
expensive we should run them (we do the same thing for performance tests). That
will make us more confident on the results. If we don't run them somewhere
automatically probably no one ever will and tests/code will become stale.
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 115737)
Time Spent: 85.5h (was: 85h 20m)
> Fix to dependency hell
> ----------------------
>
> Key: BEAM-4302
> URL: https://issues.apache.org/jira/browse/BEAM-4302
> Project: Beam
> Issue Type: New Feature
> Components: testing
> Reporter: yifan zou
> Assignee: yifan zou
> Priority: Major
> Time Spent: 85.5h
> Remaining Estimate: 0h
>
> # For Java, a daily Jenkins test to compare version of all Beam dependencies
> to the latest version available in Maven Central.
> # For Python, a daily Jenkins test to compare versions of all Beam
> dependencies to the latest version available in PyPI.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)