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
Wow, what a change in the testing landscape on the UFS_UTILS project! There is now much more test code.
I am currently working on the CI (see #719 ) and I wonder if there is a way of separating some slower tests (or slower-downloading test data files), and only running those tests on a few of the CI runs, instead of every CI run.
For example, the g2 and g2c project now have tests based on small test files in the repo, and larger test files downloaded from FTP. The CI system runs the FTP tests in only a few places, to speed tests everywhere else.
Perhaps this is not possible with UFS_UTILS - I just wanted to propose the idea to see if @GeorgeGayno-NOAA could think of anything...
The text was updated successfully, but these errors were encountered:
Most of the time, each test takes only about 5 seconds or less to run. However, tests numbers 4 and 27 can occasionally take longer. Sometimes they can even time out. So, if we decide to mark some tests to not run by default, I would start with those two.
Wow, what a change in the testing landscape on the UFS_UTILS project! There is now much more test code.
I am currently working on the CI (see #719 ) and I wonder if there is a way of separating some slower tests (or slower-downloading test data files), and only running those tests on a few of the CI runs, instead of every CI run.
For example, the g2 and g2c project now have tests based on small test files in the repo, and larger test files downloaded from FTP. The CI system runs the FTP tests in only a few places, to speed tests everywhere else.
Perhaps this is not possible with UFS_UTILS - I just wanted to propose the idea to see if @GeorgeGayno-NOAA could think of anything...
The text was updated successfully, but these errors were encountered: