graphql-engine/server/src-test/Hasura
Antoine Leblanc bdd455473c Reduce the size of SelectSpec test to reduce memory usage.
### Description

Despite making sure only a small range was used for each value, this test can nonetheless result in an explosion of memory usage: it has twice in a row resulted in my poor laptop filling its swap in a matter of seconds, forcing me to kill the test or hard-reboot my machine.

This small PR lowers the high bound of the range used for the generator, to a value that seems to consistently allows the test to finish in a more constrained environment.

Additionally, it also sorts the tests alphabetically: it makes it much easier when scrolling through the output to find a specific test.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3942
GitOrigin-RevId: c7a786511fe82701fab29cf164dc3fbbe77f4262
2022-03-10 03:06:55 +00:00
..
Backends server/mssql: improve database exception handling and better API errors 2022-02-07 14:12:55 +00:00
Generator server: IR Selection basic generators 2021-11-10 11:13:04 +00:00
GraphQL Cleanup post #3810 2022-03-10 02:13:49 +00:00
QuickCheck Customize column GraphQL schema descriptions 2022-03-09 06:35:46 +00:00
RQL Reduce the size of SelectSpec test to reduce memory usage. 2022-03-10 03:06:55 +00:00
Server server: assorted minor clean-up around HTTP managers 2022-02-16 07:09:47 +00:00
SQL server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
EventingSpec.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
IncrementalSpec.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
SessionSpec.hs server: Splits QuickCheck extension and orphan instance modules 2022-02-22 15:33:37 +00:00