Re: Au regression testing

2019-04-12 Thread Jason Kenny
This sound more like something to add to the core autest code. ie an env var that says don't run this test ( or some set of tests) I would like to avoid if we can adding a condition for flow control to each test as this becomes a mess really quickly Jason On Fri, Apr 12, 2019 at 10:38 AM Walt K

Au regression testing

2019-04-12 Thread Walt Karas
Should we add a skip condition that would skip unless some env var was set? TS_AU_LONG_REGRESS perhaps? We could run long regression maybe once a night instead of on each PR. Some tests could also add additional test runs when this var was set.