Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.6.0
-
None
-
None
Description
Currently SimulatedFSDataset uses a single DEFAULT_DATABYTE to simulate all block content. This is not accurate because the return of this byte just means the read request has hit an arbitrary position in an arbitrary simulated block.
This JIRA aims to improve it with a more accurate verification. When position p of a simulated block b is accessed, the returned byte is b's block ID plus p, moduled by the max value of a byte.