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

🧑‍🌾 AssimpLoader.LoadBox tests failing in gz-common-main homebrew #636

Closed
Crola1702 opened this issue Sep 9, 2024 · 3 comments · Fixed by #641
Closed

🧑‍🌾 AssimpLoader.LoadBox tests failing in gz-common-main homebrew #636

Crola1702 opened this issue Sep 9, 2024 · 3 comments · Fixed by #641
Labels
bug Something isn't working

Comments

@Crola1702
Copy link
Contributor

Environment

  • OS Version: MacOS
  • Gz-Ionic source build

Description

  • Expected behavior: Tests should pass
  • Actual behavior: Test regressions are failing in gz-common-main-homebrew

Output

Reference build:

Test regressions:

All of the regressions show a problem with mesh->TextCoordCount() value:

/Users/jenkins/jenkins-agent/workspace/gz_common-ci-main-homebrew-amd64/gz-common/graphics/src/AssimpLoader_TEST.cc:401
Expected equality of these values:
  24u
    Which is: 24
  mesh->TexCoordCount()
    Which is: 0

There are no changes in the code, but the issue is consistent

@Crola1702 Crola1702 added the bug Something isn't working label Sep 9, 2024
@iche033
Copy link
Contributor

iche033 commented Sep 9, 2024

forward porting #634 to main should fix homebrew CI

@iche033 iche033 mentioned this issue Sep 9, 2024
@iche033
Copy link
Contributor

iche033 commented Sep 9, 2024

did a forward port from 6 -> main in #637

@Crola1702
Copy link
Contributor Author

Closing as this is already fixed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants