Getting this error while running unit test for storm module

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

Getting this error while running unit test for storm module

chandresh pancholi
Git hub:https://github.com/chandresh-pancholi/ignite
ERROR][main][root] Test has been timed out and will be interrupted (threads
dump will be taken before interruption) [test=testStormStreamer,
timeout=300000]
[17:50:52,004][WARN ][main][StormIgniteStreamerSelfTest] Dumping debug info
for node [id=975c8b93-d245-4320-98cb-77da579d0124,
name=storm.StormIgniteStreamerSelfTest, order=1, client=false]
[17:50:52,005][WARN ][main][GridCachePartitionExchangeManager] Ready
affinity version: AffinityTopologyVersion [topVer=1, minorTopVer=1]

--
Chandresh Pancholi
Senior Software Engineer
Flipkart.com
Email-id:[hidden email]
Contact:08951803660
Reply | Threaded
Open this post in threaded view
|

Re: Getting this error while running unit test for storm module

yzhdanov
We
have org.apache.ignite.testframework.junits.GridAbstractTest#getTestTimeout
to control test duration.

You can override it to allow longer duration. However, I would recommend to
make test less time consuming (or a bit more light weight)

Thanks!

--Yakov

2015-09-17 20:09 GMT+03:00 chandresh pancholi <
[hidden email]>:

> Git hub:https://github.com/chandresh-pancholi/ignite
> ERROR][main][root] Test has been timed out and will be interrupted (threads
> dump will be taken before interruption) [test=testStormStreamer,
> timeout=300000]
> [17:50:52,004][WARN ][main][StormIgniteStreamerSelfTest] Dumping debug info
> for node [id=975c8b93-d245-4320-98cb-77da579d0124,
> name=storm.StormIgniteStreamerSelfTest, order=1, client=false]
> [17:50:52,005][WARN ][main][GridCachePartitionExchangeManager] Ready
> affinity version: AffinityTopologyVersion [topVer=1, minorTopVer=1]
>
> --
> Chandresh Pancholi
> Senior Software Engineer
> Flipkart.com
> Email-id:[hidden email]
> Contact:08951803660
>