[ 
https://issues.apache.org/jira/browse/HBASE-15896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15304129#comment-15304129
 ] 

stack commented on HBASE-15896:
-------------------------------

{code}
kalashnikov:hbase.git.commit stack$ pip install -r 
dev-support/python-requirements.txt
Requirement already satisfied (use --upgrade to upgrade): requests in 
/usr/local/lib/python2.7/site-packages (from -r 
dev-support/python-requirements.txt (line 18))
Requirement already satisfied (use --upgrade to upgrade): gitpython in 
/usr/local/lib/python2.7/site-packages (from -r 
dev-support/python-requirements.txt (line 19))
Requirement already satisfied (use --upgrade to upgrade): rbtools in 
/usr/local/lib/python2.7/site-packages (from -r 
dev-support/python-requirements.txt (line 20))
Requirement already satisfied (use --upgrade to upgrade): gitdb>=0.6.4 in 
/usr/local/lib/python2.7/site-packages (from gitpython->-r 
dev-support/python-requirements.txt (line 19))
Requirement already satisfied (use --upgrade to upgrade): six>=1.8.0 in 
/usr/local/lib/python2.7/site-packages (from rbtools->-r 
dev-support/python-requirements.txt (line 20))
Requirement already satisfied (use --upgrade to upgrade): smmap>=0.8.5 in 
/usr/local/lib/python2.7/site-packages (from gitdb>=0.6.4->gitpython->-r 
dev-support/python-requirements.txt (line 19))
kalashnikov:hbase.git.commit stack$ ./dev-support/findHangingTests.py
Traceback (most recent call last):
  File "./dev-support/findHangingTests.py", line 23, in <module>
    import requests
ImportError: No module named requests
{code}

Problem for me is here:

  #!/usr/bin/python

vs... the default python my shell uses which is at /usr/local/bin/python

python ./dev-support/findHangingTests.py works for me.

I changed the first line in ./dev-support/findHangingTests.py to be 
/usr/bin/env python and then pushed it. Thanks [~appy]

> Add timeout tests to flaky list from report-flakies.py
> ------------------------------------------------------
>
>                 Key: HBASE-15896
>                 URL: https://issues.apache.org/jira/browse/HBASE-15896
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Appy
>            Assignee: Appy
>             Fix For: 2.0.0
>
>         Attachments: HBASE-15896_master_v1.patch, 
> HBASE-15896_master_v2.patch, HBASE-15896_master_v3.patch, 
> HBASE-15896_master_v4.patch
>
>
> - Adds timed-out tests to flaky list. Dumps two new files for reference, 
> 'timeout' and 'failed' for corresponding list of bad tests.
> - Set --max-builds for different urls separately. This is needed so that we 
> can turn the knobs for post-commit job and flaky-tests job separately.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to