You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by Karishma Gulati <gu...@yahoo.com> on 2015/02/17 21:21:03 UTC

Review Request 31130: Add test in falcon regression for validate feature. Valid is exposed via both server and prism.

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

Review request for Falcon.


Repository: falcon-git


Description
-------

Adding test for validate API. No tests exist currently in the suite. Also validate has been exposed via server too, as part of https://issues.apache.org/jira/browse/FALCON-921. So tested this functionality as well.


Diffs
-----

  falcon-regression/merlin-core/src/main/java/org/apache/falcon/regression/core/helpers/entity/AbstractEntityHelper.java e11b37d 
  falcon-regression/merlin/src/test/java/org/apache/falcon/regression/ValidateAPIPrismAndServerTest.java PRE-CREATION 

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


Testing
-------


Thanks,

Karishma Gulati


Re: Review Request 31130: Add test in falcon regression for validate feature. Validate is exposed via both server and prism.

Posted by Karishma Gulati <gu...@yahoo.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31130/
-----------------------------------------------------------

(Updated Feb. 23, 2015, 11:52 a.m.)


Review request for Falcon.


Repository: falcon-git


Description
-------

Adding test for validate API. No tests exist currently in the suite. Also validate has been exposed via server too, as part of https://issues.apache.org/jira/browse/FALCON-921. So tested this functionality as well.


Diffs (updated)
-----

  falcon-regression/merlin-core/src/main/java/org/apache/falcon/regression/core/helpers/entity/AbstractEntityHelper.java e11b37d 
  falcon-regression/merlin/src/test/java/org/apache/falcon/regression/ValidateAPIPrismAndServerTest.java PRE-CREATION 

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


Testing
-------

Added test ValidateAPIPrismAndServerTest


Thanks,

Karishma Gulati


Re: Review Request 31130: Add test in falcon regression for validate feature. Validate is exposed via both server and prism.

Posted by Karishma Gulati <gu...@yahoo.com>.

> On Feb. 17, 2015, 10:05 p.m., Raghav Gautam wrote:
> > The patch looks good for most part. However, if committed in its current form it will require some minor touch in future. To avoid this further works, it will be great if we can split the tests that validate with both prism and falcon server. One of the split can work with falcon prism and will be applicatble for both embedded and distributed mode. The second split will test only with falcon server and will be applicable for mode. All these tests can stay in the same file. The tests that are applicable only in distributed mode need to have "distributed" in the list of groups the groups and the tests that are applicable in both distributed and embedded mode need to have only "embedded" in the list of groups. Makes sense ?

Added separate tests for validation via prism and server. Tests that validate via prism are grouped as distributed and those that validate via server are grouped as embedded.


- Karishma


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


On Feb. 23, 2015, 11:52 a.m., Karishma Gulati wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/31130/
> -----------------------------------------------------------
> 
> (Updated Feb. 23, 2015, 11:52 a.m.)
> 
> 
> Review request for Falcon.
> 
> 
> Repository: falcon-git
> 
> 
> Description
> -------
> 
> Adding test for validate API. No tests exist currently in the suite. Also validate has been exposed via server too, as part of https://issues.apache.org/jira/browse/FALCON-921. So tested this functionality as well.
> 
> 
> Diffs
> -----
> 
>   falcon-regression/merlin-core/src/main/java/org/apache/falcon/regression/core/helpers/entity/AbstractEntityHelper.java e11b37d 
>   falcon-regression/merlin/src/test/java/org/apache/falcon/regression/ValidateAPIPrismAndServerTest.java PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/31130/diff/
> 
> 
> Testing
> -------
> 
> Added test ValidateAPIPrismAndServerTest
> 
> 
> Thanks,
> 
> Karishma Gulati
> 
>


Re: Review Request 31130: Add test in falcon regression for validate feature. Validate is exposed via both server and prism.

Posted by Raghav Gautam <ra...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31130/#review72802
-----------------------------------------------------------


The patch looks good for most part. However, if committed in its current form it will require some minor touch in future. To avoid this further works, it will be great if we can split the tests that validate with both prism and falcon server. One of the split can work with falcon prism and will be applicatble for both embedded and distributed mode. The second split will test only with falcon server and will be applicable for mode. All these tests can stay in the same file. The tests that are applicable only in distributed mode need to have "distributed" in the list of groups the groups and the tests that are applicable in both distributed and embedded mode need to have only "embedded" in the list of groups. Makes sense ?

- Raghav Gautam


On Feb. 17, 2015, 12:33 p.m., Karishma Gulati wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/31130/
> -----------------------------------------------------------
> 
> (Updated Feb. 17, 2015, 12:33 p.m.)
> 
> 
> Review request for Falcon.
> 
> 
> Repository: falcon-git
> 
> 
> Description
> -------
> 
> Adding test for validate API. No tests exist currently in the suite. Also validate has been exposed via server too, as part of https://issues.apache.org/jira/browse/FALCON-921. So tested this functionality as well.
> 
> 
> Diffs
> -----
> 
>   falcon-regression/merlin-core/src/main/java/org/apache/falcon/regression/core/helpers/entity/AbstractEntityHelper.java e11b37d 
>   falcon-regression/merlin/src/test/java/org/apache/falcon/regression/ValidateAPIPrismAndServerTest.java PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/31130/diff/
> 
> 
> Testing
> -------
> 
> Added test ValidateAPIPrismAndServerTest
> 
> 
> Thanks,
> 
> Karishma Gulati
> 
>


Re: Review Request 31130: Add test in falcon regression for validate feature. Validate is exposed via both server and prism.

Posted by Karishma Gulati <gu...@yahoo.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31130/
-----------------------------------------------------------

(Updated Feb. 17, 2015, 8:33 p.m.)


Review request for Falcon.


Summary (updated)
-----------------

Add test in falcon regression for validate feature. Validate is exposed via both server and prism.


Repository: falcon-git


Description
-------

Adding test for validate API. No tests exist currently in the suite. Also validate has been exposed via server too, as part of https://issues.apache.org/jira/browse/FALCON-921. So tested this functionality as well.


Diffs
-----

  falcon-regression/merlin-core/src/main/java/org/apache/falcon/regression/core/helpers/entity/AbstractEntityHelper.java e11b37d 
  falcon-regression/merlin/src/test/java/org/apache/falcon/regression/ValidateAPIPrismAndServerTest.java PRE-CREATION 

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


Testing
-------

Added test ValidateAPIPrismAndServerTest


Thanks,

Karishma Gulati


Re: Review Request 31130: Add test in falcon regression for validate feature. Valid is exposed via both server and prism.

Posted by Karishma Gulati <gu...@yahoo.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31130/
-----------------------------------------------------------

(Updated Feb. 17, 2015, 8:22 p.m.)


Review request for Falcon.


Repository: falcon-git


Description
-------

Adding test for validate API. No tests exist currently in the suite. Also validate has been exposed via server too, as part of https://issues.apache.org/jira/browse/FALCON-921. So tested this functionality as well.


Diffs
-----

  falcon-regression/merlin-core/src/main/java/org/apache/falcon/regression/core/helpers/entity/AbstractEntityHelper.java e11b37d 
  falcon-regression/merlin/src/test/java/org/apache/falcon/regression/ValidateAPIPrismAndServerTest.java PRE-CREATION 

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


Testing (updated)
-------

Added test ValidateAPIPrismAndServerTest


Thanks,

Karishma Gulati