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

fix retry logic failures #5137

Merged
merged 5 commits into from
Apr 25, 2022
Merged

fix retry logic failures #5137

merged 5 commits into from
Apr 25, 2022

Conversation

emmyoop
Copy link
Member

@emmyoop emmyoop commented Apr 22, 2022

resolves #5023

Description

While the retry logic got fixed with the last iteration, there has always been a bug that the retry logic would fail since we were never actually returning the result of the retry.

Checklist

@emmyoop emmyoop requested a review from a team as a code owner April 22, 2022 18:11
@cla-bot cla-bot bot added the cla:yes label Apr 22, 2022
@github-actions
Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

@emmyoop emmyoop requested review from jtcohen6, nathaniel-may and gshank and removed request for a team, iknox-fa and McKnight-42 April 22, 2022 18:13
Copy link
Contributor

@iknox-fa iknox-fa left a comment

Choose a reason for hiding this comment

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

This all looks great to me so I'm giving it the 👍, but why do we have two different copies of the same tests in differently named files?

Copy link
Contributor

@gshank gshank left a comment

Choose a reason for hiding this comment

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

Hope this does it!

@emmyoop
Copy link
Member Author

emmyoop commented Apr 25, 2022

@iknox-fa great catch. I renamed the file but apparently just created a new one. Don't know how that happened. Will clean it up before I merge.

@emmyoop emmyoop merged commit 31a3f2b into main Apr 25, 2022
@emmyoop emmyoop deleted the er/deprecation-nonetypes branch April 25, 2022 11:08
github-actions bot pushed a commit that referenced this pull request Apr 25, 2022
* fix retry logic failures

* changelog

* add tests to make sure data is getting where it needs to

* rename file

* remove duplicate file

(cherry picked from commit 31a3f2b)
emmyoop added a commit that referenced this pull request Apr 25, 2022
* fix retry logic failures

* changelog

* add tests to make sure data is getting where it needs to

* rename file

* remove duplicate file
@emmyoop emmyoop mentioned this pull request Apr 25, 2022
github-actions bot pushed a commit that referenced this pull request Apr 25, 2022
* fix retry logic failures

* changelog

* add tests to make sure data is getting where it needs to

* rename file

* remove duplicate file

(cherry picked from commit 31a3f2b)
emmyoop added a commit that referenced this pull request Apr 25, 2022
* move deprecation check outside package caching (#5069)

* move deprecation check outside package caching

* add changelog

* fix retry logic failures (#5137)

* fix retry logic failures

* changelog

* add tests to make sure data is getting where it needs to

* rename file

* remove duplicate file

* move unit test to old framework since new one doesn't exist here
emmyoop added a commit that referenced this pull request Apr 25, 2022
* fix retry logic failures

* changelog

* add tests to make sure data is getting where it needs to

* rename file

* remove duplicate file

(cherry picked from commit 31a3f2b)
@emmyoop
Copy link
Member Author

emmyoop commented Apr 25, 2022

backported to 1.0.latest manually with #5147

agoblet pushed a commit to BigDataRepublic/dbt-core that referenced this pull request May 20, 2022
* fix retry logic failures

* changelog

* add tests to make sure data is getting where it needs to

* rename file

* remove duplicate file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CT-473] [Bug] dbt deps still can fail with 'NoneType' object is not subscriptable
3 participants