HERA-Team / hera_mc

The HERA monitor and control (M&C) system.
BSD 2-Clause "Simplified" License
3 stars 3 forks source link

Major re-work of correlator M&C interface #611

Closed bhazelton closed 2 years ago

bhazelton commented 2 years ago

Description

Add the following tables:

Remove the following tables:

Motivation and Context

First part of work outlined in #606, covering the tables that have the required info in redis now.

Types of changes

Checklist:

Schema change:

Breaking change checklist:

codecov[bot] commented 2 years ago

Codecov Report

Merging #611 (b438a9a) into main (740e647) will decrease coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #611      +/-   ##
==========================================
- Coverage   98.11%   98.10%   -0.02%     
==========================================
  Files          35       35              
  Lines        5090     5007      -83     
==========================================
- Hits         4994     4912      -82     
+ Misses         96       95       -1     
Impacted Files Coverage Δ
hera_mc/correlator.py 100.00% <100.00%> (+0.29%) :arrow_up:
hera_mc/mc_session.py 99.62% <100.00%> (-0.04%) :arrow_down:

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 740e647...b438a9a. Read the comment docs.

bhazelton commented 2 years ago

The codecov project level check is failing because I removed a bunch of lines of code. But the patch check (which is the required one) is passing and the full codecov report shows that all the new lines are covered and that number of uncovered lines actually decreased.

mkolopanis commented 2 years ago

Thanks for updating this. I've looked through and from a dashboard approach I think we will be good with all this. I'll leave the rubber stamping for @dannyjacobs

dannyjacobs commented 2 years ago

Rubber stamp.