HuangLED commented on issue #11319: [BEAM-9703]Include user distritribution into metric-dedicated validate runner test. URL: https://github.com/apache/beam/pull/11319#issuecomment-612117957 > > gradlew lint and test both work fine on my local repository. > > test command: python setup.py nosetests --tests apache_beam.metrics.metric_test:MetricsTest.test_user_counter_using_pardo > > And the PythonLint by github, is from a different file(not touched by this PR): > > 00:42:57 apache_beam/transforms/environments.py:255:12: F821 undefined name 'from_container_image' > > 00:42:57 return from_container_image( > > 00:42:57 ^ > > 00:42:57 1 F821 undefined name 'from_container_image' > > Not sure why. Looking. > > This is a known issue. Note you never need to pull from head unless there is a conflict since your changes will be automatically applied on to what is currently at HEAD when the tests are run. Good to know. Thanks!
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
