mkorpela / pabot

Parallel executor for Robot Framework test cases.
https://pabot.org
Apache License 2.0
476 stars 152 forks source link

Allow the pabot results to be left without aggregating them. #571

Open Zoupers opened 8 months ago

Zoupers commented 8 months ago

As the title suggests, merging logs in Robot Framework currently consumes a substantial amount of memory when dealing with large logs. Therefore, we could consider deferring the merge process to a later stage when adequate memery is available.

Thank you for your understanding and support. If possible, I can also do that by myself.