Skip to content

Instantly share code, notes, and snippets.

@snarkmaster
Created February 13, 2018 01:38
Show Gist options
  • Save snarkmaster/3f78cf04cfacb7abf2a8da9b95298075 to your computer and use it in GitHub Desktop.
Save snarkmaster/3f78cf04cfacb7abf2a8da9b95298075 to your computer and use it in GitHub Desktop.
(mypy) lesha@ubuntu:~/github/snarkmaster/mypy$ ./runtests.py
PARALLEL 1
SUMMARY 127 tasks selected
============================= test session starts ==============================
platform linux -- Python 3.6.4, pytest-3.4.0, py-1.5.2, pluggy-0.6.0
rootdir: /home/lesha/github/snarkmaster/mypy, inifile: pytest.ini
plugins: xdist-1.22.0, forked-0.2, cov-2.5.1
gw0 [5691]
scheduling tests via LoadScheduling
..............................s......................................... [ 1%]
........................................................................ [ 2%]
........................................................................ [ 3%]
........................................................................ [ 5%]
........................................................................ [ 6%]
........................................................................ [ 7%]
........................................................................ [ 8%]
........................................................................ [ 10%]
.........s.............................................................. [ 11%]
............................................s........................... [ 12%]
.........................................s.............................. [ 13%]
........................................................................ [ 15%]
........................................................................ [ 16%]
........................................................................ [ 17%]
........................................................................ [ 18%]
...................................................................s.... [ 20%]
........................................................................ [ 21%]
........................................................................ [ 22%]
........................................................................ [ 23%]
..........................................ss...s........................ [ 25%]
ss...................................................................... [ 26%]
........................................................................ [ 27%]
........................................................................ [ 28%]
........................................................................ [ 30%]
........................................................................ [ 31%]
........................................................................ [ 32%]
........................................................................ [ 34%]
...............................................ss....................... [ 35%]
........................................................................ [ 36%]
........................................................................ [ 37%]
........................................................................ [ 39%]
........................................................................ [ 40%]
........................................................................ [ 41%]
........................................................................ [ 42%]
........................................................................ [ 44%]
........................................................................ [ 45%]
........................................................................ [ 46%]
........................................................................ [ 47%]
..................................s..................................... [ 49%]
......................................................s................. [ 50%]
...............ss....................................................... [ 51%]
...............s........................................................ [ 52%]
........................................................................ [ 54%]
........................................................................ [ 55%]
....................................................................ss.. [ 56%]
........................................................................ [ 57%]
........................................................................ [ 59%]
......s................................................................. [ 60%]
.....................................................s.................. [ 61%]
....................................................................s... [ 62%]
........s.................s....s......................s................. [ 64%]
......s..sss...............................ss........sss.s......sss.s... [ 65%]
.....................s....s.s....s....s.......s..ssss...s....s....ssss.. [ 66%]
sss.sssss...s........................................................... [ 67%]
........................................................................ [ 69%]
........................................................................ [ 70%]
........................................................................ [ 71%]
......................................s................................. [ 72%]
........................................................................ [ 74%]
........................................................................ [ 75%]
........................................................................ [ 76%]
..................s..................................................... [ 78%]
............sss......................................................... [ 79%]
........................................................................ [ 80%]
........................................................................ [ 81%]
........................................................................ [ 82%]
........................................................................ [ 84%]
........................................................................ [ 85%]
........................................................................ [ 86%]
........................................................................ [ 88%]
........................................................................ [ 89%]
........................................................................ [ 90%]
................s....................................................... [ 91%]
......s....sss........................s........s........................ [ 93%]
....................................s................................... [ 94%]
...................sssssssssssssssssssssssssssssssssssssssssssssss...... [ 95%]
........................................................................ [ 96%]
...........F............................................................ [ 97%]
........................................................................ [ 97%]
...
=================================== FAILURES ===================================
_____________________________ testCoberturaParser ______________________________
[gw0] linux -- Python 3.6.4 /home/lesha/virtualenv/mypy/bin/python3
data: /home/lesha/github/snarkmaster/mypy/test-data/unit/reports.test:17:
/home/lesha/github/snarkmaster/mypy/mypy/test/testcmdline.py:37: in run_case
test_python_cmdline(testcase)
/home/lesha/github/snarkmaster/mypy/mypy/test/testcmdline.py:78: in test_python_cmdline
path))
/home/lesha/github/snarkmaster/mypy/mypy/test/helpers.py:95: in assert_string_arrays_equal
raise AssertionError(msg)
E AssertionError: Output file tmp/build/cobertura.xml did not match its expected output
----------------------------- Captured stderr call -----------------------------
Expected:
<coverage timestamp="$TIMESTAMP" version="$VERSION" line-rate="0.8000" branch-rate="0"> (diff)
<sources>
<source>$PWD</source>
</sources>
<packages>
...
Actual:
<coverage timestamp="$TIMESTAMP" version="$VERSION-$TIMESTAMP684db565049424bc634a59a2befbbd" line-rate="0.8000" branch-rate="0"> (diff)
<sources>
<source>$PWD</source>
</sources>
<packages>
...
Alignment of first line difference:
E: ...P" version="$VERSION" line-rate="0.8000" branch-rate="0">...
A: ...P" version="$VERSION-$TIMESTAMP684db565049424bc634a59a2befbbd" line-r...
^
============ 1 failed, 5565 passed, 125 skipped in 1482.48 seconds =============
passed 0, failed 1, pending 126; running 0
FAILURE #0 pytest
SUMMARY 1/127 tasks and 1/127 tests failed
FAILURE pytest
SUMMARY 1/127 tasks and 1/127 tests failed
*** FAILURE ***
total runtime: 349.3703499168623 sec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment