GitHub user jingyimei opened a pull request:
https://github.com/apache/madlib/pull/300
Madpack: Fix missing test logs bug.
Due to a recent commit, madpack cleaned log files of test operations as
well as the atomic operations. As a result, log files are missing even
after install/dev check fails. This commit fixes this issue.
Co-authored-by: Jingyi Mei <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/madlib/madlib bugfix/madpack-missing-logs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/300.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #300
----
commit e5a34fa6a17a30c6e9a7eb6b220cfe7d70b09f41
Author: Orhan Kislal <okislal@...>
Date: 2018-07-25T22:05:08Z
Madpack: Fix missing test logs bug.
Due to a recent commit, madpack cleaned log files of test operations as
well as the atomic operations. As a result, log files are missing even
after install/dev check fails. This commit fixes this issue.
Co-authored-by: Jingyi Mei <[email protected]>
----
---