This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failures in ResourceHeatMapGraphTest (#321)
* Fix failures in ResourceHeatMapGraphTest When ResourceHeatMapGraphTest was run after PerformanceAnalyzerWebServerTest, we noticed connection refused exceptions that didn't happen when the tests were run in isolation. This commit makes sure that PerformanceAnalyzerWebServerTest cleans up after itself so that subsequent tests will run as expected. * Remove Assert.fail() calls from ResourceHeatMapGraphTest Calls to Assert.fail() obscure the actual Exception in our testing logs. This commit removes the fail() calls and simply throws instead.
- Loading branch information
Sid Narayan
authored
Jul 30, 2020
1 parent
324fd4d
commit b603245
Showing
2 changed files
with
62 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters