Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

test: add dns-loop (actually curl) stress test #4024

Merged
merged 2 commits into from
Nov 12, 2020

Conversation

jackfrancis
Copy link
Member

@jackfrancis jackfrancis commented Nov 12, 2020

Reason for Change:

This PR adds a simple, one-time stress test to validate that a bunch of curls to a well-known external URL are responsive.

Nominally these checks actually do a curl, which relies upon the entire HTTP stack, but in practice they will surface high DNS lookups, which we've observed in the past.

Issue Fixed:

Credit Where Due:

Does this change contain code from or inspired by another project?

  • No
  • Yes

If "Yes," did you notify that project's maintainers and provide attribution?

  • No
  • Yes

Requirements:

Notes:

@acs-bot acs-bot added the size/S label Nov 12, 2020
@jackfrancis
Copy link
Member Author

cc @alexeldeib

and thx again @sturrent!

@acs-bot
Copy link

acs-bot commented Nov 12, 2020

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jackfrancis

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@codecov
Copy link

codecov bot commented Nov 12, 2020

Codecov Report

Merging #4024 (f29a344) into master (e780eeb) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4024   +/-   ##
=======================================
  Coverage   73.69%   73.69%           
=======================================
  Files         147      147           
  Lines       23164    23164           
=======================================
  Hits        17070    17070           
  Misses       4979     4979           
  Partials     1115     1115           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e780eeb...f29a344. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants