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

Bug fix #4096

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

arunk1988
Copy link
Contributor

Description

Fixes #4070

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • tox -f py38-sdk

Does This PR Require a Contrib Repo Change?

  • Yes. - Link to PR:
  • No.

Checklist:

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

Signed-off-by: KarthikeyanB, Arun <Arun.KarthikeyanB@fmr.com>
Signed-off-by: KarthikeyanB, Arun <Arun.KarthikeyanB@fmr.com>
@arunk1988 arunk1988 requested a review from a team July 31, 2024 14:51
@arunk1988 arunk1988 changed the title Bug fix #4070 Bug fix Jul 31, 2024
@xrmx
Copy link
Contributor

xrmx commented Jul 31, 2024

This is not a fix, this is a workaround to avoid the error.

@arunk1988
Copy link
Contributor Author

sorry if i misunderstood, i thought we would see this error if the condition with the loop (if args[0] <= 0) is not met, so initialized the list before the loop

@xrmx
Copy link
Contributor

xrmx commented Jul 31, 2024

Yeah but the problem is that we expect to go into that loop, the problem to solve is finding out why we don't

@arunk1988
Copy link
Contributor Author

okay..would it be the right approach to assert that at least one call in mock_wait_calls where args[0] is less than or equal to zero ?

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.

flaky test for opentelemetry-sdk in CI
2 participants