Doubts

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Doubts

Juan Carlos Fiorenzano
Hello everybody I am a little lost, I need some help, first of all I need
to know what is the module which implement the DataGrid I want to know how
the DataGrid works, and my other question is how do you test a specific
module? Do you defined specific unit test for the module and include the
test files in the gitignore list or do you do other thing? I know that is a
silly question, but I want to know what is the best way for do.

Thanks in advance

Juan C Fiorenzano
Reply | Threaded
Open this post in threaded view
|

Re: Doubts

Anton Vinogradov
Juan Carlos,

First of all you should get familiar with Ignite development process
described here:
https://cwiki.apache.org/confluence/display/IGNITE/Development+Process

Instructions on how to contribute can be found here:
https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute

DataGrid located at module "core".
Test files located unde test folder at each module's root. Please look for
*Test.java files.
No git excludes required.

On Mon, May 16, 2016 at 6:52 AM, Juan Carlos Fiorenzano <
[hidden email]> wrote:

> Hello everybody I am a little lost, I need some help, first of all I need
> to know what is the module which implement the DataGrid I want to know how
> the DataGrid works, and my other question is how do you test a specific
> module? Do you defined specific unit test for the module and include the
> test files in the gitignore list or do you do other thing? I know that is a
> silly question, but I want to know what is the best way for do.
>
> Thanks in advance
>
> Juan C Fiorenzano
>
Reply | Threaded
Open this post in threaded view
|

Re: Doubts

dsetrakyan
Hi Juan Carlos,

If you are interested in contributing, you can find some tickets to get
started with here:
https://ignite.apache.org/community/contribute.html#pick-ticket

This should make the learning curve to start out with Ignite development
easier.

If you have any questions, please send them here.

Thanks,
D.

On Mon, May 16, 2016 at 1:52 AM, Anton Vinogradov <[hidden email]>
wrote:

> Juan Carlos,
>
> First of all you should get familiar with Ignite development process
> described here:
> https://cwiki.apache.org/confluence/display/IGNITE/Development+Process
>
> Instructions on how to contribute can be found here:
> https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute
>
> DataGrid located at module "core".
> Test files located unde test folder at each module's root. Please look for
> *Test.java files.
> No git excludes required.
>
> On Mon, May 16, 2016 at 6:52 AM, Juan Carlos Fiorenzano <
> [hidden email]> wrote:
>
> > Hello everybody I am a little lost, I need some help, first of all I need
> > to know what is the module which implement the DataGrid I want to know
> how
> > the DataGrid works, and my other question is how do you test a specific
> > module? Do you defined specific unit test for the module and include the
> > test files in the gitignore list or do you do other thing? I know that
> is a
> > silly question, but I want to know what is the best way for do.
> >
> > Thanks in advance
> >
> > Juan C Fiorenzano
> >
>