mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
block_request_stream.run: use valid length value
Since the change "block_tester: limit batching in sequential test", the sequence test blocks infinitely when encountering a length value smaller than the block size.
This commit is contained in:
parent
f7ee1f64a9
commit
59ca8f2489
@ -41,7 +41,7 @@ install_config {
|
||||
<sequential copy="no" length="16M" size="8K"/>
|
||||
|
||||
<sequential copy="no" length="3G" size="16K" batch="32"/>
|
||||
<sequential copy="no" length="15" size="64K" batch="32"/>
|
||||
<sequential copy="no" length="15G" size="64K" batch="32"/>
|
||||
<sequential copy="no" length="30G" size="128K" batch="32"/>
|
||||
|
||||
<sequential copy="no" length="16M" size="4K" write="yes"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user