-
Notifications
You must be signed in to change notification settings - Fork 18
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
add retry for spdx data #1313
add retry for spdx data #1313
Conversation
let's ignore the E2E tests for now, it seems like another PR is affecting this so will need to investigate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great refactor, @codemonkey800 👏 LGTM! Just one quick non-blocking comment out of curiosity 😁 Thank you!
expect(actualRetryCount).toBe(expectedRetryCount); | ||
}); | ||
|
||
it('should fail when the request fails too many times', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
love this test! I was actually checking to see if it throws on error lol
This PR has been included in release: v24.05.0, see the release notes. |
Description
Demos