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
However, if a query is agnostic of such settings, it is unnecessary to run it in all 4 combinations.
As an example, docslt tests are only run once under the default settings. So we should move similar e2e tests to a dedicated group that only runs once, if embedding lengthy tests in source as docslt would hurt readability of source. ROI may be low. All tests in /functions/ only totals 7126 ms despite running 4 times.
The most time consuming ones are join tests with large amount of data, or intentional sleeps.
A lot of e2e tests are run 4 times in ci:
However, if a query is agnostic of such settings, it is unnecessary to run it in all 4 combinations.
As an example, docslt tests are only run once under the default settings.
So we should move similar e2e tests to a dedicated group that only runs once, if embedding lengthy tests in source as docslt would hurt readability of source.ROI may be low. All tests in/functions/
only totals 7126 ms despite running 4 times.The most time consuming ones are join tests with large amount of data, or intentional sleeps.
The text was updated successfully, but these errors were encountered: