Skip to content

[YDB#983] Test the new error message when running `mupip reorg -TRUNCATE` twice in a row.

Berwyn Hoyt requested to merge berwynhoyt/YDBTest:fix_truncate_message into master

Test that running mupip reorg -TRUNCATE twice in a row now puts out the more meaningful error message:

%GTM-I-MUTRUNCALREADY, Region DEFAULT: no further truncation possible

instead of the old

%YDB-I-MUTRUNCNOSPACE, Region DEFAULT has insufficient space to meet truncate target percentage of 0

Merge request reports