graphql-engine/server/src-test/Hasura/RQL/IR
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
..
Generator.hs Traverse variables in action remote joins 2022-03-08 08:23:20 +00:00
Postgres.hs Traverse variables in action remote joins 2022-03-08 08:23:20 +00:00
SelectSpec.hs Reduce the size of SelectSpec test to reduce memory usage. 2022-03-10 03:06:55 +00:00