You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the test to use a mock server that doesn't rely on the actual internet
I think this should be the case for any UNIT_ test in fuel-tools. I noticed that the Model tests have blown up in time recently because they iterate over all of the available models in fuel.
I think it would still be appropriate to have them in INTEGRATION_ tests, but the tests that access external network resources should be clearly labelled.
Environment
Description
Steps to reproduce
Run
UNIT_ign_src_TEST
. Many tests there assume that the staging server has some users and models.Output
Example test:
gz-fuel-tools/src/ign_src_TEST.cc
Lines 107 to 124 in 21c5eb5
And the failure, note the
Either failed to fetch model list, or server has no models yet.
Suggested solution
Some possible solutions:
The text was updated successfully, but these errors were encountered: