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

Clean amalgamation ws and skip failing test #7678

Merged
merged 2 commits into from
Sep 5, 2017

Conversation

sandeep-krishnamurthy
Copy link
Contributor

@@ -63,6 +63,9 @@ def get_net(num_hidden):


def test_ce_loss():
# Skipping this test to have nightly build passing.
# There seems to be an issue and tracked at - issue 7677
return
Copy link
Member

Choose a reason for hiding this comment

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

This is not how it should be done. Aston is fixing loss problems in #7659.

How frequent is this test failing.

Copy link
Contributor

Choose a reason for hiding this comment

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

Roughly 15%. I do hear your concern but it doesn't look like there is a risk of this issue getting dropped. Do you have a better suggestion? Unreliable builds and flaky tests are hurting us in other ways.

Copy link
Member

Choose a reason for hiding this comment

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

Drop the change on test_ce_loss test in this PR and work with @astonzhang to fix this test in his PR.

Copy link
Member

Choose a reason for hiding this comment

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

#7659 proposed some change in the unittest

Copy link
Contributor

Choose a reason for hiding this comment

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

@sandeep-krishnamurthy lets get @astonzhang 's PR in and keep this only for amalgamation test.

Copy link
Member

Choose a reason for hiding this comment

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

The unittest fix is now available in a separate pr #7693

@sandeep-krishnamurthy
Copy link
Contributor Author

Remove logic to skipping the failing test case. Thanks to Aston for fixing it.
This PR now contains only fix for amalgamation min CI.
@madjam - Can we merge this?

@madjam madjam merged commit da7c5bc into apache:master Sep 5, 2017
mbaijal pushed a commit to mbaijal/incubator-mxnet that referenced this pull request Sep 6, 2017
* Clean amalgamation ws and skip failing test

* Undo skipping the failing test_ce_loss
cjolivier01 pushed a commit to cjolivier01/mxnet that referenced this pull request Sep 11, 2017
* Clean amalgamation ws and skip failing test

* Undo skipping the failing test_ce_loss
crazy-cat pushed a commit to crazy-cat/incubator-mxnet that referenced this pull request Oct 26, 2017
* Clean amalgamation ws and skip failing test

* Undo skipping the failing test_ce_loss
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.

4 participants