1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- File error catched in part 1: 2 ./testfile.bin File_Blocks::File_Blocks::1
- (This is the expected correct behaviour)
- ** Delete an item
- Read test
- Reading all blocks ...
- Index 0: 1000
- Index 9: 1909
- Index 18: 1818
- Index 27: 1727
- Index 36: 1636
- Index 45: 1545
- Index 54: 1454
- Index 63: 1363
- Index 72: 1272
- Index 81: 1181
- Index 90: 1090
- Index 99: 1999
- ... all blocks read.
- Reading blocks with indices {0, 9, ..., 99} ...
- Index 0: 1000
- Index 9: 1909
- Index 18: 1818
- Index 27: 1727
- Index 36: 1636
- Index 45: 1545
- Index 54: 1454
- Index 63: 1363
- Index 72: 1272
- Index 81: 1181
- Index 90: 1090
- Index 99: 1999
- ... all blocks read.
- Reading blocks with indices {0, 1, ..., 9} ...
- Index 0: 1000
- Index 9: 1909
- ... all blocks read.
- Reading blocks with indices [0, 10[ ...
- Index 0: 1000
- Index 9: 1909
- ... all blocks read.
- Reading blocks with indices {90, 91, ..., 99} ...
- Index 90: 1090
- Index 99: 1999
- ... all blocks read.
- Reading blocks with indices [90, 100[ ...
- Index 90: 1090
- Index 99: 1999
- ... all blocks read.
- Reading blocks with index 50 ...
- [empty]
- ... all blocks read.
- Reading blocks with indices [50, 51[ ...
- [empty]
- ... all blocks read.
- Reading blocks with indices [0,10[\cup [50, 51[\cup [90, 100[ ...
- Index 0: 1000
- Index 9: 1909
- Index 90: 1090
- Index 99: 1999
- ... all blocks read.
- Reading blocks with indices \emptyset ...
- [empty]
- ... all blocks read.
- This block of read tests is complete.
|