Advertisement
Guest User

Untitled

a guest
Jul 12th, 2019
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 16.64 KB | None | 0 0
  1. theknight@theknight-laptop:~/tmp/libmdbx$ ./test/long_stochastic.sh
  2. === 4303M RAM available, use 242M for DB
  3. cc -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -std=gnu11 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c src/lck-posix.c -o src/lck-posix.o
  4. cc -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -std=gnu11 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c src/version.c -o src/version.o
  5. cc -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -std=gnu11 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c src/mdbx.c -o src/mdbx.o
  6. cc -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -std=gnu11 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c src/osal.c -o src/osal.o
  7. ar rs libmdbx.a src/lck-posix.o src/version.o src/mdbx.o src/osal.o
  8. ar: creating libmdbx.a
  9. cc -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -std=gnu11 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -save-temps src/lck-posix.o src/version.o src/mdbx.o src/osal.o -pthread -shared -Wl,--gc-sections,-z,relro,-O,--no-as-needed,-lrt -o libmdbx.so
  10. cc -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -std=gnu11 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 src/tools/mdbx_stat.c libmdbx.a -pthread -lrt -o mdbx_stat
  11. cc -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -std=gnu11 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 src/tools/mdbx_copy.c libmdbx.a -pthread -lrt -o mdbx_copy
  12. cc -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -std=gnu11 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 src/tools/mdbx_dump.c libmdbx.a -pthread -lrt -o mdbx_dump
  13. cc -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -std=gnu11 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 src/tools/mdbx_load.c libmdbx.a -pthread -lrt -o mdbx_load
  14. cc -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -std=gnu11 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 src/tools/mdbx_chk.c libmdbx.a -pthread -lrt -o mdbx_chk
  15. g++ -std=c++11 -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c test/hill.cc -o test/hill.o
  16. g++ -std=c++11 -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c test/log.cc -o test/log.o
  17. g++ -std=c++11 -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c test/config.cc -o test/config.o
  18. g++ -std=c++11 -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c test/osal-unix.cc -o test/osal-unix.o
  19. g++ -std=c++11 -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c test/copy.cc -o test/copy.o
  20. g++ -std=c++11 -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c test/jitter.cc -o test/jitter.o
  21. g++ -std=c++11 -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c test/dead.cc -o test/dead.o
  22. g++ -std=c++11 -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c test/test.cc -o test/test.o
  23. g++ -std=c++11 -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c test/cases.cc -o test/cases.o
  24. g++ -std=c++11 -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c test/try.cc -o test/try.o
  25. g++ -std=c++11 -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c test/keygen.cc -o test/keygen.o
  26. g++ -std=c++11 -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c test/append.cc -o test/append.o
  27. g++ -std=c++11 -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c test/utils.cc -o test/utils.o
  28. g++ -std=c++11 -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c test/ttl.cc -o test/ttl.o
  29. g++ -std=c++11 -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c test/main.cc -o test/main.o
  30. g++ -std=c++11 -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -c test/chrono.cc -o test/chrono.o
  31. g++ -std=c++11 -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 test/hill.o test/log.o test/config.o test/osal-unix.o test/copy.o test/jitter.o test/dead.o test/test.o test/cases.o test/try.o test/keygen.o test/append.o test/utils.o test/ttl.o test/main.o test/chrono.o -Wl,-rpath . -L . -l mdbx -pthread -lrt -o mdbx_test
  32. cc -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden -D_GNU_SOURCE=1 -std=gnu11 -pthread -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1 -I. tutorial/sample-mdbx.c ./libmdbx.so -o example
  33. rm -f /dev/shm/mdbx-test.db /dev/shm/mdbx-test.log && (set -o pipefail; ./mdbx_test --repeat=42 --pathname=/dev/shm/mdbx-test.db --dont-cleanup-after basic | tee -a /dev/shm/mdbx-test.log | tail -n 42) \
  34. && ./mdbx_chk -vvn /dev/shm/mdbx-test.db && ./mdbx_chk -vvn /dev/shm/mdbx-test.db-copy
  35. [ 190712-21:09:42.785675_21903 child_3.3  info ] ttl: using `batch_write` value 1000 for count_max
  36. [ 190712-21:09:44.426629_21906 child_6.6  info ] test successed (iteration 36 of 42)
  37. [ 190712-21:09:44.432284_21906 child_6.6  info ] ttl: using `batch_read` value 1000 for window_max
  38. [ 190712-21:09:44.432305_21906 child_6.6  info ] ttl: using `batch_write` value 1000 for count_max
  39. [ 190712-21:09:44.624794_21903 child_3.3  info ] test successed (iteration 36 of 42)
  40. [ 190712-21:09:44.634949_21903 child_3.3  info ] ttl: using `batch_read` value 1000 for window_max
  41. [ 190712-21:09:44.634989_21903 child_3.3  info ] ttl: using `batch_write` value 1000 for count_max
  42. [ 190712-21:09:46.314264_21906 child_6.6  info ] test successed (iteration 37 of 42)
  43. [ 190712-21:09:46.369299_21906 child_6.6  info ] ttl: using `batch_read` value 1000 for window_max
  44. [ 190712-21:09:46.369330_21906 child_6.6  info ] ttl: using `batch_write` value 1000 for count_max
  45. [ 190712-21:09:46.569182_21903 child_3.3  info ] test successed (iteration 37 of 42)
  46. [ 190712-21:09:46.579025_21903 child_3.3  info ] ttl: using `batch_read` value 1000 for window_max
  47. [ 190712-21:09:46.579045_21903 child_3.3  info ] ttl: using `batch_write` value 1000 for count_max
  48. [ 190712-21:09:48.381876_21906 child_6.6  info ] test successed (iteration 38 of 42)
  49. [ 190712-21:09:48.390425_21906 child_6.6  info ] ttl: using `batch_read` value 1000 for window_max
  50. [ 190712-21:09:48.390449_21906 child_6.6  info ] ttl: using `batch_write` value 1000 for count_max
  51. [ 190712-21:09:48.545778_21903 child_3.3  info ] test successed (iteration 38 of 42)
  52. [ 190712-21:09:48.633178_21903 child_3.3  info ] ttl: using `batch_read` value 1000 for window_max
  53. [ 190712-21:09:48.633196_21903 child_3.3  info ] ttl: using `batch_write` value 1000 for count_max
  54. [ 190712-21:09:50.127919_21906 child_6.6  info ] test successed (iteration 39 of 42)
  55. [ 190712-21:09:50.139308_21906 child_6.6  info ] ttl: using `batch_read` value 1000 for window_max
  56. [ 190712-21:09:50.139345_21906 child_6.6  info ] ttl: using `batch_write` value 1000 for count_max
  57. [ 190712-21:09:50.516191_21903 child_3.3  info ] test successed (iteration 39 of 42)
  58. [ 190712-21:09:50.554924_21903 child_3.3  info ] ttl: using `batch_read` value 1000 for window_max
  59. [ 190712-21:09:50.554956_21903 child_3.3  info ] ttl: using `batch_write` value 1000 for count_max
  60. [ 190712-21:09:52.162811_21906 child_6.6  info ] test successed (iteration 40 of 42)
  61. [ 190712-21:09:52.180797_21906 child_6.6  info ] ttl: using `batch_read` value 1000 for window_max
  62. [ 190712-21:09:52.180827_21906 child_6.6  info ] ttl: using `batch_write` value 1000 for count_max
  63. [ 190712-21:09:52.529157_21903 child_3.3  info ] test successed (iteration 40 of 42)
  64. [ 190712-21:09:52.534511_21903 child_3.3  info ] ttl: using `batch_read` value 1000 for window_max
  65. [ 190712-21:09:52.534538_21903 child_3.3  info ] ttl: using `batch_write` value 1000 for count_max
  66. [ 190712-21:09:54.137571_21906 child_6.6  info ] test successed (iteration 41 of 42)
  67. [ 190712-21:09:54.144107_21906 child_6.6  info ] ttl: using `batch_read` value 1000 for window_max
  68. [ 190712-21:09:54.144128_21906 child_6.6  info ] ttl: using `batch_write` value 1000 for count_max
  69. [ 190712-21:09:54.553044_21903 child_3.3  info ] test successed (iteration 41 of 42)
  70. [ 190712-21:09:54.576061_21903 child_3.3  info ] ttl: using `batch_read` value 1000 for window_max
  71. [ 190712-21:09:54.576082_21903 child_3.3  info ] ttl: using `batch_write` value 1000 for count_max
  72. [ 190712-21:09:56.255377_21906 child_6.6  info ] test successed (iteration 42 of 42)
  73. [ 190712-21:09:56.256074_21898 overlord   info ] actor #6, id 6, pid 21906: successful
  74. [ 190712-21:09:56.448328_21903 child_3.3  info ] test successed (iteration 42 of 42)
  75. [ 190712-21:09:56.448636_21898 overlord   info ] actor #3, id 3, pid 21903: successful
  76. [ 190712-21:09:56.448646_21898 overlord   noti ] RESULT: Successful
  77. Running mdbx_chk for /dev/shm/mdbx-test.db in 'read-only' mode...
  78.  - monopolistic mode
  79.  - pagesize 4096 (4096 system), max keysize 990, max readers 62
  80.  - mapsize 536870912 (512.00 Mb)
  81.  - dynamic datafile: 12288 (12.00 Kb) .. 536870912 (512.00 Mb), +65536 (64.00 Kb), -131072 (128.00 Kb)
  82.  - current datafile: 273416192 (260.75 Mb), 66752 pages
  83.  - transactions: recent 104507, latter reader 104507, lag 0
  84.  - meta-0: steady 104468, stay
  85.  - meta-1: steady 104507, head
  86.  - meta-2: weak 104506, tail
  87.  - performs check for meta-pages clashes
  88.  - performs full check recent-txn-id with meta-pages
  89. Traversal b-tree by txn#104507...
  90.  - found 'TBL0003' area
  91.  - found 'TBL0006' area
  92.  - found 'TBL0009' area
  93.  - pages: total 19823, unused 46925
  94.      @GC: subtotal 60, branch 1, large 22, leaf 12
  95.      @MAIN: subtotal 1, leaf 1
  96.      @META: subtotal 3
  97.      TBL0003: subtotal 6021, branch 1425, leaf 4596
  98.      TBL0006: subtotal 13727, branch 2723, leaf 11004
  99.      TBL0009: subtotal 11, branch 1, leaf 10
  100.  - usage: total 81195008 bytes, payload 37613069 (46.3%), unused 43581939 (53.7%)
  101.  - summary: average fill 46.3%, 0 problems
  102. Processing '@MAIN'...
  103.  - dbi-id 1, flags: none (0x00)
  104.  - page size 4096, entries 5
  105.  - b-tree depth 1, pages: branch 0, leaf 1, overflow 0
  106.  - summary: 5 records, 0 dups, 35 key's bytes, 240 data's bytes, 0 problems
  107. Processing '@GC'...
  108.  - dbi-id 0, flags: integerkey (0x4008)
  109.  - page size 4096, entries 86
  110.  - b-tree depth 2, pages: branch 1, leaf 12, overflow 47
  111.  - fixed key-size 8
  112.  - summary: 86 records, 0 dups, 688 key's bytes, 188044 data's bytes, 0 problems
  113.  - space: 131072 total pages, backed 66752 (50.9%), allocated 66748 (50.9%), remained 64324 (49.1%), used 19823 (15.1%), gc 46925 (35.8%), detained 169 (0.1%), reclaimable 46756 (35.7%), available 111080 (84.7%)
  114. Processing 'TBL0002'...
  115.  - dbi-id 2, flags: dupsort (0x04)
  116.  - page size 4096, entries 0
  117.  - b-tree depth 0, pages: branch 0, leaf 0, overflow 0
  118.  - summary: 0 records, 0 dups, 0 key's bytes, 0 data's bytes, 0 problems
  119. Processing 'TBL0003'...
  120.  - dbi-id 3, flags: dupsort (0x04)
  121.  - page size 4096, entries 8906
  122.  - b-tree depth 7, pages: branch 1425, leaf 4596, overflow 0
  123.  - summary: 8906 records, 557 dups, 4383440 key's bytes, 4424700 data's bytes, 0 problems
  124. Processing 'TBL0005'...
  125.  - dbi-id 4, flags: dupsort (0x04)
  126.  - page size 4096, entries 0
  127.  - b-tree depth 0, pages: branch 0, leaf 0, overflow 0
  128.  - summary: 0 records, 0 dups, 0 key's bytes, 0 data's bytes, 0 problems
  129. Processing 'TBL0006'...
  130.  - dbi-id 5, flags: dupsort (0x04)
  131.  - page size 4096, entries 22542
  132.  - b-tree depth 7, pages: branch 2723, leaf 11004, overflow 0
  133.  - summary: 22542 records, 3544 dups, 11143306 key's bytes, 11130301 data's bytes, 0 problems
  134. Processing 'TBL0009'...
  135.  - dbi-id 6, flags: dupsort (0x04)
  136.  - page size 4096, entries 218
  137.  - b-tree depth 1, pages: branch 1, leaf 10, overflow 0
  138.  - summary: 218 records, 217 dups, 0 key's bytes, 33131 data's bytes, 0 problems
  139. No error is detected, elapsed 0.037 seconds
  140. Running mdbx_chk for /dev/shm/mdbx-test.db-copy in 'read-only' mode...
  141.  - monopolistic mode
  142.  - pagesize 4096 (4096 system), max keysize 990, max readers 62
  143.  - mapsize 536870912 (512.00 Mb)
  144.  - dynamic datafile: 12288 (12.00 Kb) .. 536870912 (512.00 Mb), +65536 (64.00 Kb), -131072 (128.00 Kb)
  145.  - current datafile: 162398208 (154.88 Mb), 39648 pages
  146.  - transactions: recent 8651, latter reader 8651, lag 0
  147.  - meta-0: steady 8648, stay
  148.  - meta-1: steady 8651, head
  149.  - meta-2: weak 8650, tail
  150.  - performs check for meta-pages clashes
  151.  - performs full check recent-txn-id with meta-pages
  152. Traversal b-tree by txn#8651...
  153.  - found 'TBL0002' area
  154.  - found 'TBL0003' area
  155.  - found 'TBL0005' area
  156.  - found 'TBL0006' area
  157.  - found 'TBL0009' area
  158.  - pages: total 7503, unused 32139
  159.      @GC: subtotal 40, branch 1, large 15, leaf 8
  160.      @MAIN: subtotal 1, leaf 1
  161.      @META: subtotal 3
  162.      TBL0002: subtotal 103, branch 20, leaf 83
  163.      TBL0003: subtotal 1465, branch 597, leaf 868
  164.      TBL0005: subtotal 458, branch 85, leaf 373
  165.      TBL0006: subtotal 5422, branch 964, leaf 4458
  166.      TBL0009: subtotal 11, branch 1, leaf 10
  167.  - usage: total 30732288 bytes, payload 15920546 (51.8%), unused 14811742 (48.2%)
  168.  - summary: average fill 51.8%, 0 problems
  169. Processing '@MAIN'...
  170.  - dbi-id 1, flags: none (0x00)
  171.  - page size 4096, entries 5
  172.  - b-tree depth 1, pages: branch 0, leaf 1, overflow 0
  173.  - summary: 5 records, 0 dups, 35 key's bytes, 240 data's bytes, 0 problems
  174. Processing '@GC'...
  175.  - dbi-id 0, flags: integerkey (0x4008)
  176.  - page size 4096, entries 70
  177.  - b-tree depth 2, pages: branch 1, leaf 8, overflow 31
  178.  - fixed key-size 8
  179.  - summary: 70 records, 0 dups, 560 key's bytes, 128836 data's bytes, 0 problems
  180.  - space: 131072 total pages, backed 39648 (30.2%), allocated 39642 (30.2%), remained 91430 (69.8%), used 7503 (5.7%), gc 32139 (24.5%), detained 38 (0.0%), reclaimable 32101 (24.5%), available 123531 (94.2%)
  181. Processing 'TBL0002'...
  182.  - dbi-id 2, flags: dupsort (0x04)
  183.  - page size 4096, entries 180
  184.  - b-tree depth 4, pages: branch 20, leaf 83, overflow 0
  185.  - summary: 180 records, 0 dups, 87487 key's bytes, 92498 data's bytes, 0 problems
  186. Processing 'TBL0003'...
  187.  - dbi-id 3, flags: dupsort (0x04)
  188.  - page size 4096, entries 921
  189.  - b-tree depth 7, pages: branch 597, leaf 868, overflow 0
  190.  - summary: 921 records, 5 dups, 464179 key's bytes, 447401 data's bytes, 0 problems
  191. Processing 'TBL0005'...
  192.  - dbi-id 4, flags: dupsort (0x04)
  193.  - page size 4096, entries 768
  194.  - b-tree depth 5, pages: branch 85, leaf 373, overflow 0
  195.  - summary: 768 records, 7 dups, 380729 key's bytes, 379532 data's bytes, 0 problems
  196. Processing 'TBL0006'...
  197.  - dbi-id 5, flags: dupsort (0x04)
  198.  - page size 4096, entries 11113
  199.  - b-tree depth 7, pages: branch 964, leaf 4458, overflow 0
  200.  - summary: 11113 records, 878 dups, 5523246 key's bytes, 5487430 data's bytes, 0 problems
  201. Processing 'TBL0009'...
  202.  - dbi-id 6, flags: dupsort (0x04)
  203.  - page size 4096, entries 218
  204.  - b-tree depth 1, pages: branch 1, leaf 10, overflow 0
  205.  - summary: 218 records, 217 dups, 0 key's bytes, 33131 data's bytes, 0 problems
  206. No error is detected, elapsed 0.022 seconds
  207. =============================================== Fri 12 Jul 21:09:56 MSK 2019
  208. Probe #1 int-key,w/o-dups, repeat 1 of 16: --pagesize=min --size-upper=242M --table=+key.integer,-data.dups --keylen.min=min --keylen.max=max --datalen.min=min --datalen.max=1111 --nops=99 --batch.write=9 --mode=+writemap,+coalesce,+lifo --keygen.seed=557994345 basic
  209. ./test/long_stochastic.sh: line 68: lz4: command not found
  210. FAILED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement