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

Flaky StemControlTest.StemColor #13924

Open
Swiftb0y opened this issue Nov 23, 2024 · 1 comment · May be fixed by #13936
Open

Flaky StemControlTest.StemColor #13924

Swiftb0y opened this issue Nov 23, 2024 · 1 comment · May be fixed by #13936

Comments

@Swiftb0y
Copy link
Member

Unfortunately StemControlTest.StemColor often fails on CI.

The following tests FAILED:
	871 - StemControlTest.StemColor (Failed)
Relevant log output

./src/test/stemcontrolobjecttest.cpp:164: Failure
Expected equality of these values:
  m_pStem1Color->get()
    Which is: -1
  0xfd << 16 | 0x4a << 8 | 0x4a
    Which is: 16599626

./src/test/stemcontrolobjecttest.cpp:165: Failure
Expected equality of these values:
  m_pStem2Color->get()
    Which is: -1
  0xff << 16 | 0xff << 8 | 0x00
    Which is: 16776960

./src/test/stemcontrolobjecttest.cpp:166: Failure
Expected equality of these values:
  m_pStem3Color->get()
    Which is: -1
  0x00 << 16 | 0xe8 << 8 | 0xe8
    Which is: 59624

./src/test/stemcontrolobjecttest.cpp:167: Failure
Expected equality of these values:
  m_pStem4Color->get()
    Which is: -1
  0xad << 16 | 0x65 << 8 | 0xff
    Which is: 11363839

@acolombier could you do me a favor and look into it?

@Swiftb0y
Copy link
Member Author

You may have to manually spin the event loop even more...

@acolombier acolombier linked a pull request Nov 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant