pombreda / gevent

Automatically exported from code.google.com/p/gevent
0 stars 0 forks source link

testrunner yields 720 testcases passed; 23 failed; 2 timed out #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.src_test() {
        testing() {
                PYTHONPATH=${S}/$(ls -d ./build-$(python_get_version)/lib.linux*-${PYTHON_ABI}):${S}/greentest
                pushd greentest > /dev/null
                $(PYTHON) -d -m testrunner
                popd > /dev/null
        }
}

2. I've tired every other which way to run them and the testrunner is clearly 
designed to be run in this style, correct me if I am wrong.
3.

What is the expected output? What do you see instead?
 743 testcases passed; 

What version of the gevent are you using?

0.13.7.

On what operating system?

gentoo

On what Python?

well;
archtester mwlib # e
Available Python interpreters:
  [1]   python2.5
  [2]   python2.6
  [3]   python2.7
  [4]   python3.1
  [5]   python3.2 *

we do that in gentoo

Please provide any additional information below.

This will be new ebuild to portage and the test suite is there to be run.
Given 743 total, 23 insn't too bad and they appear fairly minor.
Rule of thumb is if a test fails; upstream devs should have it to assess && 
digest and figure what goes next.

It's a mammoth test suite for a little package and I suspect it might be 
testing greenlet more than gevent.

Original issue reported on code.google.com by del...@iinet.com.au on 12 May 2012 at 4:24

GoogleCodeExporter commented 9 years ago

Original comment by del...@iinet.com.au on 12 May 2012 at 4:25

Attachments:

GoogleCodeExporter commented 9 years ago
Hey, thanks for the report. Did you intend to attach the output of 
testrunner.py?

Anyway, I don't work on 0.13.x anymore, so they are unlikely to get fixed.

I suspect many of those failures are problems with tests rather than with 
gevent package.

Original comment by Denis.Bi...@gmail.com on 12 May 2012 at 4:47

GoogleCodeExporter commented 9 years ago
Did you intend to attach the output of testrunner.py?

I did.  gevent-0.13.7_build.log 

Original comment by del...@iinet.com.au on 13 May 2012 at 10:31

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/SiteSupport/gevent/issues/129

Original comment by Denis.Bi...@gmail.com on 14 Sep 2012 at 10:53