1
0
Fork 0

Remove procdump usage while taring archives (3.4) (#7816)

* Remove procdump usage while taring archives

* Add 3.2 upgrade-data tests to oskar blacklist for 3.4

* Fix typo

* Add 3.4 upgrade-data tests to oskar blacklist for 3.4
This commit is contained in:
KVS85 2018-12-21 13:40:04 +03:00 committed by Frank Celler
parent 7c42430f95
commit 4ec76574dd
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
upgrade_data_3.2.*
upgrade_data_3.4.*

View File

@ -99,7 +99,7 @@ const unpackOldData = (engine, version, options, serverOptions) => {
`--file=${dataFile}`,
`--directory=${serverOptions['database.directory']}`
];
let unpack = pu.executeAndWait('tar', tarOptions, {}, '');
let unpack = pu.executeAndWait('tar', tarOptions, { disableMonitor: true }, '');
if (unpack.status === false) {
unpack.failed = 1;