Details
-
Task
-
Status: Closed
-
Resolution: Done
-
None
-
None
-
None
Description
This was uncovered in a Jenkins run:
http://mjc.homeunix.org:8180/job/wiredtiger-test-format-stress-lsm/57
The test/format configuration is:
############################################
|
# RUN PARAMETERS
|
############################################
|
# bitcnt not applicable to this run
|
cache=100
|
compression=none
|
data_extend=0
|
data_source=lsm
|
delete_pct=12
|
dictionary=0
|
file_type=row-store
|
hot_backups=0
|
huffman_key=0
|
huffman_value=0
|
insert_pct=67
|
internal_key_truncation=0
|
internal_page_max=9
|
key_gap=15
|
key_max=83
|
key_min=14
|
leaf_page_max=17
|
ops=100000
|
prefix=1
|
repeat_data_pct=46
|
reverse=0
|
rows=100000
|
runs=100
|
split_pct=78
|
statistics=0
|
threads=20
|
value_max=2010
|
value_min=11
|
# wiredtiger_config not applicable to this run
|
write_pct=27
|
############################################
|