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

fix for possible incremental build breaks. #55

Merged
merged 2 commits into from
Nov 29, 2018
Merged

Conversation

jywu-msft
Copy link
Member

fixup for reported incremental build break issue.

@jywu-msft jywu-msft requested a review from a team as a code owner November 29, 2018 02:16
@jywu-msft jywu-msft merged commit ca86d8f into master Nov 29, 2018
@jywu-msft jywu-msft deleted the jywu/incr_fixup branch November 29, 2018 04:40
souptc pushed a commit that referenced this pull request Dec 17, 2018
Changes to facilitate Code Coverage build

* Put all unit tests in same project as code coverage is at the exe level
  * so splitting unit tests by component leads to artificially low numbers
  * default to all-in-one but left capability to split if people want it for local development
* Add Google Test adapter pieces so unit tests can be run using CI components
* Add some more exclusions to code coverage settings
* Setup logging test to handle default logger coming from TestEnvironment
  * Previously the unit tests for Common didn't setup a default logger so there was no clash
* Update build.py to split running tests from onnx tests
  * As the code coverage will run as part of 'normal' VS unit test execution, the build script doesn't need to run them
* Tweak a few tests
  * Was just changing code coverage numbers to see how that showed up in builds

I have setup a nightly build on the 'Hosted VS2017' queue that I'll enable once this is checked in. Once the AI-Win* queues are updated to VS2017 Enterprise I'll enable code coverage on those builds and eventually delete the extra Hosted VS2017 build.

Related work items: #55
tmccrmck pushed a commit to tmccrmck/onnxruntime that referenced this pull request Aug 28, 2019
Add shortcut endpoint for predict request and health endpoint for orchestration systems
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.

2 participants