forked from naver/ngrinder
-
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.
Add controller config ignore some stop reasons (naver#883)
* Add controller config ignore some stop reasons ignore TOO_LOW_TPS, TOO_MANY_ERRORS, TOO_MUCH_TRAFFIC_ON_REGION by set property value as true * Change property values '... ignore.' to '... ignore_' * Move ignoreStop from Config to PerfTestRunnable Move stop reason determination role from Config to PerfTestRunnable * Change property key '... ignore.' to '... ignore_ * Rename ignoreStop and Change parameters spec - Rename ignoreStop to isValidStopReason and using Config by field not by passing param - long complex conditions -> if statements * Remove unused import * Fix bug from typo mistake * Change its log level to debug * Move isValidStopReason condition to if block below check condition only if status is stoppable * Fix typo Co-authored-by: Imbyungjun <[email protected]> * Remove unnecessary properties * Remove unnecessary log * cleanup Co-authored-by: ingeol.song <[email protected]> Co-authored-by: Imbyungjun <[email protected]> Co-authored-by: imb <[email protected]>
- Loading branch information
1 parent
eb068e0
commit 345f1d3
Showing
4 changed files
with
18 additions
and
0 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
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