stdout.log 1.7 KB

123456789101112131415161718192021222324252627282930313233
  1. ** Test the behaviour for a file with one entry - part 1
  2. Read test
  3. Index footprint: 1
  4. Reading all blocks ...
  5. Predicted size 508, real size 127 bytes, first block size 61 bytes, first index 49, second block size 62 bytes, second index 50
  6. ... all blocks read.
  7. Reading blocks with indices {0, 9, ..., 99} ...
  8. Predicted size 508, real size 127 bytes, first block size 61 bytes, first index 49, second block size 62 bytes, second index 50
  9. ... all blocks read.
  10. Reading blocks with indices {0, 1, ..., 9} ...
  11. Predicted size 508, real size 127 bytes, first block size 61 bytes, first index 49, second block size 62 bytes, second index 50
  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 127 bytes, first block size 61 bytes, first index 49, second block size 62 bytes, second index 50
  17. ... all blocks read.
  18. Reading blocks with indices [90, 100[ ...
  19. Predicted size 508, real size 127 bytes, first block size 61 bytes, first index 49, second block size 62 bytes, second index 50
  20. ... all blocks read.
  21. Reading blocks with index 50 ...
  22. Predicted size 62, real size 127 bytes, first block size 61 bytes, first index 49, second block size 62 bytes, second index 50
  23. ... all blocks read.
  24. Reading blocks with indices [50, 51[ ...
  25. Predicted size 508, real size 127 bytes, first block size 61 bytes, first index 49, second block size 62 bytes, second index 50
  26. ... all blocks read.
  27. Reading blocks with indices [0,10[\cup [50, 51[\cup [90, 100[ ...
  28. Predicted size 508, real size 127 bytes, first block size 61 bytes, first index 49, second block size 62 bytes, second index 50
  29. ... all blocks read.
  30. Reading blocks with indices \emptyset ...
  31. ... all blocks read.
  32. This block of read tests is complete.