Undo integration test skip - #1917
Merged
shahasad merged 3 commits intoOct 27, 2019
Merged
Conversation
shahasad
reviewed
Sep 25, 2019
shahasad
left a comment
Contributor
There was a problem hiding this comment.
Was the test actually fixed?
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 19 pipeline(s). |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 12 pipeline(s). |
askhade
reviewed
Oct 23, 2019
…o user/putomargit/FixIntegrationtest
Contributor
|
/azp run |
shahasad
approved these changes
Oct 26, 2019
|
Azure Pipelines successfully started running 12 pipeline(s). |
yuslepukhin
pushed a commit
that referenced
this pull request
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TestModelSerialization was skipped due to Linux CI build failures. The Linux CI build were disabled so these tests didn't execute before the checkin.
After merging the latest master, I see the TestModelSerialization test no longer fails.
The test failed consistently for one of the nightly builds. There were some change in C++ api which update graph optimization level enums. After taking all the latest changes in master, I see that the test passed. I believe the tests failed because API was in an inconsistent state.
Test run:
1_Linux_CI_Dev (1).txt:113480:2019-09-26T00:42:45.4241477Z 2: [ OK ] InferenceSessionTests.NoTimeout (1 ms)
1_Linux_CI_Dev (1).txt:113481:2019-09-26T00:42:45.4241900Z 2: [ RUN ] InferenceSessionTests.DisableCPUArena
1_Linux_CI_Dev (1).txt:113482:2019-09-26T00:42:45.4252498Z 2: [ OK ] InferenceSessionTests.DisableCPUArena (1 ms)
This PR is attempting to address the CSharp api failures for those tests.