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


Bad patch!

Reviews applied: [27122, 27122]

Failed command: ./support/apply-review.sh -n -r 27122

Error:
 --2014-10-24 09:40:07--  https://reviews.apache.org/r/27122/diff/raw/
Resolving reviews.apache.org (reviews.apache.org)... 140.211.11.74
Connecting to reviews.apache.org (reviews.apache.org)|140.211.11.74|:443... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 85581 (84K) [text/x-patch]
Saving to: '27122.patch'

     0K .......... .......... .......... .......... .......... 59%  523K 0s
    50K .......... .......... .......... ...                  100% 1.03M=0.1s

2014-10-24 09:40:07 (656 KB/s) - '27122.patch' saved [85581/85581]

error: patch failed: src/Makefile.am:249
error: src/Makefile.am: patch does not apply
error: src/authentication/cram_md5/authenticatee.hpp: already exists in index
error: src/authentication/cram_md5/authenticator.hpp: already exists in index
error: src/authentication/cram_md5/auxprop.hpp: already exists in index
error: src/authentication/cram_md5/auxprop.cpp: already exists in index
error: patch failed: src/master/master.cpp:51
error: src/master/master.cpp: patch does not apply
error: src/sasl/authenticatee.hpp: does not exist in index
error: src/sasl/authenticator.hpp: does not exist in index
error: src/sasl/auxprop.hpp: does not exist in index
error: src/sasl/auxprop.cpp: does not exist in index
error: patch failed: src/sched/sched.cpp:59
error: src/sched/sched.cpp: patch does not apply
error: patch failed: src/scheduler/scheduler.cpp:53
error: src/scheduler/scheduler.cpp: patch does not apply
error: patch failed: src/slave/slave.cpp:62
error: src/slave/slave.cpp: patch does not apply
error: src/tests/crammd5_authentication_tests.cpp: already exists in index
error: src/tests/sasl_tests.cpp: does not exist in index
Failed to apply patch

- Mesos ReviewBot


On Oct. 24, 2014, 4:26 a.m., Till Toenshoff wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/26860/
> -----------------------------------------------------------
> 
> (Updated Oct. 24, 2014, 4:26 a.m.)
> 
> 
> Review request for mesos, Adam B, Benjamin Hindman, and Vinod Kone.
> 
> 
> Bugs: MESOS-1889
>     https://issues.apache.org/jira/browse/MESOS-1889
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> The CRAM-MD5 authenticator module is now usable via mesos-tests.sh
> 
> Example usage:
> bin/mesos-tests.sh --authenticators=org_apache_mesos_authenticator_crammd5 
> --modules="{\"libraries\": [{\"file\": 
> \"src/.libs/libauthentication_crammd5.so\",\"modules\": [{\"name\": 
> \"org_apache_mesos_authenticator_crammd5\"}]}]}"
> 
> 
> Diffs
> -----
> 
>   src/tests/flags.hpp 80f0cee 
>   src/tests/mesos.cpp bff10d2 
> 
> Diff: https://reviews.apache.org/r/26860/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> bin/mesos-tests.sh --authenticators=org_apache_mesos_authenticator_crammd5 
> --modules="{\"libraries\": [{\"file\": 
> \"src/.libs/libauthentication_crammd5.dylib\",\"modules\": [{\"name\": 
> \"org_apache_mesos_authenticator_crammd5\"}]}]}" --verbose 
> --gtest_filter="AuthenticationTest.AuthenticatedSlave"
> 
> Shows:
> I1024 06:16:14.764703 298631168 master.cpp:3874] Using 
> 'org_apache_mesos_authenticator_crammd5' authenticator
> 
> bin/mesos-tests.sh --verbose 
> --gtest_filter="AuthenticationTest.AuthenticatedSlave"
> 
> Shows:
> I1024 06:21:39.526159 275554304 master.cpp:3865] Using default CRAM-MD5 
> authenticator
> 
> 
> Thanks,
> 
> Till Toenshoff
> 
>

Reply via email to