You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@aurora.apache.org by Joe Smith <ya...@gmail.com> on 2014/10/23 07:46:39 UTC

Review Request 27066: Follow the pantsbuild pants_support_baseurls for OS X Yosemite support.

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

Review request for Aurora, Kevin Sweeney and Bill Farner.


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


Repository: aurora


Description
-------

Follow the pantsbuild pants_support_baseurls for OS X Yosemite support.


Diffs
-----

  pants.ini 03f7af4fdb7f46c716da2c7e1da98ae5607e5d3c 

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


Testing
-------

22:19:24 incubator-aurora $ ./pants ./src/test/python/apache/aurora/admin:all
<snip>
BinaryNotFound: Failed to fetch binary ('bin/thrift', '0.5.0-finagle', u'thrift') from any source: (Failed to fetch binary from http://maven.twttr.com/twitter-commons/pants/build-support/bin/thrift/mac/10.10/0.5.0-finagle/thrift: HTTP Error 404: Not Found)

After change:

22:40:44 incubator-aurora $ ./pants ./src/test/python/apache/aurora/admin:all
Build operating on top level addresses: set([BuildFileAddress(/Users/joe/Development/incubator-aurora/src/test/python/apache/aurora/admin/BUILD, all)])
=========================================================================================================== test session starts ============================================================================================================
platform darwin -- Python 2.7.6 -- py-1.4.25 -- pytest-2.6.3
plugins: cov, timeout
collected 11 items 

src/test/python/apache/aurora/admin/test_host_maintenance.py ...........

======================================================================================================== 11 passed in 2.13 seconds =========================================================================================================
=========================================================================================================== test session starts ============================================================================================================
platform darwin -- Python 2.7.6 -- py-1.4.25 -- pytest-2.6.3
plugins: cov, timeout
collected 2 items 

src/test/python/apache/aurora/admin/test_admin_util.py ..

========================================================================================================= 2 passed in 1.40 seconds =========================================================================================================
src.test.python.apache.aurora.admin.admin_util                                  .....   SUCCESS
src.test.python.apache.aurora.admin.host_maintenance                            .....   SUCCESS


Thanks,

Joe Smith