tsql icon indicating copy to clipboard operation
tsql copied to clipboard

Separate "regular" tests from "extended" tests

Open AnyhowStep opened this issue 5 years ago • 1 comments
trafficstars

So, a few functions have have over 200k tests that more-or-less brute force a large amount of inputs.

We should mark these are being "extended" tests that should be run last inside of CI. And these extended tests should not be run during development, unless explicitly requested.

AnyhowStep avatar Feb 11 '20 09:02 AnyhowStep

In particular, the timestampAddXxx() tests. These are prime candidates for being moved to the extended test suite. Maybe have a few dozen cases kept in the regular test suite

AnyhowStep avatar Feb 11 '20 16:02 AnyhowStep