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

Implement internal/errors/blob test #888

Merged
merged 8 commits into from
Dec 22, 2020
Merged

Conversation

kevindiu
Copy link
Contributor

@kevindiu kevindiu commented Dec 16, 2020

Description:

This PR implements internal/errors/blob test

Related Issue:

How Has This Been Tested?:

Environment:

  • Go Version: 1.15.2
  • Docker Version: 19.03.8
  • Kubernetes Version: 1.18.2
  • NGT Version: 1.12.1

Types of changes:

  • Bug fix [type/bug]
  • New feature [type/feature]
  • Add tests [type/test]
  • Security related changes [type/security]
  • Add documents [type/documentation]
  • Refactoring [type/refactoring]
  • Update dependencies [type/dependency]
  • Update benchmarks and performances [type/bench]
  • Update CI [type/ci]

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully ran tests with your changes locally?

Checklist:

  • I have read the CONTRIBUTING document.
  • I have checked open Pull Requests for the similar feature or fixes?
  • I have added tests and benchmarks to cover my changes.
  • I have ensured all new and existing tests passed.
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly.

@kevindiu kevindiu changed the title Test/internal/errors/blob test Implement internal/errors/blob test Dec 16, 2020
@kevindiu
Copy link
Contributor Author

/rebase

@vdaas-ci
Copy link
Collaborator

[CHATOPS:HELP] ChatOps commands.

  • 🙆‍♀️ /approve - approve
  • 💌 /changelog - add changelog comment
  • 🍱 /format - format codes and add licenses
  • /gen-test - generate test codes
  • 🏷️ /label - add labels
  • /rebase - rebase master

@vdaas-ci
Copy link
Collaborator

[REBASE] Rebase triggered by kevindiu for branch: test/internal/errors-blob-test

@github-actions github-actions bot force-pushed the test/internal/errors-blob-test branch from 47d27c1 to bad32d5 Compare December 16, 2020 05:42
@codecov
Copy link

codecov bot commented Dec 16, 2020

Codecov Report

Merging #888 (4e0d2a3) into master (2696dd3) will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #888      +/-   ##
==========================================
+ Coverage   19.10%   19.14%   +0.03%     
==========================================
  Files         423      423              
  Lines       19600    19600              
==========================================
+ Hits         3745     3752       +7     
+ Misses      15638    15630       -8     
- Partials      217      218       +1     
Impacted Files Coverage Δ
internal/errors/blob.go 57.14% <ø> (+57.14%) ⬆️
internal/worker/queue.go 95.00% <0.00%> (-5.00%) ⬇️
internal/worker/worker.go 83.33% <0.00%> (+1.04%) ⬆️
internal/errgroup/group.go 93.93% <0.00%> (+1.51%) ⬆️

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 2696dd3...e9b2636. Read the comment docs.

@kevindiu kevindiu requested a review from hlts2 December 17, 2020 01:28
internal/errors/blob_test.go Outdated Show resolved Hide resolved
internal/errors/blob_test.go Outdated Show resolved Hide resolved
internal/errors/blob_test.go Outdated Show resolved Hide resolved
internal/errors/blob_test.go Outdated Show resolved Hide resolved
internal/errors/blob_test.go Outdated Show resolved Hide resolved
internal/errors/blob_test.go Outdated Show resolved Hide resolved
internal/errors/blob_test.go Outdated Show resolved Hide resolved
internal/errors/blob.go Outdated Show resolved Hide resolved
internal/errors/blob_test.go Show resolved Hide resolved
internal/errors/blob_test.go Show resolved Hide resolved
internal/errors/blob_test.go Outdated Show resolved Hide resolved
internal/errors/blob_test.go Outdated Show resolved Hide resolved
internal/errors/blob_test.go Outdated Show resolved Hide resolved
internal/errors/blob_test.go Outdated Show resolved Hide resolved
@kevindiu
Copy link
Contributor Author

/rebase

@vdaas-ci
Copy link
Collaborator

[REBASE] Rebase triggered by kevindiu for branch: test/internal/errors-blob-test

@github-actions github-actions bot force-pushed the test/internal/errors-blob-test branch from e300301 to a3f07fa Compare December 21, 2020 03:08
hlts2
hlts2 previously approved these changes Dec 21, 2020
Copy link
Collaborator

@hlts2 hlts2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

internal/errors/blob_test.go Outdated Show resolved Hide resolved
internal/errors/blob_test.go Outdated Show resolved Hide resolved
internal/errors/blob_test.go Outdated Show resolved Hide resolved
@kevindiu
Copy link
Contributor Author

/rebase

@vdaas-ci
Copy link
Collaborator

[REBASE] Rebase triggered by kevindiu for branch: test/internal/errors-blob-test

kevindiu and others added 5 commits December 22, 2020 04:30
Co-authored-by: Hiroto Funakoshi <hiroto.funakoshi.hiroto@gmail.com>
Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
@github-actions github-actions bot force-pushed the test/internal/errors-blob-test branch from 3bd88c5 to e9b2636 Compare December 22, 2020 04:30
Copy link
Collaborator

@hlts2 hlts2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@vankichi vankichi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vankichi
Copy link
Contributor

/rebase
/format
/approve

@vdaas-ci
Copy link
Collaborator

[REBASE] Rebase triggered by vankichi for branch: test/internal/errors-blob-test

@vdaas-ci
Copy link
Collaborator

[FORMAT] Updating license headers and formatting go codes triggered by vankichi.

Copy link
Collaborator

@vdaas-ci vdaas-ci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[APPROVED] This PR is approved by vankichi.

@vankichi vankichi merged commit 923ef5a into master Dec 22, 2020
@vankichi vankichi deleted the test/internal/errors-blob-test branch December 22, 2020 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants