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

TTK - Enable http and https keep alive #2139

Closed
11 tasks done
vijayg10 opened this issue Apr 8, 2021 · 0 comments
Closed
11 tasks done

TTK - Enable http and https keep alive #2139

vijayg10 opened this issue Apr 8, 2021 · 0 comments
Assignees
Labels
oss-ttk Related to the Mojaloop testing toolkit story
Milestone

Comments

@vijayg10
Copy link

vijayg10 commented Apr 8, 2021

Goal:

As a individual implementer

I want to re-use the http and https connections

so that I can execute testruns faster

Acceptance Criteria:

  • All the outbound connections should use http and https keepalive settings

Complexity: Medium

Uncertainty: Medium


Tasks:

  • Create central http and https agent instances with keep alive enabled
  • Re-use the http/s agents in the axios calls across various source files
  • Handle the special case where we create https agent with client certificates for each host and port
  • Check the runtime of GP in MMD environment (Currently it is taking 6min) (Environment is not available)

Done

  • Acceptance Criteria pass
  • Designs are up-to date
  • Unit Tests pass
  • Integration Tests pass
  • Code Style & Coverage meets standards
  • Changes made to config (default.json) are broadcast to team and follow-up tasks added to update helm charts and other deployment config.

Pull Requests:

Follow-up:

  • N/A

Dependencies:

  • N/A

Accountability:

  • Owner: TBC
  • QA/Review: TBC
@vijayg10 vijayg10 added oss-ttk Related to the Mojaloop testing toolkit story to-be-refined This story is ready to be groomed labels Apr 8, 2021
@vijayg10 vijayg10 self-assigned this May 4, 2021
@elnyry-sam-k elnyry-sam-k added this to the Sprint 14.1 milestone May 4, 2021
@vijayg10 vijayg10 removed the to-be-refined This story is ready to be groomed label May 5, 2021
@vijayg10 vijayg10 closed this as completed May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
oss-ttk Related to the Mojaloop testing toolkit story
Projects
None yet
Development

No branches or pull requests

2 participants