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: E2E download concurrency #467

Merged
merged 19 commits into from
Jul 19, 2021
Merged

Conversation

gaius-qi
Copy link
Member

@gaius-qi gaius-qi commented Jul 16, 2021

Description

  • E2E download concurrency.

Related Issue

Fixes #470

Motivation and Context

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation Update (if none of the other choices apply)

Checklist:

  • Code compiles correctly.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

gaius-qi added 6 commits July 15, 2021 16:04
Signed-off-by: Gaius <[email protected]>
Signed-off-by: Gaius <[email protected]>
Signed-off-by: Gaius <[email protected]>
Signed-off-by: Gaius <[email protected]>
Signed-off-by: Gaius <[email protected]>
@gaius-qi gaius-qi added this to the v2.0.0 milestone Jul 16, 2021
@gaius-qi gaius-qi self-assigned this Jul 16, 2021
@gaius-qi gaius-qi requested a review from a team as a code owner July 16, 2021 10:58
@codecov-commenter
Copy link

codecov-commenter commented Jul 16, 2021

Codecov Report

Merging #467 (fe4c6b9) into main (440f888) will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #467      +/-   ##
==========================================
+ Coverage   36.45%   36.49%   +0.04%     
==========================================
  Files          86       89       +3     
  Lines        6869     6959      +90     
==========================================
+ Hits         2504     2540      +36     
- Misses       4001     4051      +50     
- Partials      364      368       +4     
Flag Coverage Δ
e2etests ∅ <ø> (?)
unittests 36.49% <ø> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
client/daemon/peer/peertask_base.go 32.21% <0.00%> (-1.20%) ⬇️
manager/searcher/search.go 82.05% <0.00%> (ø)
manager/searcher/plugin.go 50.00% <0.00%> (ø)
manager/config/config.go 0.00% <0.00%> (ø)
client/daemon/peer/peertask_stream.go 56.98% <0.00%> (+2.20%) ⬆️

gaius-qi added 9 commits July 19, 2021 10:27
Signed-off-by: Gaius <[email protected]>
Signed-off-by: Gaius <[email protected]>
Signed-off-by: Gaius <[email protected]>
Signed-off-by: Gaius <[email protected]>
Signed-off-by: Gaius <[email protected]>
Signed-off-by: Gaius <[email protected]>
Signed-off-by: Gaius <[email protected]>
garfield009
garfield009 previously approved these changes Jul 19, 2021
@gaius-qi gaius-qi changed the title E2E download concurrency test: E2E download concurrency Jul 19, 2021
hack/install-e2e-test.sh Outdated Show resolved Hide resolved
Signed-off-by: Gaius <[email protected]>
@gaius-qi gaius-qi merged commit 9af0bab into main Jul 19, 2021
@gaius-qi gaius-qi deleted the feature/e2e-download-concurrency branch July 19, 2021 11:53
gaius-qi added a commit that referenced this pull request Jun 28, 2023
* test: E2E download concurrency

Signed-off-by: Gaius <[email protected]>
e-ngo pushed a commit to e-ngo/dragonfly that referenced this pull request Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Client proxy concurrent test case
5 participants