Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public void init() {
// since we're going to modify properties of the same class between tests, wipe the cache each time
HystrixCollapser.reset();
HystrixCollapserMetrics.reset();
HystrixCommandMetrics.reset();
/* we must call this to simulate a new request lifecycle running and clearing caches */
context = HystrixRequestContext.initializeContext();
}
Expand Down