stdout.log 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. ** Test the behaviour for a file with one entry - part 2
  2. Read test
  3. Index footprint: 01
  4. Reading all blocks ...
  5. Predicted size 508, real size 67 bytes, first block size 63 bytes, first index 51
  6. ... all blocks read.
  7. Reading blocks with indices {0, 9, ..., 99} ...
  8. Predicted size 508, real size 67 bytes, first block size 63 bytes, first index 51
  9. ... all blocks read.
  10. Reading blocks with indices {0, 1, ..., 9} ...
  11. Predicted size 508, real size 67 bytes, first block size 63 bytes, first index 51
  12. ... all blocks read.
  13. Reading blocks with indices [0, 10[ ...
  14. ... all blocks read.
  15. Reading blocks with indices {90, 91, ..., 99} ...
  16. Predicted size 508, real size 67 bytes, first block size 63 bytes, first index 51
  17. ... all blocks read.
  18. Reading blocks with indices [90, 100[ ...
  19. Predicted size 508, real size 67 bytes, first block size 63 bytes, first index 51
  20. ... all blocks read.
  21. Reading blocks with index 50 ...
  22. Predicted size 63, real size 67 bytes, first block size 63 bytes, first index 51
  23. ... all blocks read.
  24. Reading blocks with indices [50, 51[ ...
  25. ... all blocks read.
  26. Reading blocks with indices [0,10[\cup [50, 51[\cup [90, 100[ ...
  27. Predicted size 508, real size 67 bytes, first block size 63 bytes, first index 51
  28. ... all blocks read.
  29. Reading blocks with indices \emptyset ...
  30. ... all blocks read.
  31. This block of read tests is complete.