-
Notifications
You must be signed in to change notification settings - Fork 22
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
4 to 5 11302020 #138
4 to 5 11302020 #138
Conversation
) * Use lowercase resource and owner names when storing assets on disk Signed-off-by: Nate Koenig <[email protected]> * Remove added diff text from merge Signed-off-by: John Shepherd <[email protected]> * change model version in test back Signed-off-by: John Shepherd <[email protected]> * Fix test Signed-off-by: Nate Koenig <[email protected]> * Fix windows Signed-off-by: Nate Koenig <[email protected]> * Fix more windows tests Signed-off-by: Nate Koenig <[email protected]> * Testing another windows fix Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Co-authored-by: John Shepherd <[email protected]>
* Prepare for 3.5.0 release Signed-off-by: Nate Koenig <[email protected]> * Update Changelog.md Co-authored-by: Louise Poubel <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Co-authored-by: Louise Poubel <[email protected]>
Signed-off-by: John Shepherd <[email protected]> Co-authored-by: Nate Koenig <[email protected]>
Signed-off-by: Nate Koenig <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
|
||
// Check the dependency is cached | ||
Result res5 = client.CachedModel(depUrl, cachedPath); | ||
EXPECT_TRUE(res5); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These tests are failing:
/github/workspace/src/FuelClient_TEST.cc:568: Failure
Value of: res5
Actual: false
Expected: true
/github/workspace/src/FuelClient_TEST.cc:569: Failure
Expected equality of these values:
Result(ResultType::FETCH_ALREADY_EXISTS)
Which is: 1
res5
Which is: 0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need a new release of ign-msgs6:gazebosim/gz-msgs#104
Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]>
Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]>
@osrf-jenkins run tests please |
Codecov Report
@@ Coverage Diff @@
## ign-fuel-tools5 #138 +/- ##
===================================================
+ Coverage 76.54% 76.70% +0.16%
===================================================
Files 19 19
Lines 2554 2576 +22
===================================================
+ Hits 1955 1976 +21
- Misses 599 600 +1
Continue to review full report at Codecov.
|
Signed-off-by: Nate Koenig <[email protected]>
No description provided.