performance-analyzer-rca
performance-analyzer-rca copied to clipboard
RCA Testing Improvements
This issue involves addressing the following two points:
-
With the addition of the RCA Scheduler Integration Tests, we now have several tests in our suite which take longer than 10 minutes to run. We want to run a small subset of these tests so that we can build quickly, and run the entire suite once before we submit a PR or merge to master.
-
The PerformanceAnalyzerIT testing suite (which hits our APIs) does not properly run on push to master or dev in this repo, though it does run properly in the performance-analyzer repo.