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

Test handling of throttled network #1432

Open
Kailai-Wang opened this issue Mar 11, 2023 · 1 comment
Open

Test handling of throttled network #1432

Kailai-Wang opened this issue Mar 11, 2023 · 1 comment
Assignees
Labels
D6-automation CI/CD, tools, helper scripts I2-medium should be completed within 10 working days

Comments

@Kailai-Wang
Copy link
Collaborator

Context

Network delay is common. We have HTTP requests in the following: web2 verification and assertion building.

We haven't had any test cases for it. I'm wondering if our code can handle it correctly:

  • async handling (so that it doesn't block the follow-up requests from the parachain)
  • order of requests
  • timeout?
  • error notification

✔️ Please set appropriate labels and assignees if applicable.

@Kailai-Wang Kailai-Wang added I3-high should be completed within 5 working days D3-chore tasks that need to be completed but don’t provide any additional features/functionality labels Mar 11, 2023
@jingleizhang jingleizhang self-assigned this Mar 22, 2023
@outofxxx
Copy link
Contributor

add handling-of-throttled-network

@jingleizhang jingleizhang removed their assignment Apr 28, 2023
@Kailai-Wang Kailai-Wang added D6-automation CI/CD, tools, helper scripts and removed D3-chore tasks that need to be completed but don’t provide any additional features/functionality labels Apr 28, 2023
@BillyWooo BillyWooo added I2-medium should be completed within 10 working days and removed I3-high should be completed within 5 working days labels Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D6-automation CI/CD, tools, helper scripts I2-medium should be completed within 10 working days
Projects
None yet
Development

No branches or pull requests

4 participants