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

Added $lib.pipe.gen() API for ephemeral queues and pipelined / bulk access in Storm #1986

Merged
merged 9 commits into from Dec 8, 2020

Conversation

invisig0th
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Dec 7, 2020

Codecov Report

Merging #1986 (8e1c124) into master (64014fd) will decrease coverage by 0.12%.
The diff coverage is 98.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1986      +/-   ##
==========================================
- Coverage   96.75%   96.62%   -0.13%     
==========================================
  Files         146      146              
  Lines       27871    27984     +113     
==========================================
+ Hits        26966    27039      +73     
- Misses        905      945      +40     
Flag Coverage Δ
linux 96.62% <98.23%> (-0.13%) ⬇️
linux_replay ?

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

Impacted Files Coverage Δ
synapse/lib/queue.py 97.08% <97.82%> (+0.59%) ⬆️
synapse/lib/stormtypes.py 97.45% <98.50%> (+0.03%) ⬆️
synapse/tests/utils.py 93.59% <0.00%> (-2.18%) ⬇️
synapse/lib/hiveauth.py 95.96% <0.00%> (-0.77%) ⬇️
synapse/cortex.py 95.62% <0.00%> (-0.77%) ⬇️
synapse/lib/view.py 95.37% <0.00%> (-0.73%) ⬇️
synapse/lib/trigger.py 93.91% <0.00%> (-0.44%) ⬇️
synapse/lib/layer.py 97.90% <0.00%> (-0.07%) ⬇️
synapse/lib/spawn.py 96.15% <0.00%> (+0.64%) ⬆️

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 64014fd...8e1c124. Read the comment docs.

@invisig0th invisig0th added this to the v2.14.0 milestone Dec 7, 2020
synapse/lib/queue.py Outdated Show resolved Hide resolved
@invisig0th invisig0th merged commit 3f1ed38 into master Dec 8, 2020
3 checks passed
@invisig0th invisig0th deleted the visi-storm-pipes branch December 8, 2020 04:19
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.

None yet

2 participants