Closed stesrn closed 7 months ago
Report bugs in Issues
The following are automatically added:
.pre-commit-config.yaml
exists in the repo.Available user actions:
/wip
to the PR, To remove it from the PR comment /wip cancel
to the PR./hold
, To un-block merging of PR comment /hold cancel
./verified
to the PR, to un-verify comment /verified cancel
to the PR.
verified label removed on each new commit push./cherry-pick <target branch to cherry-pick to>
in the PR.
/cherry-pick branch1 branch2
)/build-and-push-container
in the PR (tag will be the PR number)./<label name>
, to remove, use /<label name> cancel
/assign-reviewers
/check-can-merge
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
/verified
Short description:
The method _monitoring.wait_for_firing_alertsampler() doesn't honor timeout, when the timeout value is a different custom value other than 10 minutes. Because of this behavior, few observability test cases that makes use of this method with custom timeout values like 15 mins fails as the method could only wait for maximum of 10 minutes
Now this issue is fixed by passing the custom timeout value to the other method that it calls.
More details:
Fixes a simple issue
What this PR does / why we need it:
Now the method passes the timeout value to the other method that it calls
Which issue(s) this PR fixes:
Special notes for reviewer:
Bug: