numam-spdk/test/blobstore
Tomasz Zawadzki 16cc6464db lib/log: do not put trailing whitespace in fdump
fdump puts out buffer in following format:
"00000000  76 61 6c 00                                        val.            "

Each buffer is displayed with hex values up to maximum, then
followed up with a value. This is done to keep starting value
with the same alignment between each consecutive line.
Value contents should end at its length instead of
adding trailing whitespace.

After this patch, output is changed to:
"00000000  76 61 6c 00                                        val."

Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: I26b327e83f296ba3865f1a337f4a70764a80e2b0
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/483706
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2020-02-04 20:08:02 +00:00
..
blob_io_wait test: move report_test_completion into run_test 2020-01-14 07:49:08 +00:00
blobstore.sh lib/log: do not put trailing whitespace in fdump 2020-02-04 20:08:02 +00:00
btest.out.ignore test/blob: fix match tool with blobcli 2020-02-04 20:08:02 +00:00
btest.out.match test/blob: fix match tool with blobcli 2020-02-04 20:08:02 +00:00
test.bs test: add 'match' util and use it with blobstore 2018-02-06 18:05:25 -05:00