-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40197/
-----------------------------------------------------------

(Updated Nov. 13, 2015, 8:46 a.m.)


Review request for Aurora, Joshua Cohen and Bill Farner.


Changes
-------

Fix `./pants test src/test/python::` to work out of the box.

The Aurora python tests cannot currently all be run together; so the ci
script passes --no-fast and devs need to remember to do this too.
Improve the dev experience by defaulting this option.

 build-support/jenkins/build.sh | 2 +-
 pants.ini                      | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)


Bugs: AURORA-547
    https://issues.apache.org/jira/browse/AURORA-547


Repository: aurora


Description
-------

The Aurora python tests cannot currently all be run together; so the ci
script passes --no-fast and devs need to remember to do this too.
Improve the dev experience by defaulting this option.

 build-support/jenkins/build.sh | 2 +-
 pants.ini                      | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)


Diffs (updated)
-----

  build-support/jenkins/build.sh 7277a64b0cbc2ad43e79a5b0cf3d3a1fae135042 
  pants.ini 22f6c59dd93c1a4a2ca78c216e1fd3f3f6c8b752 

Diff: https://reviews.apache.org/r/40197/diff/


Testing
-------

Ran into this working https://issues.apache.org/jira/browse/AURORA-547.
After the fix, locally ran `./pants test src/test/python:: -- -v` green.
Previously this would lead to test failures and CPU starvation.


Thanks,

John Sirois

Reply via email to