stdout.log 816 B

1234567891011121314151617181920212223242526272829
  1. ** Test the behaviour for an empty file
  2. Read test
  3. Index footprint:
  4. Reading all blocks ...
  5. ... all blocks read.
  6. Reading blocks with indices {0, 9, ..., 99} ...
  7. Predicted size 0
  8. ... all blocks read.
  9. Reading blocks with indices {0, 1, ..., 9} ...
  10. Predicted size 0
  11. ... all blocks read.
  12. Reading blocks with indices [0, 10[ ...
  13. ... all blocks read.
  14. Reading blocks with indices {90, 91, ..., 99} ...
  15. Predicted size 0
  16. ... all blocks read.
  17. Reading blocks with indices [90, 100[ ...
  18. ... all blocks read.
  19. Reading blocks with index 50 ...
  20. Predicted size 0
  21. ... all blocks read.
  22. Reading blocks with indices [50, 51[ ...
  23. ... all blocks read.
  24. Reading blocks with indices [0,10[\cup [50, 51[\cup [90, 100[ ...
  25. ... all blocks read.
  26. Reading blocks with indices \emptyset ...
  27. ... all blocks read.
  28. This block of read tests is complete.