forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIXES APM-25 flag = none also properly implments plugin reset so that we can enable/disable without rebooting the process test plan: specs pass flaky spec catcher Change-Id: I96e8137e351639559d68c8f1e9242e1c315cb26d Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/231006 Reviewed-by: David Warkentin <[email protected]> Reviewed-by: James Butters <[email protected]> Tested-by: Service Cloud Jenkins <[email protected]> QA-Review: Ethan Vizitei <[email protected]> Product-Review: Ethan Vizitei <[email protected]>
- Loading branch information
Showing
3 changed files
with
10 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ class << self | |
attr_writer :tracer | ||
|
||
def reset! | ||
super | ||
@tracer = nil | ||
end | ||
|
||
|
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