Closed tcm-marcel closed 6 years ago
💡 Reminder: Once the build is complete, check if the desired configuration was executed, and not only if it succeeds.
@tcm-marcel The failure was not due to the ValueIntegrityTest
. It was because the Junit tests could not run because it couldn't find ant
. Can you please add brew install ant
to the packages.sh script?
On Jenkins query_logger_test
fails because of the Address Sanitizer. It didn't fail before and there are also no changes in the Jenkins configuration.
Running tests on Mac got removed from travis a while ago, when the build time was too long. Now that we have Jenkins running, we want to run the tests on the Mac builds again - especially because Jenkins doesn't run Mac builds at all. (Issue #1315)
Also we hope to reproduce the bug described in #1334.
(Travis did not get triggered when pushing to my fork, I hope it gets triggered now)