diff options
author | Anel Husakovic <anel@mariadb.org> | 2021-05-03 09:43:43 +0200 |
---|---|---|
committer | Anel Husakovic <anel@mariadb.org> | 2021-06-09 11:38:43 +0200 |
commit | 29e8c154172bd6b9dccd9757fddace93be6ad194 (patch) | |
tree | f7ea6bf4bb12ccaa1826e8feb2b1ab947b2a7f75 /.gitignore | |
parent | 8b02e02b27f4a9dcb12a2b5d60e54ec0e9baeb44 (diff) | |
download | mariadb-git-29e8c154172bd6b9dccd9757fddace93be6ad194.tar.gz |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |