test/format trace "stop" messages should print ret

XMLWordPrintableJSON

    • Storage Engines
    • StorEng - 2025-03-14
    • 1

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

                Created:
                Updated:
                Resolved: