stdout.log 939 B

123456789101112131415161718192021222324252627282930313233343536
  1. File error catched in part 1: 2 ./testfile.bin File_Blocks::File_Blocks::1
  2. (This is the expected correct behaviour)
  3. ** Test the behaviour for a db with one entry
  4. Read test
  5. Reading all blocks ...
  6. Index 42: 642
  7. ... all blocks read.
  8. Reading blocks with indices {0, 9, ..., 99} ...
  9. [empty]
  10. ... all blocks read.
  11. Reading blocks with indices {0, 1, ..., 9} ...
  12. [empty]
  13. ... all blocks read.
  14. Reading blocks with indices [0, 10[ ...
  15. [empty]
  16. ... all blocks read.
  17. Reading blocks with indices {90, 91, ..., 99} ...
  18. [empty]
  19. ... all blocks read.
  20. Reading blocks with indices [90, 100[ ...
  21. [empty]
  22. ... all blocks read.
  23. Reading blocks with index 50 ...
  24. [empty]
  25. ... all blocks read.
  26. Reading blocks with indices [50, 51[ ...
  27. [empty]
  28. ... all blocks read.
  29. Reading blocks with indices [0,10[\cup [50, 51[\cup [90, 100[ ...
  30. [empty]
  31. ... all blocks read.
  32. Reading blocks with indices \emptyset ...
  33. [empty]
  34. ... all blocks read.
  35. This block of read tests is complete.