You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in #1123, there is some overlap in functionality between the test command t/kvs/basic and the user command src/cmd/flux-kvs. We could probably cull subcommands in basic that have direct counterparts in flux-kvs and switch the test drivers over to use those.
Examples: get, link, readlink, mkdir, version, wait, dropcache, copy, and move are pretty much identical, or flux-kvs has some extra functionality.
The text was updated successfully, but these errors were encountered:
Remove get, put, version, wait, dropcache, copy, move, mkdir, link,
readlink in t/kvs/basic, as it is basically a duplicate of what is
in the flux-kvs command.
Update t1000-kvs-basic.t tests appropriately, using 'flux kvs' equivalent
as needed.
Fixesflux-framework#1127
As noted in #1123, there is some overlap in functionality between the test command
t/kvs/basic
and the user commandsrc/cmd/flux-kvs
. We could probably cull subcommands inbasic
that have direct counterparts influx-kvs
and switch the test drivers over to use those.Examples: get, link, readlink, mkdir, version, wait, dropcache, copy, and move are pretty much identical, or
flux-kvs
has some extra functionality.The text was updated successfully, but these errors were encountered: