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

Fixes flaky IfCanStress.test. #794

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Fixes flaky IfCanStress.test. #794

merged 1 commit into from
Aug 15, 2024

Conversation

balazsracz
Copy link
Collaborator

Sometimes the test would fail with the error "pure virtual method executed" or "assertion fail !this->is_empty()", caused by too early destruction of the objects under test. This PR fixes how long we wait before we deem the test fixture to be ready for destruction.

Sometimes the test would fail with the error "pure virtual method executed" or
"assertion fail !this->is_empty()", caused by too early destruction of the
objects under test. This PR fixes how long we wait before we deem the test
fixture to be ready for destruction.
@balazsracz balazsracz merged commit c387390 into master Aug 15, 2024
4 checks passed
@balazsracz balazsracz deleted the bracz-fix-flaky-test branch August 20, 2024 16:25
balazsracz added a commit that referenced this pull request Aug 20, 2024
* master:
  Bug fixes in DataBuffer (#791)
  Fixes race conditions in HubDeviceSelect. (#795)
  Fixes missing translation of enums when reading the security mode from a simplelink profile. (#796)
  Fixes flaky IfCanStress.test. (#794)
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 this pull request may close these issues.

1 participant