-
Notifications
You must be signed in to change notification settings - Fork 36
Increasing test timeouts and disabling stop tests #235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Why is the code change in model-monitor but everything else references model-package? |
Fixed, resource names are similar. |
) | ||
== self.STATUS_PENDING | ||
) | ||
assert k8s.wait_on_condition(reference, "ACK.ResourceSynced", "False", 5, 2) | ||
|
||
self._assert_monitoring_schedule_status_in_sync( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to increase wait time for this check?
also can we do the same for feature group?
/hold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change for training as well -
def test_stopped(self, xgboost_training_job): |
lgtm otherwise
/approve |
/unhold |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ananth102, ryansteakley, surajkota The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…s#235) Issue #, if available: Description of changes: Monitoring Schedule can sometimes reach the scheduled state before the controller can verify that it is in Pending state. This PR removes the check for pending/resource synced. Also increasing timeouts and disabling test_*_stopped tests By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
…s#235) Issue #, if available: Description of changes: Monitoring Schedule can sometimes reach the scheduled state before the controller can verify that it is in Pending state. This PR removes the check for pending/resource synced. Also increasing timeouts and disabling test_*_stopped tests By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available: Description of changes: Monitoring Schedule can sometimes reach the scheduled state before the controller can verify that it is in Pending state. This PR removes the check for pending/resource synced. Also increasing timeouts and disabling test_*_stopped tests By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
…s#235) Issue #, if available: Description of changes: Monitoring Schedule can sometimes reach the scheduled state before the controller can verify that it is in Pending state. This PR removes the check for pending/resource synced. Also increasing timeouts and disabling test_*_stopped tests By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available:
Description of changes:
Monitoring Schedule can sometimes reach the scheduled state before the controller can verify that it is in Pending state. This PR removes the check for pending/resource synced.
Also increasing timeouts and disabling test_*_stopped tests
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.