You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Newton Alex <na...@pivotal.io> on 2016/03/01 00:08:54 UTC

Review Request 44184: Adding HAWQ unit tests for branch-2.2

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

Review request for Ambari.


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


Repository: ambari


Description
-------

Adding HAWQ unit tests for branch-2.2


Diffs
-----

  ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/__init__.py PRE-CREATION 
  ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/params.py 7633731 
  ambari-server/src/test/python/stacks/2.3/HAWQ/test_hawqmaster.py PRE-CREATION 
  ambari-server/src/test/python/stacks/2.3/HAWQ/test_hawqsegment.py PRE-CREATION 
  ambari-server/src/test/python/stacks/2.3/HAWQ/test_hawqstandby.py PRE-CREATION 
  ambari-server/src/test/python/stacks/2.3/configs/hawq_default.json PRE-CREATION 
  ambari-server/src/test/python/unitTests.py b39f40c 

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


Testing
-------

Manually tested. This is an addition to the trunk tests. The trunk tests have already been committed.

```
Running tests for stack:2.3 service:HAWQ
test_configure_default (test_hawqmaster.TestHawqMaster) ... ok
test_install_default (test_hawqmaster.TestHawqMaster) ... ok
test_start_default (test_hawqmaster.TestHawqMaster) ... 2016-02-29 22:47:46,940 - Active master c6401.ambari.apache.org initialized
ok
test_start_localmaster (test_hawqmaster.TestHawqMaster) ... 2016-02-29 22:47:47,048 - Master c6401.ambari.apache.org started
ok
test_stop_default (test_hawqmaster.TestHawqMaster) ... ok
test_configure_default (test_hawqsegment.TestHawqSegment) ... ok
test_install_default (test_hawqsegment.TestHawqSegment) ... ok
test_start_default (test_hawqsegment.TestHawqSegment) ... ok
test_stop_default (test_hawqsegment.TestHawqSegment) ... ok
test_configure_default (test_hawqstandby.TestHawqStandby) ... ok
test_install_default (test_hawqstandby.TestHawqStandby) ... ok
test_start_default (test_hawqstandby.TestHawqStandby) ... 2016-02-29 22:47:47,954 - Standby host c6401.ambari.apache.org initialized
ok
test_stop_default (test_hawqstandby.TestHawqStandby) ... ok

----------------------------------------------------------------------
Ran 13 tests in 2.000s

```


Thanks,

Newton Alex


Re: Review Request 44184: Adding HAWQ unit tests for branch-2.2

Posted by Matt <mi...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44184/#review121358
-----------------------------------------------------------


Ship it!




Ship It!

- Matt


On Feb. 29, 2016, 3:08 p.m., Newton Alex wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/44184/
> -----------------------------------------------------------
> 
> (Updated Feb. 29, 2016, 3:08 p.m.)
> 
> 
> Review request for Ambari.
> 
> 
> Bugs: AMBARI-13439
>     https://issues.apache.org/jira/browse/AMBARI-13439
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Adding HAWQ unit tests for branch-2.2
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/__init__.py PRE-CREATION 
>   ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/params.py 7633731 
>   ambari-server/src/test/python/stacks/2.3/HAWQ/test_hawqmaster.py PRE-CREATION 
>   ambari-server/src/test/python/stacks/2.3/HAWQ/test_hawqsegment.py PRE-CREATION 
>   ambari-server/src/test/python/stacks/2.3/HAWQ/test_hawqstandby.py PRE-CREATION 
>   ambari-server/src/test/python/stacks/2.3/configs/hawq_default.json PRE-CREATION 
>   ambari-server/src/test/python/unitTests.py b39f40c 
> 
> Diff: https://reviews.apache.org/r/44184/diff/
> 
> 
> Testing
> -------
> 
> Manually tested. This is an addition to the trunk tests. The trunk tests have already been committed.
> 
> ```
> Running tests for stack:2.3 service:HAWQ
> test_configure_default (test_hawqmaster.TestHawqMaster) ... ok
> test_install_default (test_hawqmaster.TestHawqMaster) ... ok
> test_start_default (test_hawqmaster.TestHawqMaster) ... 2016-02-29 22:47:46,940 - Active master c6401.ambari.apache.org initialized
> ok
> test_start_localmaster (test_hawqmaster.TestHawqMaster) ... 2016-02-29 22:47:47,048 - Master c6401.ambari.apache.org started
> ok
> test_stop_default (test_hawqmaster.TestHawqMaster) ... ok
> test_configure_default (test_hawqsegment.TestHawqSegment) ... ok
> test_install_default (test_hawqsegment.TestHawqSegment) ... ok
> test_start_default (test_hawqsegment.TestHawqSegment) ... ok
> test_stop_default (test_hawqsegment.TestHawqSegment) ... ok
> test_configure_default (test_hawqstandby.TestHawqStandby) ... ok
> test_install_default (test_hawqstandby.TestHawqStandby) ... ok
> test_start_default (test_hawqstandby.TestHawqStandby) ... 2016-02-29 22:47:47,954 - Standby host c6401.ambari.apache.org initialized
> ok
> test_stop_default (test_hawqstandby.TestHawqStandby) ... ok
> 
> ----------------------------------------------------------------------
> Ran 13 tests in 2.000s
> 
> ```
> 
> 
> Thanks,
> 
> Newton Alex
> 
>


Re: Review Request 44184: Adding HAWQ unit tests for branch-2.2

Posted by bhuvnesh chaudhary <bc...@pivotal.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44184/#review121365
-----------------------------------------------------------


Ship it!




Ship It!

- bhuvnesh chaudhary


On Feb. 29, 2016, 11:08 p.m., Newton Alex wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/44184/
> -----------------------------------------------------------
> 
> (Updated Feb. 29, 2016, 11:08 p.m.)
> 
> 
> Review request for Ambari.
> 
> 
> Bugs: AMBARI-13439
>     https://issues.apache.org/jira/browse/AMBARI-13439
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Adding HAWQ unit tests for branch-2.2
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/__init__.py PRE-CREATION 
>   ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/params.py 7633731 
>   ambari-server/src/test/python/stacks/2.3/HAWQ/test_hawqmaster.py PRE-CREATION 
>   ambari-server/src/test/python/stacks/2.3/HAWQ/test_hawqsegment.py PRE-CREATION 
>   ambari-server/src/test/python/stacks/2.3/HAWQ/test_hawqstandby.py PRE-CREATION 
>   ambari-server/src/test/python/stacks/2.3/configs/hawq_default.json PRE-CREATION 
>   ambari-server/src/test/python/unitTests.py b39f40c 
> 
> Diff: https://reviews.apache.org/r/44184/diff/
> 
> 
> Testing
> -------
> 
> Manually tested. This is an addition to the trunk tests. The trunk tests have already been committed.
> 
> ```
> Running tests for stack:2.3 service:HAWQ
> test_configure_default (test_hawqmaster.TestHawqMaster) ... ok
> test_install_default (test_hawqmaster.TestHawqMaster) ... ok
> test_start_default (test_hawqmaster.TestHawqMaster) ... 2016-02-29 22:47:46,940 - Active master c6401.ambari.apache.org initialized
> ok
> test_start_localmaster (test_hawqmaster.TestHawqMaster) ... 2016-02-29 22:47:47,048 - Master c6401.ambari.apache.org started
> ok
> test_stop_default (test_hawqmaster.TestHawqMaster) ... ok
> test_configure_default (test_hawqsegment.TestHawqSegment) ... ok
> test_install_default (test_hawqsegment.TestHawqSegment) ... ok
> test_start_default (test_hawqsegment.TestHawqSegment) ... ok
> test_stop_default (test_hawqsegment.TestHawqSegment) ... ok
> test_configure_default (test_hawqstandby.TestHawqStandby) ... ok
> test_install_default (test_hawqstandby.TestHawqStandby) ... ok
> test_start_default (test_hawqstandby.TestHawqStandby) ... 2016-02-29 22:47:47,954 - Standby host c6401.ambari.apache.org initialized
> ok
> test_stop_default (test_hawqstandby.TestHawqStandby) ... ok
> 
> ----------------------------------------------------------------------
> Ran 13 tests in 2.000s
> 
> ```
> 
> 
> Thanks,
> 
> Newton Alex
> 
>