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

TDL-22608 update backoff conditions #19

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

Conversation

Vi6hal
Copy link
Member

@Vi6hal Vi6hal commented Apr 3, 2023

Description of change

  • Updated Backoff conditions
  • Updated Unit tests

Manual QA steps

Risks

Rollback steps

  • revert this branch

CHANGELOG.md Outdated
@@ -1,5 +1,7 @@
# Changelog

## 1.0.1
* Updated Backoff Conditions added support for ConnectionResetError(104) and RemoteDisconnected Error.
Copy link
Member

Choose a reason for hiding this comment

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

Mention the PR

Choose a reason for hiding this comment

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

+1

Comment on lines 1 to 5
from unittest import mock
import tap_sailthru.client as client
from http.client import RemoteDisconnected
import unittest
import requests

Choose a reason for hiding this comment

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

Is pylint okay with this order of imports? The grouping feels strange, eg line 1 and line 4?

CHANGELOG.md Outdated
@@ -1,5 +1,7 @@
# Changelog

## 1.0.1
* Updated Backoff Conditions added support for ConnectionResetError(104) and RemoteDisconnected Error.

Choose a reason for hiding this comment

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

+1

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.

4 participants