Skip to content

Commit

Permalink
Switch stabilization tests to new info
Browse files Browse the repository at this point in the history
This commit switches the stabilization tests to the new stabilization
info file, meaning there's exactly one central location that decides if
things are stable. It also cleans the actual stabilization test code,
and documents what invariants we're trying to maintain.
  • Loading branch information
JLockerman committed Mar 10, 2022
1 parent a632634 commit 7776464
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 256 deletions.
1 change: 1 addition & 0 deletions extension/src/stabilization_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ crate::functions_stabilized_at! {
variance_x(statssummary2d,text),
variance_y(statssummary2d,text),
x_intercept(statssummary2d),
distinct_count(hyperloglog),
}
}

Expand Down
Loading

0 comments on commit 7776464

Please sign in to comment.