gz-sim icon indicating copy to clipboard operation
gz-sim copied to clipboard

:farmer: `EntityFeatureMapFixture.AddCastRemoveEntity` test regression gz-sim gazebo-3

Open Crola1702 opened this issue 8 months ago • 0 comments

Environment

  • OS Version: MacOs Ventura
  • Source gz-gazebo3

Description

  • Expected behavior: Test should pass
  • Actual behavior: EntityFeatureMapFixture.AddCastRemoveEntity test is failing

Steps to reproduce

  1. Run a build in https://build.osrfoundation.org/job/ignition_gazebo-ci-ign-gazebo3-homebrew-amd64/
  2. See test regression fail

Output

This test regression has only happened in MacOS Ventura since build 363.

Log output:

Start  55: UNIT_EntityFeatureMap_TEST

55: Test command: /Users/jenkins/jenkins-agent/workspace/ignition_gazebo-ci-ign-gazebo3-homebrew-amd64/build/bin/UNIT_EntityFeatureMap_TEST "--gtest_output=xml:/Users/jenkins/jenkins-agent/workspace/ignition_gazebo-ci-ign-gazebo3-homebrew-amd64/build/test_results/UNIT_EntityFeatureMap_TEST.xml"
55: Working Directory: /Users/jenkins/jenkins-agent/workspace/ignition_gazebo-ci-ign-gazebo3-homebrew-amd64/build/src/systems/physics
55: Test timeout computed to be: 240
55: Running main() from /Users/jenkins/jenkins-agent/workspace/ignition_gazebo-ci-ign-gazebo3-homebrew-amd64/ign-gazebo/test/gtest/src/gtest_main.cc
55: [==========] Running 1 test from 1 test suite.
55: [----------] Global test environment set-up.
55: [----------] 1 test from EntityFeatureMapFixture
55: [ RUN      ] EntityFeatureMapFixture.AddCastRemoveEntity
55: /Users/jenkins/jenkins-agent/workspace/ignition_gazebo-ci-ign-gazebo3-homebrew-amd64/ign-gazebo/src/systems/physics/EntityFeatureMap_TEST.cc:175: Failure
55: Expected equality of these values:
55:   0u
55:     Which is: 0
55:   testMap.TotalMapEntryCount()
55:     Which is: 1
55: [  FAILED  ] EntityFeatureMapFixture.AddCastRemoveEntity (211 ms)
55: [----------] 1 test from EntityFeatureMapFixture (211 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 1 test from 1 test suite ran. (211 ms total)
55: [  PASSED  ] 0 tests.
55: [  FAILED  ] 1 test, listed below:
55: [  FAILED  ] EntityFeatureMapFixture.AddCastRemoveEntity
55: 
55:  1 FAILED TEST
 55/178 Test  #55: UNIT_EntityFeatureMap_TEST ...........................***Failed    0.52 sec

Crola1702 avatar Oct 10 '23 14:10 Crola1702