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

test/format trace "stop" messages should print ret

    • Type: Icon: Technical Debt Technical Debt
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Test Format
    • Storage Engines

      There are several places in test/format where we write stop messages to the trace database. It would be helpful to include the value of ret when these operations complete.

      Locations to research include:

      alter.c:        trace_msg(session, "Alter #%u URI %s stop", counter, table->uri);
      backup.c:            trace_msg(session, "Backup #%u copy file %s stop", counter, key);
      backup.c:            trace_msg(session, "Backup #%u stop", counter);
      backup.c:            trace_msg(session, "Backup #%u stop: (%s)", counter, config);
      bulk.c:    trace_msg(session, "=============== %s bulk load stop", table->uri);
      checkpoint.c:            trace_msg(session, "Checkpoint #%u stop", counter);
      checkpoint.c:            trace_msg(session, "Checkpoint #%u stop (%s)", counter, ckpt_config);
      

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            sue.loverso@mongodb.com Susan LoVerso
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: