-
Type: Technical Debt
-
Resolution: Unresolved
-
Priority: 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);