Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Temporarily disable test with failing http connection #9333

Merged
merged 1 commit into from
Jan 8, 2018

Conversation

KellenSunderland
Copy link
Contributor

@KellenSunderland KellenSunderland commented Jan 6, 2018

Disable test Matrix Factorization from the R package.

Description

This PR disables another test which is failing due to a remote http call. The site it's attempting to reach seems to be down globally.

Applicable Issue: #9332

@@ -172,6 +172,7 @@ test_that("Fine-tune", {
})

test_that("Matrix Factorization", {
skip("Disabled due to an unavailible http server. Tracked here: http://bit.ly/2qybsto")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please link the issue directly

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not opposed, but can you provide some motivation for the change? I shortened it to avoid line limits and maintain readability.

Disable test "Matrix Factorization" from the R test_model xpackage.
@marcoabreu
Copy link
Contributor

marcoabreu commented Jan 7, 2018 via email

@KellenSunderland
Copy link
Contributor Author

Would you be ok with a GitHub only shortener? Updated the PR. I'll also link the issue from the PR and vice-versa to avoid the need to grep to find disabled tests.

@marcoabreu
Copy link
Contributor

This fixes the issue about untrusted links but still hides the source of the issue. I'd like to see whether this issue is tracked in MXNet, mshadow or some third party library. In my opinion, the information loss is not justified just in order to save a few characters - you could compare it with using meaningful variable names instead of var 1 ,var2 etc.

@KellenSunderland
Copy link
Contributor Author

Good points Marco. I prefer explaining the issue in the comment and providing the link just as a reference. I don't feel strongly about it, so let's see what the other reviewers say.

@szha
Copy link
Member

szha commented Jan 8, 2018

I'm merging this in for now as the test is blocking the CI for other PRs and it's urgently needed to unblock development.

@szha szha merged commit 8ad77f3 into apache:master Jan 8, 2018
@KellenSunderland
Copy link
Contributor Author

KellenSunderland commented Jan 8, 2018 via email

@szha
Copy link
Member

szha commented Jan 8, 2018

No problem. I merged this out of necessity. Regarding the links, I'm with Marco on having self-explanatory comments and links when possible. In that sense, a comment like "#9332" may work better than a shortened link because everyone knows how to find that issue. Let's keep it readable next time.

@KellenSunderland
Copy link
Contributor Author

KellenSunderland commented Jan 8, 2018 via email

@marcoabreu
Copy link
Contributor

Thanks @szha. Thanks @KellenSunderland for retriggering the PRs!

@marcoabreu
Copy link
Contributor

Grouplens.org just got back online - that's timing!

KellenSunderland added a commit to KellenSunderland/incubator-mxnet that referenced this pull request Jan 11, 2018
KellenSunderland added a commit to KellenSunderland/incubator-mxnet that referenced this pull request Jan 12, 2018
cjolivier01 pushed a commit that referenced this pull request Jan 12, 2018
CodingCat pushed a commit to CodingCat/mxnet that referenced this pull request Jan 16, 2018
yuxiangw pushed a commit to yuxiangw/incubator-mxnet that referenced this pull request Jan 25, 2018
Disable test "Matrix Factorization" from the R test_model xpackage.
yuxiangw pushed a commit to yuxiangw/incubator-mxnet that referenced this pull request Jan 25, 2018
rahul003 pushed a commit to rahul003/mxnet that referenced this pull request Jun 4, 2018
Disable test "Matrix Factorization" from the R test_model xpackage.
rahul003 pushed a commit to rahul003/mxnet that referenced this pull request Jun 4, 2018
zheng-da pushed a commit to zheng-da/incubator-mxnet that referenced this pull request Jun 28, 2018
Disable test "Matrix Factorization" from the R test_model xpackage.
zheng-da pushed a commit to zheng-da/incubator-mxnet that referenced this pull request Jun 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants