Geode Nightly build is staying consistently RED... each night the tests that fail vary some. Do we still want to not add FlakyTest category to these tests and just live with a RED nightly build?
What do you all want to do? Any ideas what to do to get it consistently GREEN? The only way I know to get it GREEN is either a) we drop everything we're working on and fix flaky tests or b) we add FlakyTest category to flaky tests. The flakyTest target still runs the FlakyTest tests but it does so with a fresh JVM. In my opinion we should NOT ignore the results of flakyTest (and I personally do not ignore these results). I think it's a useful way to run DUnit tests that have special needs.