gazebosim / gz-gui

Builds on top of Qt to provide widgets which are useful when developing robotics applications, such as a 3D view, plots, dashboard, etc, and can be used together in a convenient unified interface.
https://gazebosim.org
Apache License 2.0
72 stars 41 forks source link

`CmdLine.list` Failing on Linux + Citadel #415

Open Blast545 opened 2 years ago

Blast545 commented 2 years ago

Environment

Details

For some reason this test stopped working: https://github.com/gazebosim/gz-gui/blob/5cd426d2ce637ab7504839e8d1d9878488bfa780/src/ign_TEST.cc#L90

It seems to be passing on Fortress and Garden, same test. Took some time to take a look but the answer does not seem obvious to me. I recall something about some tests being reformated to not use the $home variable, is this related?

Description

Steps to reproduce

Run a CI job on https://build.osrfoundation.org/job/ignition_gui-ci-ign-gui3-focal-amd64/ it happens consistently.

Output

/home/jenkins/workspace/ignition_gui-ci-ign-gui3-focal-amd64/ign-gui/src/ign_TEST.cc:90
Value of: common::exists(this->kFakeHome)
  Actual: true
Expected: false
mayman99 commented 2 years ago

@chapulina That was the test that was failing on my PR for no reason :bug: