stdout.log 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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 multiple short indizes
  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 42: 642
  12. Index 45: 1545
  13. Index 54: 1454
  14. Index 63: 1363
  15. Index 72: 1272
  16. Index 81: 1181
  17. Index 90: 1090
  18. Index 99: 1999
  19. ... all blocks read.
  20. Reading blocks with indices {0, 9, ..., 99} ...
  21. Index 0: 1000
  22. Index 9: 1909
  23. Index 18: 1818
  24. Index 27: 1727
  25. Index 36: 1636
  26. Index 45: 1545
  27. Index 54: 1454
  28. Index 63: 1363
  29. Index 72: 1272
  30. Index 81: 1181
  31. Index 90: 1090
  32. Index 99: 1999
  33. ... all blocks read.
  34. Reading blocks with indices {0, 1, ..., 9} ...
  35. Index 0: 1000
  36. Index 9: 1909
  37. ... all blocks read.
  38. Reading blocks with indices [0, 10[ ...
  39. Index 0: 1000
  40. Index 9: 1909
  41. ... all blocks read.
  42. Reading blocks with indices {90, 91, ..., 99} ...
  43. Index 90: 1090
  44. Index 99: 1999
  45. ... all blocks read.
  46. Reading blocks with indices [90, 100[ ...
  47. Index 90: 1090
  48. Index 99: 1999
  49. ... all blocks read.
  50. Reading blocks with index 50 ...
  51. [empty]
  52. ... all blocks read.
  53. Reading blocks with indices [50, 51[ ...
  54. [empty]
  55. ... all blocks read.
  56. Reading blocks with indices [0,10[\cup [50, 51[\cup [90, 100[ ...
  57. Index 0: 1000
  58. Index 9: 1909
  59. Index 90: 1090
  60. Index 99: 1999
  61. ... all blocks read.
  62. Reading blocks with indices \emptyset ...
  63. [empty]
  64. ... all blocks read.
  65. This block of read tests is complete.