Skip to content

Commit 74f43ac

Browse files
committed
t: cover invalid input to kvs transaction-merge
Problem: There is no coverage for invalid input to the transaction-merge option in the kvs. Add coverage in t1000-kvs.t.
1 parent 47a1a53 commit 74f43ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

t/t1000-kvs.t

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,4 +1291,8 @@ test_expect_success 'module fails to load with unknown option' '
12911291
test_must_fail flux module load kvs badopt
12921292
'
12931293

1294+
test_expect_success 'module fails to load with bad input to transaction-merge' '
1295+
test_must_fail flux module reload kvs transaction-merge=foobar
1296+
'
1297+
12941298
test_done

0 commit comments

Comments
 (0)