[GitHub] madlib pull request #284: SVM: Fix flaky dev-check failure

2018-06-29 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/madlib/pull/284


---


[GitHub] madlib pull request #284: SVM: Fix flaky dev-check failure

2018-06-27 Thread njayaram2
GitHub user njayaram2 opened a pull request:

https://github.com/apache/madlib/pull/284

SVM: Fix flaky dev-check failure

JIRA: MADLIB-1232

SVM has a dev-check query that is flaky on a large cluster. This commit
relaxes the assert condition for that query.

Closes #284

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/madlib/madlib bugfix/svm-flaky-dev-check

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/madlib/pull/284.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 #284


commit 9c556816bcca990e9b168cf556ce0da0cacf935a
Author: Nandish Jayaram 
Date:   2018-06-27T19:40:19Z

SVM: Fix flaky dev-check failure

JIRA: MADLIB-1232

SVM has a dev-check query that is flaky on a large cluster. This commit
relaxes the assert condition for that query.

Closes #284




---