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

SR860: Add snapshot_base to prevent update of parameter that may not be defined #1013

Merged
merged 3 commits into from
Mar 20, 2018

Conversation

jenshnielsen
Copy link
Collaborator

This parameter only works after a complete capture so any automatic update will most likely fail. This cuts 5 sec off the time needed to add this to the station

params_to_skip_update = []
# we omit count_capture_kilobytes from the snapshot because
# it can only be read after a completed capture and will
# timeout otherwise when the snapshot is updated, I.e at
Copy link
Contributor

Choose a reason for hiding this comment

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

i.e. -> e.g. (I would say)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

Copy link
Contributor

@WilliamHPNielsen WilliamHPNielsen left a comment

Choose a reason for hiding this comment

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

I left one pesky comment, else super 👍

@codecov
Copy link

codecov bot commented Mar 20, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@5f60c9a). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #1013   +/-   ##
=========================================
  Coverage          ?   78.96%           
=========================================
  Files             ?       45           
  Lines             ?     6445           
  Branches          ?        0           
=========================================
  Hits              ?     5089           
  Misses            ?     1356           
  Partials          ?        0

@jenshnielsen jenshnielsen merged commit edcf459 into microsoft:master Mar 20, 2018
giulioungaretti pushed a commit that referenced this pull request Mar 20, 2018
Author: Jens Hedegaard Nielsen <jenshnielsen@gmail.com>

    SR860: Add snapshot_base to prevent update of parameter that may not be defined (#1013)
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.

None yet

2 participants