Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-12792

test/format sets timestamps while disabled in the config

    • Storage Engines
    • 2
    • 나비 (nabi) - 2024-04-16

      The configuration item transaction.timestamps indicates whether timestamps should be in use or not during a test/format run. While disabled, after a test/format run, we can see the following in the metadata file:

      ../../wt -r -h RUNDIR/ dump file:WiredTiger.wt
      
      ...
      system:oldest\00
      oldest_timestamp="4",checkpoint_time=1712269181,write_gen=7\00
      ...
      

      We should not be setting the oldest ts. This is because timestamp_teardown is called at the end of a run without checking if timestamps are in use.

            Assignee:
            etienne.petrel@mongodb.com Etienne Petrel
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: