test/format trace ops should print full key

XMLWordPrintableJSON

    • 2023-03-21 Ellen Ripley
    • 3

      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
              Reporter:
              Susan LoVerso (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: