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

test/format trace ops should print full key

    • 3
    • 2023-03-21 Ellen Ripley

      In the operations tracing in test/format some operations such as row_update print out the full key into the trace_op call for operations tracing. That makes it easy to see the mirror keys (or non-mirrored key) in the output.

      But some operations, such as row_remove only print the key number (tinfo->keyno), not the actual generated key tinfo->key.

      This ticket should update operations tracing messages for all operations to print out the actual key. If one looks for calls to key_gen and then adds or modifies any trace_op calls after that to show the actual key.

      I noticed this on remove operations, but there may be additional operation. An example that does print out the real key is row_update.

            Assignee:
            andrew.morton@mongodb.com Andrew Morton
            Reporter:
            sue.loverso@mongodb.com Susan LoVerso
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: