New failure:
file:wt, session.salvage: snappy error: snappy_decompress: SNAPPY_INVALID_INPUT: 1 file:wt, session.verify: checkpoint ranges never verified: 1 file:wt, session.verify: file ranges never verified: 1 t: session.verify: file:wt: post-corrupt-salvage verify: WT_ERROR: non-specific WiredTiger error
Here's the CONFIG:
############################################ # RUN PARAMETERS ############################################ auto_throttle=1 firstfit=0 bitcnt=4 bloom=1 bloom_bit_count=15 bloom_hash_count=23 bloom_oldest=0 cache=67 checkpoints=1 checksum=uncompressed chunk_size=5 compaction=0 compression=snappy data_extend=0 data_source=file delete_pct=10 dictionary=0 evict_max=1 file_type=row-store backups=0 huffman_key=1 huffman_value=0 insert_pct=6 internal_key_truncation=1 internal_page_max=9 isolation=random key_gap=2 key_max=51 key_min=28 leak_memory=0 leaf_page_max=9 logging=1 merge_max=18 merge_threads=3 mmap=1 ops=10000 prefix_compression=1 prefix_compression_min=3 repeat_data_pct=8 reverse=0 rows=1000 runs=0 split_pct=55 statistics=0 threads=1 value_max=1572 value_min=1 wiredtiger_config= write_pct=49 ############################################