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

🧑‍🌾 Tests failing due to model download errors from server #340

Closed
Crola1702 opened this issue Mar 23, 2023 · 1 comment
Closed
Labels
bug Something isn't working 🌱 garden Ignition Garden 🎵 harmonic Gazebo Harmonic

Comments

@Crola1702
Copy link
Contributor

Crola1702 commented Mar 23, 2023

Environment

  • OS Version: All (Ubuntu, Windows, MacOS)
  • Source build, all versions

Description

  • Expected behavior: Tests should pass
  • Actual behavior: Some tests are failing due to fuel server error

Steps to reproduce

  1. Run a build in any of fuel_tools jobs
  2. See tests failing and the log output showing 500 response codes when downloading some models

Output

Reference builds:

The output before the test fails is normally the following one:

[Err] [FuelClient.cc:630] Failed to download model.
  Server: <server>
  Route: <model>
  REST response code: 504 <503 in some cases>

Models that fail to download:

  • https://fuel.gazebosim.org/openroboticstest/models/hatchback_red_1/tip/hatchback_red_1.zip
  • https://fuel.gazebosim.org/openroboticstest/models/test box/tip/test box.zip
  • https://fuel.gazebosim.org/chapulina/models/test box/tip/test box.zip
  • https://fuel.gazebosim.org/openroboticstest/models/rescue randy/tip/rescue randy.zip
  • https://fuel.gazebosim.org/openrobotics/models/hatchback red/tip/hatchback red.zip
  • https://fuel.gazebosim.org/openroboticstest/models/teambase/tip/teambase.zip
  • https://fuel.gazebosim.org/openroboticstest/models/backpack/tip/backpack.zip
  • https://fuel.gazebosim.org/openroboticstest/worlds/test world2/tip/test world2.zip
  • https://fuel.gazebosim.org/openroboticstest/worlds/test world2/tip/test world2.zip (503)
  • https://fuel.gazebosim.org/openroboticstest/worlds/test world/tip/test world.zip (503)
  • https://fuel.gazebosim.org/openrobotics/models/bus/1/bus.zip
  • https://fuel.ignitionrobotics.org/openroboticstest/models/test box/tip/test box.zip
  • https://fuel.ignitionrobotics.org/openroboticstest/models/rescue randy/tip/rescue randy.zip
  • https://fuel.ignitionrobotics.org/openroboticstest/models/hatchback_red_1/tip/hatchback_red_1.zip
  • https://fuel.ignitionrobotics.org/openrobotics/models/hatchback red/tip/hatchback red.zip

Tests:

  • UNIT_FuelClient_TEST.test_ran
  • UNIT_gz_src_TEST.test_ran
  • UNIT_Interface_TEST
  • UNIT_LocalCache_TEST
  • Interface.FetchResources
  • FuelClientTest.CachedWorld
  • FuelClientTest.PatchModelFail
  • FuelClientTest/FuelClientDownloadTest.DownloadModel/0, where GetParam() = "fuel.gazebosim.org"
  • FuelClientTest/FuelClientDownloadTest.DownloadModel/1, where GetParam() = "fuel.ignitionrobotics.org"
  • CmdLine.ModelDownloadUnversioned
  • CmdLine.DownloadConfigCache
  • CollectionTest/DownloadCollectionTest.AllItems/0, where GetParam() = 1
  • CollectionTest/DownloadCollectionTest.AllItems/1, where GetParam() = 2
  • CollectionTest/DownloadCollectionTest.AllItems/2, where GetParam() = 16
  • CollectionTest/DownloadCollectionTest.Worlds/0, where GetParam() = 1
  • CollectionTest/DownloadCollectionTest.Worlds/1, where GetParam() = 2
@Crola1702
Copy link
Contributor Author

This issue is not happening anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 🌱 garden Ignition Garden 🎵 harmonic Gazebo Harmonic
Projects
None yet
Development

No branches or pull requests

1 participant