You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add regression coverage for aggregate ordering, DDL correctness, and memory accounting
New test files:
- sql_order_by: GROUP BY + ORDER BY must sort groups in declared order.
- sql_aggregate_functions: aggregate alias casing and count_distinct must not
return NULL under any column-name mapping.
- sql_subquery_from: FROM (SELECT …) AS t must plan and execute correctly.
- sql_drop_collection: DROP COLLECTION IF EXISTS must not error when the
target does not exist; DROP TABLE must be accepted as a synonym.
- memory_accounting_balance: over-release counter must be zero after a
balanced alloc/release cycle; non-zero signals an accounting bug.
- engine_surface_timeseries: continuous aggregate must appear in SHOW after
CREATE and survive a server restart.
- catalog_integrity_verify: continuous aggregates included in orphan-row
integrity sweep.
Existing tests updated to compile against the new sort_keys field on
SqlPlan::Aggregate and the expanded pgwire harness helper surface.
0 commit comments