From 29e8c154172bd6b9dccd9757fddace93be6ad194 Mon Sep 17 00:00:00 2001 From: Anel Husakovic Date: Mon, 3 May 2021 09:43:43 +0200 Subject: MDEV-25857: MTR should report at least last test that was executed in case of shutdown and not-completed - Report the test name in case not all tests are completed and server closed the connection - Rerport the failure of the last test with the server log in case of server shutdown. - Ignore stackdump files (obtained on Windows). Reviewed by: wlad@mariadb.com --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2cf801d6290..4de9edac44b 100644 --- a/.gitignore +++ b/.gitignore @@ -505,6 +505,7 @@ _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML UpgradeLog*.htm +*.stackdump # SQL Server files *.mdf -- cgit v1.2.1