enso/test
Radosław Waśko 891f064a6a
Extend Aggregate_Spec test suite with tests for missed edge-cases to ensure the feature is well-tested on all backends (#3383)
Implements https://www.pivotaltracker.com/story/show/181805693 and finishes the basic set of features of the Aggregate component.

Still not all aggregations are supported everywhere, because for example SQLite has quite limited support for aggregations. Currently the workaround is to bring the table into memory (if possible) and perform the computation locally. Later on, we may add more complex generator features to emulate the missing aggregations with complex sub-queries.
2022-04-12 11:02:01 +00:00
..
Benchmarks Add benchmark for Text.reverse with strings of varying length (#3381) 2022-04-05 17:59:21 +00:00
Geo_Tests Import syntax including namespace (#1806) 2021-06-24 12:42:24 +02:00
Google_Api_Test Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
Image_Tests Fix codec spec (#3185) 2021-12-09 15:01:47 +03:00
Table_Tests Extend Aggregate_Spec test suite with tests for missed edge-cases to ensure the feature is well-tested on all backends (#3383) 2022-04-12 11:02:01 +00:00
Tests Extend Aggregate_Spec test suite with tests for missed edge-cases to ensure the feature is well-tested on all backends (#3383) 2022-04-12 11:02:01 +00:00
Visualization_Tests Implement Error-Handling for Database aggregations, unify some error helpers across backends (#3371) 2022-03-31 12:10:22 +00:00