Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Aggregate_Spec test suite with tests for missed edge-cases to ensure the feature is well-tested on all backends #3383

Merged
merged 26 commits into from
Apr 12, 2022

Commits on Apr 11, 2022

  1. Simplify table_builder

    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    292f472 View commit details
    Browse the repository at this point in the history
  2. Add skeleton for tests

    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    1a6fa6c View commit details
    Browse the repository at this point in the history
  3. Add Concat tests

    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    c5ef87f View commit details
    Browse the repository at this point in the history
  4. fixes for concat

    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    30e4bc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1aa6009 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7aed9b View commit details
    Browse the repository at this point in the history
  7. Add no agg edges

    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    217847f View commit details
    Browse the repository at this point in the history
  8. Count_Distinct tests

    WIP: Postgres not returning correct results ?
    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    d187af6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf9d2a6 View commit details
    Browse the repository at this point in the history
  10. Sort out SQLite

    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    fe5d988 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1a43d0b View commit details
    Browse the repository at this point in the history
  12. Fix SQLite stddev

    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    b841969 View commit details
    Browse the repository at this point in the history
  13. FIgure out stddev

    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    3ef2a11 View commit details
    Browse the repository at this point in the history
  14. Add null special cases to not fail displaying recursive definition er…

    …rors
    
    This is a temporary solution which may need to be reverted once a proper solution is developed.
    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    3818401 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2e46e24 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d2e550d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4c2e114 View commit details
    Browse the repository at this point in the history
  18. TODO comment

    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    2559f71 View commit details
    Browse the repository at this point in the history
  19. Mode tests

    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    16eb3e2 View commit details
    Browse the repository at this point in the history
  20. Add first-last test

    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    aadfc9d View commit details
    Browse the repository at this point in the history
  21. Test unsupported operations

    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    073d922 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    52e2ae7 View commit details
    Browse the repository at this point in the history
  23. Changelog, note, fix test

    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    fb7cb80 View commit details
    Browse the repository at this point in the history
  24. Reformat Concatenate

    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    ff6e2bd View commit details
    Browse the repository at this point in the history
  25. Add numbers tests

    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    95df815 View commit details
    Browse the repository at this point in the history
  26. cr

    radeusgd committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    1e3c91d View commit details
    Browse the repository at this point in the history