Skip to content

Commit f0e69f7

Browse files
committed
SRE-3150 Test: This is Debug PR-2 for NVMe issue
Signed-off-by: ravalsam <[email protected]>
1 parent 540df3a commit f0e69f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/object/srv_obj.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ obj_rw_complete(crt_rpc_t *rpc, struct obj_io_context *ioc,
153153
rc == -DER_TX_RESTART || rc == -DER_EXIST ||
154154
rc == -DER_NONEXIST || rc == -DER_ALREADY ||
155155
rc == -DER_CHKPT_BUSY,
156-
DLOG_DBG, DLOG_ERR, rc, DF_UOID " %s end failed",
156+
DLOG_DBG, DLOG_ERR, rc, DF_UOID " %s end SAMIR failed",
157157
DP_UOID(orwi->orw_oid), update ? "Update" : "Fetch");
158158
if (status == 0)
159159
status = rc;

src/tests/ftest/pool/create_all_hw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test_recycle_pools_hw(self):
8585
pool_count = self.params.get("pool_count", "/run/test_recycle_pools_hw/*", 0)
8686
deltas_bytes = self.get_deltas("test_recycle_pools_hw")
8787
deltas_bytes[:] = [it * self.engines_count for it in deltas_bytes]
88-
self.log.info("Test pool creation and destruction")
88+
self.log.info("Test pool creation and destruction --- SAMIR --- 2 --")
8989
self.log.info("\t- pool_count=%d", pool_count)
9090
self.log_deltas(*deltas_bytes)
9191

0 commit comments

Comments
 (0)