NodeJS client: scripts for Ignite nodes start/stop, TeamCity integration

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

NodeJS client: scripts for Ignite nodes start/stop, TeamCity integration

Alexey Kosenchuk
Folks,

to finalize Jasmine tests for NodeJS thin client there is a need to
understand:
- what the tests should do in order to start/stop Ignite nodes
before/during/after a test case? Are there any scripts available for that?
- is there anything else the tests should do in order to integrate with
the TeamCity?

Could the experts, please, help and provide some instructions.

Thanks,
-Alexey
Reply | Threaded
Open this post in threaded view
|

Re: NodeJS client: scripts for Ignite nodes start/stop, TeamCity integration

Igor Sapego-2
There are no any special scripts, as far as I know, so it's
fully up to you, how to implement this.

To integrate with the TC all a test need to do is to output
a pre-formatted logs to standard output [1].

[1] -
https://confluence.jetbrains.com/display/TCD7/Build+Script+Interaction+with+TeamCity



Best Regards,
Igor

On Wed, May 9, 2018 at 6:57 PM, Alexey Kosenchuk <
[hidden email]> wrote:

> Folks,
>
> to finalize Jasmine tests for NodeJS thin client there is a need to
> understand:
> - what the tests should do in order to start/stop Ignite nodes
> before/during/after a test case? Are there any scripts available for that?
> - is there anything else the tests should do in order to integrate with
> the TeamCity?
>
> Could the experts, please, help and provide some instructions.
>
> Thanks,
> -Alexey
>
Reply | Threaded
Open this post in threaded view
|

Re: NodeJS client: scripts for Ignite nodes start/stop, TeamCity integration

vveider
Igniters,


I will take it from here — corresponding task [1] is filed and works will start soon.


[1] https://issues.apache.org/jira/browse/IGNITE-8463



> On 10 May 2018, at 13:06, Igor Sapego <[hidden email]> wrote:
>
> There are no any special scripts, as far as I know, so it's
> fully up to you, how to implement this.
>
> To integrate with the TC all a test need to do is to output
> a pre-formatted logs to standard output [1].
>
> [1] -
> https://confluence.jetbrains.com/display/TCD7/Build+Script+Interaction+with+TeamCity
>
>
>
> Best Regards,
> Igor
>
> On Wed, May 9, 2018 at 6:57 PM, Alexey Kosenchuk <
> [hidden email]> wrote:
>
>> Folks,
>>
>> to finalize Jasmine tests for NodeJS thin client there is a need to
>> understand:
>> - what the tests should do in order to start/stop Ignite nodes
>> before/during/after a test case? Are there any scripts available for that?
>> - is there anything else the tests should do in order to integrate with
>> the TeamCity?
>>
>> Could the experts, please, help and provide some instructions.
>>
>> Thanks,
>> -Alexey
>>