From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- src/test/cli/crushtool/compile-decompile-recompile.t | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/test/cli/crushtool/compile-decompile-recompile.t (limited to 'src/test/cli/crushtool/compile-decompile-recompile.t') diff --git a/src/test/cli/crushtool/compile-decompile-recompile.t b/src/test/cli/crushtool/compile-decompile-recompile.t new file mode 100644 index 000000000..dac7ee9c4 --- /dev/null +++ b/src/test/cli/crushtool/compile-decompile-recompile.t @@ -0,0 +1,17 @@ + $ cp "$TESTDIR/need_tree_order.crush" . + $ crushtool -c need_tree_order.crush -o nto.compiled + $ crushtool -d nto.compiled -o nto.conf + $ crushtool -c nto.conf -o nto.recompiled + +# as the input file is actually exactly what decompilation will spit +# back out, comments and all, and the compiled format is completely +# deterministic, we can compare the files to make sure everything +# worked + $ cmp need_tree_order.crush nto.conf + $ cmp nto.compiled nto.recompiled + + $ crushtool -c "$TESTDIR/missing-bucket.crushmap.txt" + WARNING: min_size is no longer supported, ignoring + WARNING: max_size is no longer supported, ignoring + in rule 'rule-bad' item 'root-404' not defined + [1] -- cgit v1.2.3