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

refactor: move test to its proper place #1636

Merged
merged 1 commit into from
Jan 9, 2021
Merged

refactor: move test to its proper place #1636

merged 1 commit into from
Jan 9, 2021

Conversation

JoanFM
Copy link
Member

@JoanFM JoanFM commented Jan 9, 2021

The test was colliding with file test restructuring

@JoanFM JoanFM requested a review from a team as a code owner January 9, 2021 09:57
@jina-bot jina-bot added size/XS area/testing This issue/PR affects testing labels Jan 9, 2021
@codecov
Copy link

codecov bot commented Jan 9, 2021

Codecov Report

Merging #1636 (8eb9247) into master (e7ddd43) will increase coverage by 4.87%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1636      +/-   ##
==========================================
+ Coverage   80.66%   85.53%   +4.87%     
==========================================
  Files         126      126              
  Lines        6589     6589              
==========================================
+ Hits         5315     5636     +321     
+ Misses       1274      953     -321     
Flag Coverage Δ
3.7 ?
cd ?
ci 85.53% <ø> (?)
core 84.85% <ø> (?)
integration 42.52% <ø> (?)
jinad 45.22% <ø> (?)
unit 41.12% <ø> (-39.54%) ⬇️

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

Impacted Files Coverage Δ
jina/importer.py 65.08% <0.00%> (+1.29%) ⬆️
jina/executors/indexers/cache.py 97.14% <0.00%> (+1.42%) ⬆️
jina/peapods/runtimes/asyncio/grpc/async_call.py 93.75% <0.00%> (+2.08%) ⬆️
jina/flow/base.py 87.21% <0.00%> (+2.81%) ⬆️
jina/drivers/cache.py 93.33% <0.00%> (+3.33%) ⬆️
jina/drivers/evaluate.py 98.27% <0.00%> (+3.44%) ⬆️
jina/peapods/runtimes/zmq/zed.py 90.41% <0.00%> (+4.79%) ⬆️
jina/logging/profile.py 70.40% <0.00%> (+4.80%) ⬆️
jina/drivers/convert.py 100.00% <0.00%> (+7.40%) ⬆️
jina/docker/hubapi.py 86.16% <0.00%> (+7.54%) ⬆️
... and 10 more

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 e7ddd43...8eb9247. Read the comment docs.

@github-actions
Copy link

github-actions bot commented Jan 9, 2021

Latency summary

Current PR yields:

  • 😶 index QPS at 1602, delta to last 3 avg.: -5%
  • 😶 query QPS at 32, delta to last 3 avg.: -2%

Breakdown

Version Index QPS Query QPS
current 1602 32
0.9.3 1656 32
0.9.2 1745 32
0.9.1 1677 32

Backed by latency-tracking. Further commits will update this comment.

@hanxiao
Copy link
Member

hanxiao commented Jan 9, 2021

better merge after #1635, which fixes the codecov report

@JoanFM JoanFM closed this Jan 9, 2021
@JoanFM JoanFM reopened this Jan 9, 2021
@JoanFM
Copy link
Member Author

JoanFM commented Jan 9, 2021

better merge after #1635, which fixes the codecov report

Ok!

Copy link
Member

@hanxiao hanxiao left a comment

Choose a reason for hiding this comment

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

now it's a fast and beautiful CI

@JoanFM JoanFM merged commit 00a0c6c into master Jan 9, 2021
@JoanFM JoanFM deleted the move-test branch January 9, 2021 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing This issue/PR affects testing size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants