-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
2
-
Storage Engines 2019-07-01
This run failed with EINVAL:
http://build.wiredtiger.com:8080/job/wiredtiger-test-coverage/3610/console
The command line appears to explicitly set invalid arguments. Here's the command and the failure:
++ ./t -1 -q -c ../../../test/format/CONFIG.stress checkpoints=1 isolation=random leak_memory=0 mmap=1 transaction_timestamps=1 file_type=row compression=snappy logging=1 logging_compression=snappy logging_prealloc=1 t: FAILED: transaction_timestamps or prepare require isolation=snapshot: Invalid argument
Notice the command line is setting isolation=random ... transaction_timestamps=1.
- is caused by
-
WT-4733 Change test/format to do longer-term repeatable read testing
- Closed