-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[bug] SDK Test Failing #11038
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
/reopen |
@DharmitD: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…skip decorator Removed the decorator from that was previously added to bypass the test due to failure (referencing issue kubeflow#11038). With the recent fixes applied, including upgrading to Python 3.9 and ensuring compatibility with subprocess handling and Click, the test now passes consistently. This commit re-enables the test to ensure proper validation of Dockerfile creation and KFP package builds during containerized component creation.
Removed the skip unit test decorator that was previously added to bypass the test due to failure (referencing issue kubeflow#11038). The issue reported in kubeflow#11038 was caused due to the Dockerfile referencing to Python 3.7. With the Python version updated to 3.9, the test now passes consistently. This commit re-enables the test to ensure proper validation of Dockerfile creation and KFP package. Signed-off-by: ddalvi <ddalvi@redhat.com>
Removed the skip unit test decorator that was previously added to bypass the test due to failure (referencing issue kubeflow#11038). The issue reported in kubeflow#11038 was caused due to the Dockerfile referencing to Python 3.7. With the Python version updated to 3.9, the test now passes consistently. This commit re-enables the test to ensure proper validation of Dockerfile creation and KFP package. Signed-off-by: ddalvi <ddalvi@redhat.com>
Removed the skip unit test decorator that was previously added to bypass the test due to failure (referencing issue kubeflow#11038). The issue reported in kubeflow#11038 was caused due to the Dockerfile referencing to Python 3.7. With the Python version updated to 3.9, the test now passes consistently. This commit re-enables the test to ensure proper validation of Dockerfile creation and KFP package. Signed-off-by: ddalvi <ddalvi@redhat.com>
/assign @DharmitD |
This SDK test is failing: https://github.com/kubeflow/pipelines/blob/master/sdk/python/kfp/cli/component_test.py#L579
Steps to reproduce
pytest sdk/python/kfp --ignore=sdk/python/kfp/deprecated --cov=kfp
/area testing
The text was updated successfully, but these errors were encountered: