mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
So far the condition whether to spawn a new job or not depended on the amount of data already processed. This could lead to spawning more jobs than necessary if batching is used and in return could result in creating invalid requests in case the tested block session is not large enough. In addition to checking the amount of data the test now stores the number of the last block and checks if the current request is in range. This properly limits the total amount of requests. Issue #3781.
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.