1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

ignore stderr from 'yes'

This commit is contained in:
Timofey Turenko
2025-04-15 01:45:03 +03:00
committed by Leonid Fedorov
parent 67667d0a75
commit 00f04c0442

View File

@ -15,7 +15,7 @@ CREATE TABLE t1(col1 INT, col2 INT, col3 CHAR(8)) ENGINE=Columnstore;
# Load fragmented data source files distributed across pm nodes, cpimport -m2
# This test needs to be extended to cover multi-node setup
--exec yes | cp $MTR_SUITE_DIR/../std_data/100Krows.dat /tmp
--exec yes 2>/dev/null | cp $MTR_SUITE_DIR/../std_data/100Krows.dat /tmp
--disable_result_log #cpimport logs thread/timestamps
--exec cpimport -m2 mcs48_db t1 -f '/tmp' -l '100Krows.dat';