forked from flux-framework/flux-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/kvs/basic: copy subcommands use raw KVS
copy-tokvs used to encode data -> base64 string -> JSON string. Now that KVS values are "raw', simply use flux_kvs_txn_put_raw(). copy-fromkvs used to decode JSON string -> base64 string -> data. Instead use flux_kvs_lookup_get_raw(). t1002-kvs-extra.t drives these subcommands, so this adds coverage for those KVS interfaces.
- Loading branch information
Showing
1 changed file
with
3 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters