[debugging] Temporarily reduce the cost of testing

This commit is contained in:
Jean-Paul Calderone 2018-06-15 08:35:16 -04:00
parent 4c7d13dea6
commit 36539eb11c

View File

@ -27,7 +27,7 @@ extras = test
commands =
pyflakes src static misc setup.py
tahoe --version
trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata}
trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata.test.test_version}
[testenv:integration]
commands =
@ -39,7 +39,7 @@ commands =
commands =
pyflakes src static misc setup.py
tahoe --version
coverage run --branch -m twisted.trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors --reporter=timing} {posargs:allmydata}
coverage run --branch -m twisted.trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors --reporter=timing} {posargs:allmydata.test.test_version}
coverage xml
[testenv:codechecks]
@ -57,7 +57,7 @@ commands =
setenv =
PYTHONWARNINGS=default::DeprecationWarning
commands =
python misc/build_helpers/run-deprecations.py --warnings=_trial_temp/deprecation-warnings.log trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata}
python misc/build_helpers/run-deprecations.py --warnings=_trial_temp/deprecation-warnings.log trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata.test.test_versions}
[testenv:upcoming-deprecations]
setenv =
@ -67,7 +67,7 @@ deps =
git+https://github.com/warner/foolscap
commands =
flogtool --version
python misc/build_helpers/run-deprecations.py --warnings=_trial_temp/deprecation-warnings.log trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata}
python misc/build_helpers/run-deprecations.py --warnings=_trial_temp/deprecation-warnings.log trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata.test.test_versions}
[testenv:checkmemory]
commands =