Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TEST] Temporary disable test_mutate_parallel #6572

Merged
merged 2 commits into from Sep 27, 2020
Merged

Conversation

tqchen
Copy link
Member

@tqchen tqchen commented Sep 27, 2020

To unblock flaky related problem in master and other tests

@tqchen
Copy link
Member Author

tqchen commented Sep 27, 2020

cc @zhiics @merrymercy @comaniac

@comaniac
Copy link
Contributor

IIUC, xfail expects the test to fail, but this test is expected to pass, although apparently it may fail.

To unblock other tests, we can skip this test first and find a better way to test parallel mutation.

@@ -68,6 +69,7 @@ def predict(self, task, states):
assert found


@pytest.mark.xfail("flaky")
Copy link
Member

Choose a reason for hiding this comment

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

we probably want to mark it as skip?

@comaniac comaniac merged commit 5778537 into apache:master Sep 27, 2020
TusharKanekiDey pushed a commit to TusharKanekiDey/tvm that referenced this pull request Oct 13, 2020
* [TEST] Temporary disable test_mutate_parallel

* Use skip
TusharKanekiDey pushed a commit to TusharKanekiDey/tvm that referenced this pull request Oct 14, 2020
* [TEST] Temporary disable test_mutate_parallel

* Use skip
TusharKanekiDey pushed a commit to TusharKanekiDey/tvm that referenced this pull request Oct 15, 2020
* [TEST] Temporary disable test_mutate_parallel

* Use skip
TusharKanekiDey pushed a commit to TusharKanekiDey/tvm that referenced this pull request Oct 15, 2020
* [TEST] Temporary disable test_mutate_parallel

* Use skip
TusharKanekiDey pushed a commit to TusharKanekiDey/tvm that referenced this pull request Oct 16, 2020
* [TEST] Temporary disable test_mutate_parallel

* Use skip
TusharKanekiDey pushed a commit to TusharKanekiDey/tvm that referenced this pull request Oct 16, 2020
* [TEST] Temporary disable test_mutate_parallel

* Use skip
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Oct 19, 2020
* [TEST] Temporary disable test_mutate_parallel

* Use skip
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Oct 19, 2020
* [TEST] Temporary disable test_mutate_parallel

* Use skip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants