1234567891011121314151617181920212223242526272829303132 |
- ** Test the behaviour for a file with one entry - part 2
- Read test
- Index footprint: 01
- Reading all blocks ...
- Predicted size 508, real size 67 bytes, first block size 63 bytes, first index 51
- ... all blocks read.
- Reading blocks with indices {0, 9, ..., 99} ...
- Predicted size 508, real size 67 bytes, first block size 63 bytes, first index 51
- ... all blocks read.
- Reading blocks with indices {0, 1, ..., 9} ...
- Predicted size 508, real size 67 bytes, first block size 63 bytes, first index 51
- ... all blocks read.
- Reading blocks with indices [0, 10[ ...
- ... all blocks read.
- Reading blocks with indices {90, 91, ..., 99} ...
- Predicted size 508, real size 67 bytes, first block size 63 bytes, first index 51
- ... all blocks read.
- Reading blocks with indices [90, 100[ ...
- Predicted size 508, real size 67 bytes, first block size 63 bytes, first index 51
- ... all blocks read.
- Reading blocks with index 50 ...
- Predicted size 63, real size 67 bytes, first block size 63 bytes, first index 51
- ... all blocks read.
- Reading blocks with indices [50, 51[ ...
- ... all blocks read.
- Reading blocks with indices [0,10[\cup [50, 51[\cup [90, 100[ ...
- Predicted size 508, real size 67 bytes, first block size 63 bytes, first index 51
- ... all blocks read.
- Reading blocks with indices \emptyset ...
- ... all blocks read.
- This block of read tests is complete.
|