stdout.log 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. File error catched in part 1: 2 ./testfile.bin File_Blocks::File_Blocks::1
  2. (This is the expected correct behaviour)
  3. ** Add some empty indices (should not appear)
  4. Read test
  5. Reading all blocks ...
  6. Index 0: 1000
  7. Index 9: 1909
  8. Index 18: 1818
  9. Index 27: 1727
  10. Index 36: 1636
  11. Index 45: 1545
  12. Index 54: 1454
  13. Index 63: 1363
  14. Index 72: 1272
  15. Index 81: 1181
  16. Index 90: 1090
  17. Index 99: 1999
  18. ... all blocks read.
  19. Reading blocks with indices {0, 9, ..., 99} ...
  20. Index 0: 1000
  21. Index 9: 1909
  22. Index 18: 1818
  23. Index 27: 1727
  24. Index 36: 1636
  25. Index 45: 1545
  26. Index 54: 1454
  27. Index 63: 1363
  28. Index 72: 1272
  29. Index 81: 1181
  30. Index 90: 1090
  31. Index 99: 1999
  32. ... all blocks read.
  33. Reading blocks with indices {0, 1, ..., 9} ...
  34. Index 0: 1000
  35. Index 9: 1909
  36. ... all blocks read.
  37. Reading blocks with indices [0, 10[ ...
  38. Index 0: 1000
  39. Index 9: 1909
  40. ... all blocks read.
  41. Reading blocks with indices {90, 91, ..., 99} ...
  42. Index 90: 1090
  43. Index 99: 1999
  44. ... all blocks read.
  45. Reading blocks with indices [90, 100[ ...
  46. Index 90: 1090
  47. Index 99: 1999
  48. ... all blocks read.
  49. Reading blocks with index 50 ...
  50. [empty]
  51. ... all blocks read.
  52. Reading blocks with indices [50, 51[ ...
  53. [empty]
  54. ... all blocks read.
  55. Reading blocks with indices [0,10[\cup [50, 51[\cup [90, 100[ ...
  56. Index 0: 1000
  57. Index 9: 1909
  58. Index 90: 1090
  59. Index 99: 1999
  60. ... all blocks read.
  61. Reading blocks with indices \emptyset ...
  62. [empty]
  63. ... all blocks read.
  64. This block of read tests is complete.