1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Add dmesg to regressionlog step (#2810)

* Add dmesg to regressionlog step

* dmesg from the outside

* put dmesg one level higher

* Add server logs

* Archive the whole queries dir

* Remove dmesg
This commit is contained in:
Andrey Piskunov
2023-04-14 18:55:57 +03:00
committed by GitHub
parent 6c32c658d5
commit 7bed08766a
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ dump_log ()
journalctl -u "$name".service > "$DIR_NAME"/"${name}_${STEP_NAME}".log
}
dump_log "mariadb"
dump_log "mcs-ddlproc"
dump_log "mcs-dmlproc"
dump_log "mcs-loadbrm"