Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
40971c18
Commit
40971c18
authored
Sep 16, 2015
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify: we should only need to combine once at the end since we use parallel data files
parent
94987a45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
Makefile
Makefile
+2
-6
No files found.
Makefile
View file @
40971c18
...
@@ -60,14 +60,11 @@ travistest:
...
@@ -60,14 +60,11 @@ travistest:
${PYTHON}
setup.py
develop
${PYTHON}
setup.py
develop
make
bench
make
bench
# combine after each step so we don't lose anything (append is the default). This also
# moves the coverage file from greentest to the root. It's necessary to specify the current
# directory to include all results previously combined too.
cd
greentest
&&
GEVENT_RESOLVER
=
thread
${PYTHON}
testrunner.py
--config
../known_failures.py
cd
greentest
&&
GEVENT_RESOLVER
=
thread
${PYTHON}
testrunner.py
--config
../known_failures.py
coverage
combine
.
greentest/
cd
greentest
&&
GEVENT_RESOLVER
=
ares
GEVENTARES_SERVERS
=
8.8.8.8
${PYTHON}
testrunner.py
--config
../known_failures.py
--ignore
tests_that_dont_use_resolver.txt
cd
greentest
&&
GEVENT_RESOLVER
=
ares
GEVENTARES_SERVERS
=
8.8.8.8
${PYTHON}
testrunner.py
--config
../known_failures.py
--ignore
tests_that_dont_use_resolver.txt
coverage
combine
.
greentest/
cd
greentest
&&
GEVENT_FILE
=
thread
${PYTHON}
testrunner.py
--config
../known_failures.py
`
grep
-l
subprocess test_
*
.py
`
cd
greentest
&&
GEVENT_FILE
=
thread
${PYTHON}
testrunner.py
--config
../known_failures.py
`
grep
-l
subprocess test_
*
.py
`
# because we set parallel=true, each run produces new and different coverage files; they all need
# to be combined
coverage
combine
.
greentest/
coverage
combine
.
greentest/
toxtest
:
toxtest
:
...
@@ -99,7 +96,6 @@ travis_cpython:
...
@@ -99,7 +96,6 @@ travis_cpython:
travis_test_linters
:
travis_test_linters
:
make lint
make lint
GEVENTTEST_COVERAGE
=
1 make leaktest
GEVENTTEST_COVERAGE
=
1 make leaktest
coverage combine
coveralls
coveralls
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment