[ https://issues.apache.org/jira/browse/HBASE-16384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15423977#comment-15423977 ]
Appy commented on HBASE-16384: ------------------------------ bq.Order imports alphabetically, but grouped as described in PEP 8. The current order didn't throw lint warning so i thought it was fine. Anyways, changed it for better. If its still not perfect, please ignore it as i really consider it a nit. bq. Can probably remove the brackets around the metavar for excluded_builds to be more clear on how to pass arguments. done bq. In your new get_bad_tests, you removed the assignment of result. I'm also confused about why the doc suggests you'll return a list, but then you actually return an empty dictionary sometimes. Good catch. i thought intellij's rename would rename every usage, but seems like it left this bug. bq. Use enumerate in place of for i in range(len(job_urls)) to stay Pythonic I noticed it in lint, but this can't be changed. i is used for getting corresponding elements in other args. There may be other fancy pythonic way to do this, but i'd rather not get hung up on that. > Update report-flakies.py script to allow specifying a list of build ids to be > excluded > -------------------------------------------------------------------------------------- > > Key: HBASE-16384 > URL: https://issues.apache.org/jira/browse/HBASE-16384 > Project: HBase > Issue Type: Bug > Reporter: Appy > Assignee: Appy > Attachments: HBASE-16384.master.001.patch, > HBASE-16384.master.002.patch, HBASE-16384.master.003.patch, > HBASE-16384.master.004.patch, HBASE-16384.master.005.patch, > HBASE-16384.master.006.patch > > > Sometimes, builds fail mysteriously and leave lots of tests hanging. This > makes [flaky > list|https://builds.apache.org/job/HBase-Find-Flaky-Tests/lastSuccessfulBuild/artifact/dashboard.html] > go crazy. > This patch adds that feature to specify build ids to exclude in > report-flakies.py. > If we find that a build screwed up, we can exclude it using "exclude=" option > in --urls param and rerun the job to fix the flaky list. -- This message was sent by Atlassian JIRA (v6.3.4#6332)