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

Enable DDS unit test retries in LibCI #13677

Merged
merged 1 commit into from
Jan 12, 2025

Conversation

OhadMeir
Copy link
Contributor

As we start running DDS tests on our nightly CI, we encountered some instable tests that fail occasionally - due to Python test thread timing issues. Adding retries on our CI machines, not only GHA.

To solve the client-server timing issues we need to develop a more robust interthread communication mechanism. Currently it's based on CLI prompts. Logging from other threads can interfere with the prompts.

@OhadMeir OhadMeir requested a review from Nir-Az January 12, 2025 16:39
@OhadMeir OhadMeir merged commit 5f6a4da into IntelRealSense:development Jan 12, 2025
23 checks passed
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.

2 participants