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
67 stars 39 forks source link

:farmer: Integration tests failing in gz-gui main #562

Closed Crola1702 closed 10 months ago

Crola1702 commented 10 months ago

Environment

Description

Steps to reproduce

  1. Run a build in https://build.osrfoundation.org/job/gz_gui-ci-main-jammy-amd64/
  2. See 2 integration tests fail

Output

Reference build: https://build.osrfoundation.org/job/gz_gui-ci-main-jammy-amd64/6/

Test regressions:

Log output:

55: [ RUN      ] MinimalSceneTest.Config
55: [GUI] [Wrn] [Application.cc:932] [QT] QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-jenkins'
55/58 Test #55: INTEGRATION_minimal_scene ...................***Exception: SegFault  1.42 sec
57: [ RUN      ] TransportSceneManagerTest.Config
57: [GUI] [Wrn] [Application.cc:932] [QT] QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-jenkins'
57/58 Test #57: INTEGRATION_transport_scene_manager .........***Exception: SegFault  2.94 sec

This test has been failing consistently in the last 2 weeks

azeey commented 10 months ago

I think these should be fixed by #561

mjcarroll commented 10 months ago

Fixed by #561