Skip to content

Restart layer genrs in syncNodeEdits (SYN-6342) #3394

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

Merged
merged 7 commits into from
Oct 23, 2023

Conversation

mikemoritz
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f4ab53a) 97.32% compared to head (c4d9b8c) 97.23%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3394      +/-   ##
==========================================
- Coverage   97.32%   97.23%   -0.10%     
==========================================
  Files         231      231              
  Lines       47027    47040      +13     
==========================================
- Hits        45769    45737      -32     
- Misses       1258     1303      +45     
Flag Coverage Δ
linux 97.23% <100.00%> (+<0.01%) ⬆️
linux_replay ?

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

Files Coverage Δ
synapse/cortex.py 97.02% <100.00%> (-0.48%) ⬇️
synapse/lib/layer.py 96.73% <100.00%> (-0.11%) ⬇️

... and 8 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mikemoritz mikemoritz changed the title WIP: Restart layer genrs in syncNodeEdits (SYN-6342) Restart layer genrs in syncNodeEdits (SYN-6342) Oct 23, 2023
@@ -3849,11 +3849,11 @@ async def _syncNodeEdits(self, offsdict, genrfunc, wait=True):

async with await s_base.Base.anit() as base:

def addlayr(layr, newlayer=False):
def addlayr(layr, startoffs=topoffs, newlayer=False):
Copy link
Contributor

Choose a reason for hiding this comment

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

should the new option be last here?

@invisig0th invisig0th merged commit 11c115b into master Oct 23, 2023
@invisig0th invisig0th deleted the redox-syncne-layr-stuck branch October 23, 2023 21:54
@vEpiphyte vEpiphyte added the bug label Oct 26, 2023
@vEpiphyte vEpiphyte added this to the v2.15x.x milestone Oct 26, 2023
@vEpiphyte vEpiphyte added reqChangelog requires changelog and removed reqChangelog requires changelog labels Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants