Merging this branch will not change overall coverage
Impacted Packages
Coverage Δ
:robot:
github.com/neondatabase/autoscaling/neonvm
0.00% (ø)
Coverage by file
### Changed files (no unit tests)
| Changed File | Coverage Δ | Total | Covered | Missed | :robot: |
|--------------|------------|-------|---------|--------|---------|
| github.com/neondatabase/autoscaling/neonvm/main.go | 0.00% (ø) | 151 (-2) | 0 | 151 (-2) | |
_Please note that the "Total", "Covered", and "Missed" counts above refer to ***code statements*** instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code._
We currently aren't doing this, and it leads to 30s+ scaling operations when we deploy neonvm.
Notes for review: I want to also get rid of the
srv
stuff (I think that'll make this simpler), but that's probably best left for a follow-up PR :)