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

Remove race condition from #388 - Use HTTP server for tests #429

Merged
merged 7 commits into from
Oct 25, 2024

Conversation

jsuereth
Copy link
Contributor

@jsuereth jsuereth commented Oct 24, 2024

Updates tests to use http server rather than the internet to test resolution.

Fixes some race conditions found in github test runnners from #388, replaces #388

crates/weaver_common/src/test.rs Fixed Show fixed Hide fixed
crates/weaver_common/src/test.rs Fixed Show fixed Hide fixed
Copy link
Contributor

@lquerel lquerel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this fix.
The only thing is the debug println! that is still in the code.

@jsuereth jsuereth marked this pull request as ready for review October 25, 2024 12:01
@jsuereth jsuereth requested a review from a team as a code owner October 25, 2024 12:01
@jsuereth jsuereth changed the title Wip pr 388 diagnose Remove race condition from #388 - Use HTTP server for tests Oct 25, 2024
@jsuereth jsuereth merged commit 7406134 into open-telemetry:main Oct 25, 2024
22 checks passed
@jsuereth jsuereth deleted the wip-pr-388-diagnose branch October 25, 2024 12:11
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