You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Andrew Onischuk <ao...@hortonworks.com> on 2014/03/25 15:48:57 UTC

Review Request 19613: Ambari Server tests not completing on Mac

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

Review request for Ambari and Dmitro Lisnichenko.


Bugs: AMBARI-5202
    https://issues.apache.org/jira/browse/AMBARI-5202


Repository: ambari


Description
-------

When running mvn test from Mac, the tests don't complete with the following
message:

    
    Running tests for ambari-server
    Cannot detect os version. Exiting...
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 15:25.223s
    [INFO] Finished at: Mon Mar 24 13:30:37 EDT 2014
    [INFO] Final Memory: 18M/123M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:exec (python-test) on project ambari-server: Command execution failed. Process exited with an error: 1(Exit value: 1) -> [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
    

Tests should complete on Mac. ([Andrew
Onishuk](https://hortonworks.jira.com/secure/ViewProfile.jspa?name=aonishuk),
I'm assigning to you because it looks like you made the common python script.
Feel free to re-assign as needed).


Diffs
-----

  ambari-server/src/test/python/TestAmbariServer.py 00424c9 
  ambari-server/src/test/python/unitTests.py b983eb9 

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


Testing
-------


Thanks,

Andrew Onischuk


Re: Review Request 19613: Ambari Server tests not completing on Mac

Posted by Dmitro Lisnichenko <dl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19613/#review38436
-----------------------------------------------------------

Ship it!


Ship It!

- Dmitro Lisnichenko


On March 25, 2014, 2:51 p.m., Andrew Onischuk wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/19613/
> -----------------------------------------------------------
> 
> (Updated March 25, 2014, 2:51 p.m.)
> 
> 
> Review request for Ambari and Dmitro Lisnichenko.
> 
> 
> Bugs: AMBARI-5202
>     https://issues.apache.org/jira/browse/AMBARI-5202
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> When running mvn test from Mac, the tests don't complete with the following
> message:
> 
>     
>     Running tests for ambari-server
>     Cannot detect os version. Exiting...
>     [INFO] ------------------------------------------------------------------------
>     [INFO] BUILD FAILURE
>     [INFO] ------------------------------------------------------------------------
>     [INFO] Total time: 15:25.223s
>     [INFO] Finished at: Mon Mar 24 13:30:37 EDT 2014
>     [INFO] Final Memory: 18M/123M
>     [INFO] ------------------------------------------------------------------------
>     [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:exec (python-test) on project ambari-server: Command execution failed. Process exited with an error: 1(Exit value: 1) -> [Help 1]
>     [ERROR]
>     [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
>     [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>     [ERROR]
>     [ERROR] For more information about the errors and possible solutions, please read the following articles:
>     [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>     
> 
> Tests should complete on Mac.
> I'm assigning to you because it looks like you made the common python script.
> Feel free to re-assign as needed).
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/test/python/TestAmbariServer.py 00424c9 
>   ambari-server/src/test/python/unitTests.py b983eb9 
> 
> Diff: https://reviews.apache.org/r/19613/diff/
> 
> 
> Testing
> -------
> 
> tests are green on Mac
> 
> 
> Thanks,
> 
> Andrew Onischuk
> 
>


Re: Review Request 19613: Ambari Server tests not completing on Mac

Posted by Dmitro Lisnichenko <dl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19613/#review38437
-----------------------------------------------------------

Ship it!


Ship It!

- Dmitro Lisnichenko


On March 25, 2014, 2:51 p.m., Andrew Onischuk wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/19613/
> -----------------------------------------------------------
> 
> (Updated March 25, 2014, 2:51 p.m.)
> 
> 
> Review request for Ambari and Dmitro Lisnichenko.
> 
> 
> Bugs: AMBARI-5202
>     https://issues.apache.org/jira/browse/AMBARI-5202
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> When running mvn test from Mac, the tests don't complete with the following
> message:
> 
>     
>     Running tests for ambari-server
>     Cannot detect os version. Exiting...
>     [INFO] ------------------------------------------------------------------------
>     [INFO] BUILD FAILURE
>     [INFO] ------------------------------------------------------------------------
>     [INFO] Total time: 15:25.223s
>     [INFO] Finished at: Mon Mar 24 13:30:37 EDT 2014
>     [INFO] Final Memory: 18M/123M
>     [INFO] ------------------------------------------------------------------------
>     [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:exec (python-test) on project ambari-server: Command execution failed. Process exited with an error: 1(Exit value: 1) -> [Help 1]
>     [ERROR]
>     [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
>     [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>     [ERROR]
>     [ERROR] For more information about the errors and possible solutions, please read the following articles:
>     [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>     
> 
> Tests should complete on Mac.
> I'm assigning to you because it looks like you made the common python script.
> Feel free to re-assign as needed).
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/test/python/TestAmbariServer.py 00424c9 
>   ambari-server/src/test/python/unitTests.py b983eb9 
> 
> Diff: https://reviews.apache.org/r/19613/diff/
> 
> 
> Testing
> -------
> 
> tests are green on Mac
> 
> 
> Thanks,
> 
> Andrew Onischuk
> 
>


Re: Review Request 19613: Ambari Server tests not completing on Mac

Posted by Dmitro Lisnichenko <dl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19613/#review38738
-----------------------------------------------------------

Ship it!


Ship It!

- Dmitro Lisnichenko


On March 27, 2014, 3:24 p.m., Andrew Onischuk wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/19613/
> -----------------------------------------------------------
> 
> (Updated March 27, 2014, 3:24 p.m.)
> 
> 
> Review request for Ambari and Dmitro Lisnichenko.
> 
> 
> Bugs: AMBARI-5202
>     https://issues.apache.org/jira/browse/AMBARI-5202
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> When running mvn test from Mac, the tests don't complete with the following
> message:
> 
>     
>     Running tests for ambari-server
>     Cannot detect os version. Exiting...
>     [INFO] ------------------------------------------------------------------------
>     [INFO] BUILD FAILURE
>     [INFO] ------------------------------------------------------------------------
>     [INFO] Total time: 15:25.223s
>     [INFO] Finished at: Mon Mar 24 13:30:37 EDT 2014
>     [INFO] Final Memory: 18M/123M
>     [INFO] ------------------------------------------------------------------------
>     [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:exec (python-test) on project ambari-server: Command execution failed. Process exited with an error: 1(Exit value: 1) -> [Help 1]
>     [ERROR]
>     [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
>     [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>     [ERROR]
>     [ERROR] For more information about the errors and possible solutions, please read the following articles:
>     [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>     
> 
> Tests should complete on Mac.
> I'm assigning to you because it looks like you made the common python script.
> Feel free to re-assign as needed).
> 
> 
> Diffs
> -----
> 
>   ambari-agent/src/main/python/ambari_agent/Heartbeat.py 6c7543e 
>   ambari-agent/src/main/python/ambari_agent/Register.py dbf0ef1 
>   ambari-agent/src/test/python/ambari_agent/TestHostInfo.py b199907 
> 
> Diff: https://reviews.apache.org/r/19613/diff/
> 
> 
> Testing
> -------
> 
> tests are green on Mac
> 
> 
> Thanks,
> 
> Andrew Onischuk
> 
>


Re: Review Request 19613: Ambari Server tests not completing on Mac

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19613/
-----------------------------------------------------------

(Updated March 27, 2014, 3:24 p.m.)


Review request for Ambari and Dmitro Lisnichenko.


Bugs: AMBARI-5202
    https://issues.apache.org/jira/browse/AMBARI-5202


Repository: ambari


Description
-------

When running mvn test from Mac, the tests don't complete with the following
message:

    
    Running tests for ambari-server
    Cannot detect os version. Exiting...
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 15:25.223s
    [INFO] Finished at: Mon Mar 24 13:30:37 EDT 2014
    [INFO] Final Memory: 18M/123M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:exec (python-test) on project ambari-server: Command execution failed. Process exited with an error: 1(Exit value: 1) -> [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
    

Tests should complete on Mac.
I'm assigning to you because it looks like you made the common python script.
Feel free to re-assign as needed).


Diffs
-----

  ambari-agent/src/main/python/ambari_agent/Heartbeat.py 6c7543e 
  ambari-agent/src/main/python/ambari_agent/Register.py dbf0ef1 
  ambari-agent/src/test/python/ambari_agent/TestHostInfo.py b199907 

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


Testing
-------

tests are green on Mac


Thanks,

Andrew Onischuk


Re: Review Request 19613: Ambari Server tests not completing on Mac

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19613/
-----------------------------------------------------------

(Updated March 27, 2014, 3:23 p.m.)


Review request for Ambari and Dmytro Sen.


Bugs: AMBARI-5202
    https://issues.apache.org/jira/browse/AMBARI-5202


Repository: ambari


Description
-------

When running mvn test from Mac, the tests don't complete with the following
message:

    
    Running tests for ambari-server
    Cannot detect os version. Exiting...
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 15:25.223s
    [INFO] Finished at: Mon Mar 24 13:30:37 EDT 2014
    [INFO] Final Memory: 18M/123M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:exec (python-test) on project ambari-server: Command execution failed. Process exited with an error: 1(Exit value: 1) -> [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
    

Tests should complete on Mac.
I'm assigning to you because it looks like you made the common python script.
Feel free to re-assign as needed).


Diffs
-----

  ambari-agent/src/main/python/ambari_agent/Heartbeat.py 6c7543e 
  ambari-agent/src/main/python/ambari_agent/Register.py dbf0ef1 
  ambari-agent/src/test/python/ambari_agent/TestHostInfo.py b199907 

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


Testing
-------

tests are green on Mac


Thanks,

Andrew Onischuk


Re: Review Request 19613: Ambari Server tests not completing on Mac

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19613/
-----------------------------------------------------------

(Updated March 27, 2014, 3:12 p.m.)


Review request for Ambari and Dmitro Lisnichenko.


Bugs: AMBARI-5202
    https://issues.apache.org/jira/browse/AMBARI-5202


Repository: ambari


Description
-------

When running mvn test from Mac, the tests don't complete with the following
message:

    
    Running tests for ambari-server
    Cannot detect os version. Exiting...
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 15:25.223s
    [INFO] Finished at: Mon Mar 24 13:30:37 EDT 2014
    [INFO] Final Memory: 18M/123M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:exec (python-test) on project ambari-server: Command execution failed. Process exited with an error: 1(Exit value: 1) -> [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
    

Tests should complete on Mac.
I'm assigning to you because it looks like you made the common python script.
Feel free to re-assign as needed).


Diffs (updated)
-----

  ambari-agent/src/main/python/ambari_agent/Heartbeat.py 6c7543e 
  ambari-agent/src/main/python/ambari_agent/Register.py dbf0ef1 
  ambari-agent/src/test/python/ambari_agent/TestHostInfo.py b199907 

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


Testing
-------

tests are green on Mac


Thanks,

Andrew Onischuk


Re: Review Request 19613: Ambari Server tests not completing on Mac

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19613/
-----------------------------------------------------------

(Updated March 25, 2014, 2:51 p.m.)


Review request for Ambari and Dmitro Lisnichenko.


Bugs: AMBARI-5202
    https://issues.apache.org/jira/browse/AMBARI-5202


Repository: ambari


Description (updated)
-------

When running mvn test from Mac, the tests don't complete with the following
message:

    
    Running tests for ambari-server
    Cannot detect os version. Exiting...
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 15:25.223s
    [INFO] Finished at: Mon Mar 24 13:30:37 EDT 2014
    [INFO] Final Memory: 18M/123M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:exec (python-test) on project ambari-server: Command execution failed. Process exited with an error: 1(Exit value: 1) -> [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
    

Tests should complete on Mac.
I'm assigning to you because it looks like you made the common python script.
Feel free to re-assign as needed).


Diffs
-----

  ambari-server/src/test/python/TestAmbariServer.py 00424c9 
  ambari-server/src/test/python/unitTests.py b983eb9 

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


Testing
-------

tests are green on Mac


Thanks,

Andrew Onischuk


Re: Review Request 19613: Ambari Server tests not completing on Mac

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19613/
-----------------------------------------------------------

(Updated March 25, 2014, 2:49 p.m.)


Review request for Ambari and Dmitro Lisnichenko.


Bugs: AMBARI-5202
    https://issues.apache.org/jira/browse/AMBARI-5202


Repository: ambari


Description
-------

When running mvn test from Mac, the tests don't complete with the following
message:

    
    Running tests for ambari-server
    Cannot detect os version. Exiting...
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 15:25.223s
    [INFO] Finished at: Mon Mar 24 13:30:37 EDT 2014
    [INFO] Final Memory: 18M/123M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:exec (python-test) on project ambari-server: Command execution failed. Process exited with an error: 1(Exit value: 1) -> [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
    

Tests should complete on Mac. ([Andrew
Onishuk](https://hortonworks.jira.com/secure/ViewProfile.jspa?name=aonishuk),
I'm assigning to you because it looks like you made the common python script.
Feel free to re-assign as needed).


Diffs
-----

  ambari-server/src/test/python/TestAmbariServer.py 00424c9 
  ambari-server/src/test/python/unitTests.py b983eb9 

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


Testing (updated)
-------

tests are green on Mac


Thanks,

Andrew Onischuk