From 8123b8fc357a081bb831ec70ca9174684787e694 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Mon, 25 Jan 2021 09:43:52 -0800 Subject: [PATCH] fix lock-conflicting-batch-commit conf output The test had a silly typo in the label it put on the time it took mounts to perform conflicting metadata changes. Signed-off-by: Zach Brown --- tests/tests/lock-conflicting-batch-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/lock-conflicting-batch-commit.sh b/tests/tests/lock-conflicting-batch-commit.sh index 4f9d0ede..1b408ffc 100644 --- a/tests/tests/lock-conflicting-batch-commit.sh +++ b/tests/tests/lock-conflicting-batch-commit.sh @@ -50,7 +50,7 @@ for m in 0 1; do done wait CONF="$((SECONDS - START))" -echo "conf: $IND" >> $T_TMP.log +echo "conf: $CONF" >> $T_TMP.log if [ "$CONF" -gt "$((IND * 5))" ]; then t_fail "conflicting $CONF secs is more than 5x independent $IND secs"