> On May 29, 2016, 11:47 p.m., Raju Bairishetti wrote:
> > contrib/pom.xml, line 31
> > <https://reviews.apache.org/r/46437/diff/5/?file=1376532#file1376532line31>
> >
> >     Can we add contrib module under **modules** section in main pom.xml?
> 
> Rajat Khandelwal wrote:
>     I didn't want to add it to modules since I didn't want it to be build 
> during the normal build process. The test cases are E2E test cases and need 
> to start lens server and load up example schema. Further, these tests run 
> with both python 2.7 and 3.5 so it can be quite time-consuming. We can add it 
> to parent module when there are some critical things there.

We need to change the project version in the contrib module separately **during 
release time** as this is not part of parent pom.

mvn versions:set -DnewVersion=<version>   does not change the version in 
contrib module.

Either we can add this in the cwiki release doc or we can skiptests by default 
as part of build process and run tests based on the skipTests property from 
user.


- Raju


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


On May 31, 2016, 11:06 a.m., Rajat Khandelwal wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/46437/
> -----------------------------------------------------------
> 
> (Updated May 31, 2016, 11:06 a.m.)
> 
> 
> Review request for lens.
> 
> 
> Bugs: LENS-1011
>     https://issues.apache.org/jira/browse/LENS-1011
> 
> 
> Repository: lens
> 
> 
> Description
> -------
> 
> I have been working on a python client for lens. After multiple rounds of 
> polishing, it's in a stable state now. It still doesn't have all the 
> functionality parallel to the java client, but would like to add that to the 
> repo so that people can use and (maybe) contribute. Added in contrib 
> directory. Want to figure out how to integrate with mvn for running tests.
> 
> 
> Diffs
> -----
> 
>   contrib/clients/pom.xml PRE-CREATION 
>   contrib/clients/python/.gitignore PRE-CREATION 
>   contrib/clients/python/README PRE-CREATION 
>   contrib/clients/python/lens/__init__.py PRE-CREATION 
>   contrib/clients/python/lens/client/__init__.py PRE-CREATION 
>   contrib/clients/python/lens/client/log.py PRE-CREATION 
>   contrib/clients/python/lens/client/main.py PRE-CREATION 
>   contrib/clients/python/lens/client/models.py PRE-CREATION 
>   contrib/clients/python/lens/client/query.py PRE-CREATION 
>   contrib/clients/python/lens/client/utils.py PRE-CREATION 
>   contrib/clients/python/pom.xml PRE-CREATION 
>   contrib/clients/python/setup.cfg PRE-CREATION 
>   contrib/clients/python/setup.py PRE-CREATION 
>   contrib/clients/python/test/test_lensclient.py PRE-CREATION 
>   contrib/clients/python/tox.ini PRE-CREATION 
>   contrib/pom.xml PRE-CREATION 
>   pom.xml 1c3c9dadd8be871fa7a68fbb6b2be6924d436e4b 
> 
> Diff: https://reviews.apache.org/r/46437/diff/
> 
> 
> Testing
> -------
> 
> Added integration tests. Passing on both python 2.7 and python 3.5 -- the two 
> major versions in use right now.
> 
> http://showterm.io/342007fee7bb18fb82c86
> 
> 
> Thanks,
> 
> Rajat Khandelwal
> 
>

Reply via email to