It's all about the answers!

Ask a question

Rational Publishing Engine : extract key words from tests case from RQM takes too much time


Christelle COIC (11514) | asked Sep 07 '15, 5:27 a.m.

In v4.0.2, we exports via RPE from RQM some test cases. Some RQM project zones have many key words => the export is OK. Some RQM project zones have no key words => the export takes too much time and RPE processus can be blocked.

Is there a bug?Is there a way to bypass this problem?

Thanks.


Comments
Subramanya Prasad Pilar commented Sep 07 '15, 1:43 p.m. | edited Sep 09 '15, 5:53 a.m.

If you can share the template, I can check why it takes long time when there are no keywords.

Regards,
Prasad

One answer



permanent link
Subramanya Prasad Pilar (4.6k16) | answered Sep 09 '15, 6:02 a.m.
Hi Christelle,

You you bypass this case by adding a condition to the container (that has data source configuration element which uses feed/entry/content/keyword/defaultscript/href and other elements). Create a flag (internal variable) and set it to 1 if there are keywords. Use the condition (_flag == 1) for the container so that it will be skipped if there are no keywords.

I also suggest redesigning the template without using same query multiple times.

Regards,
Prasad

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.