Pekka Klärck

Results 725 comments of Pekka Klärck

With this information alone I cannot debug this any further.

Do you mean Robot Framework versions with v3 and v4? Do you get any error or is the only symptom that log and report aren't generated? It would be great...

Rebot doesn't have any hard limit for tests or output file sizes. Because you are dealing with huge files, the likely root cause is Rebot running out of memory. It's...

As I wrote earlier, the plan was to create RF 4.1.2 this week and it to be the last RF 4 release. The latter is still true, but we can...

Any possibility you could test with RF 4.0.2? With other tools it would be better to use same versions "after" than you used "before". I doubt that it has an...

Yeah, I'd like to know at what point the problem occurred in more detail. Makes it easier to debug it.

I created some example tests and compared speed and memory usage between 3.2, 4.0 and 4.1. I noticed memory usage got roughly 10% up in 4.0 and speed got a...

Did it succeed just once or are all runs now successful? There not being any error is very annoying. I think there should be something even if memory runs out,...

Investigation I did unfortunately didn't really reveal anything that could be easily changed to improve memory usage. The commit 21c6b468a6f19181e44300c2be5a3fa4afd28471 that I mentioned above changes `TestCase` objects so that they...

Encountered tool called [Fil](https://pythonspeed.com/fil/) that seems to be targeted exactly for our memory profiling needs. I can test that locally to see where memory is spent, but it would be...