Skip to content

Conversation

@avara1986
Copy link
Member

@avara1986 avara1986 commented Jul 29, 2022

Description

New version 1.48.0 of grpc has updated error message: https://github.com/grpc/grpc/releases/tag/v1.48.0

>       assert client_span.get_tag(ERROR_MSG) == "failed to connect to all addresses"
E       AssertionError: assert 'failed to co...ction refused' == 'failed to co...all addresses'
E         - failed to connect to all addresses
E         + failed to connect to all addresses; last error: UNKNOWN: Failed to connect to remote host: Connection refused

Checklist

Reviewer Checklist

  • Title is accurate.
  • Description motivates each change.
  • No unnecessary changes were introduced in this PR.
  • PR cannot be broken up into smaller PRs.
  • Avoid breaking API changes unless absolutely necessary.
  • Tests provided or description of manual testing performed is included in the code or PR.
  • Release note has been added for fixes and features, or else changelog/no-changelog label added.
  • All relevant GitHub issues are correctly linked.
  • Backports are identified and tagged with Mergifyio.
  • Add to milestone.

@avara1986 avara1986 added the changelog/no-changelog A changelog entry is not required for this PR. label Jul 29, 2022
@avara1986 avara1986 requested a review from a team as a code owner July 29, 2022 09:55
@codecov-commenter
Copy link

Codecov Report

Merging #4013 (e903c92) into 1.x (396d0bc) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              1.x    #4013      +/-   ##
==========================================
+ Coverage   79.48%   79.50%   +0.01%     
==========================================
  Files         714      714              
  Lines       55787    55836      +49     
==========================================
+ Hits        44344    44393      +49     
  Misses      11443    11443              
Impacted Files Coverage Δ
ddtrace/contrib/jinja2/patch.py 92.64% <100.00%> (+0.10%) ⬆️
ddtrace/contrib/pylons/middleware.py 85.33% <100.00%> (+0.82%) ⬆️
ddtrace/internal/sampling.py 92.78% <100.00%> (+0.82%) ⬆️
tests/contrib/grpc_aio/test_grpc_aio.py 99.65% <100.00%> (ø)
tests/contrib/jinja2/test_jinja2.py 93.91% <100.00%> (+0.70%) ⬆️
tests/contrib/pylons/test_pylons.py 99.22% <100.00%> (+0.02%) ⬆️
tests/tracer/test_single_span_sampling_rule.py 100.00% <100.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@mergify mergify bot merged commit c447239 into 1.x Jul 29, 2022
@mergify mergify bot deleted the avara1986/fix-grpc-aio branch July 29, 2022 10:35
@github-actions github-actions bot added this to the v1.4.0 milestone Jul 29, 2022
@Yun-Kim
Copy link
Contributor

Yun-Kim commented Sep 20, 2022

@Mergifyio backport 1.3

@mergify
Copy link
Contributor

mergify bot commented Sep 20, 2022

backport 1.3

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request Sep 20, 2022
## Description
New version 1.48.0 of grpc has updated error message: https://github.com/grpc/grpc/releases/tag/v1.48.0

```
>       assert client_span.get_tag(ERROR_MSG) == "failed to connect to all addresses"
E       AssertionError: assert 'failed to co...ction refused' == 'failed to co...all addresses'
E         - failed to connect to all addresses
E         + failed to connect to all addresses; last error: UNKNOWN: Failed to connect to remote host: Connection refused
```

## Checklist
- [x] Title must conform to [conventional commit](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional).
- [x] Add additional sections for `feat` and `fix` pull requests.
- [x] Ensure tests are passing for affected code.
- [ ] [Library documentation](https://github.com/DataDog/dd-trace-py/tree/1.x/docs) and/or [Datadog's documentation site](https://github.com/DataDog/documentation/) is updated. Link to doc PR in description.

## Reviewer Checklist
- [ ] Title is accurate.
- [ ] Description motivates each change.
- [ ] No unnecessary changes were introduced in this PR.
- [ ] PR cannot be broken up into smaller PRs.
- [ ] Avoid breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes unless absolutely necessary.
- [ ] Tests provided or description of manual testing performed is included in the code or PR.
- [ ] Release note has been added for fixes and features, or else `changelog/no-changelog` label added.
- [ ] All relevant GitHub issues are correctly linked.
- [ ] Backports are identified and tagged with Mergifyio.
- [ ] Add to milestone.

(cherry picked from commit c447239)
Kyle-Verhoog pushed a commit that referenced this pull request Sep 20, 2022
…4212)

## Description
New version 1.48.0 of grpc has updated error message: https://github.com/grpc/grpc/releases/tag/v1.48.0

```
>       assert client_span.get_tag(ERROR_MSG) == "failed to connect to all addresses"
E       AssertionError: assert 'failed to co...ction refused' == 'failed to co...all addresses'
E         - failed to connect to all addresses
E         + failed to connect to all addresses; last error: UNKNOWN: Failed to connect to remote host: Connection refused
```

## Checklist
- [x] Title must conform to [conventional commit](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional).
- [x] Add additional sections for `feat` and `fix` pull requests.
- [x] Ensure tests are passing for affected code.
- [ ] [Library documentation](https://github.com/DataDog/dd-trace-py/tree/1.x/docs) and/or [Datadog's documentation site](https://github.com/DataDog/documentation/) is updated. Link to doc PR in description.

## Reviewer Checklist
- [ ] Title is accurate.
- [ ] Description motivates each change.
- [ ] No unnecessary changes were introduced in this PR.
- [ ] PR cannot be broken up into smaller PRs.
- [ ] Avoid breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes unless absolutely necessary.
- [ ] Tests provided or description of manual testing performed is included in the code or PR.
- [ ] Release note has been added for fixes and features, or else `changelog/no-changelog` label added.
- [ ] All relevant GitHub issues are correctly linked.
- [ ] Backports are identified and tagged with Mergifyio.
- [ ] Add to milestone.

(cherry picked from commit c447239)

Co-authored-by: Alberto Vara <alberto.vara@datadoghq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/no-changelog A changelog entry is not required for this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants