Skip to content
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

Test failure: test_endpoints[False] #3714

Open
github-actions bot opened this issue Feb 19, 2025 · 4 comments
Open

Test failure: test_endpoints[False] #3714

github-actions bot opened this issue Feb 19, 2025 · 4 comments
Assignees
Labels
upstream these issues are caused by upstream dependencies

Comments

@github-actions
Copy link

❌ test_endpoints[False]: TimeoutError: Timed out after 0:03:00 (3m16.54s)
TimeoutError: Timed out after 0:03:00
[gw5] linux -- Python 3.10.16 /home/runner/work/ucx/ucx/.venv/bin/python
[gw5] linux -- Python 3.10.16 /home/runner/work/ucx/ucx/.venv/bin/python

Running from nightly #406

@github-actions github-actions bot added the bug label Feb 19, 2025
Copy link
Author

❌ test_endpoints[False]: TimeoutError: Timed out after 0:03:00 (3m15.842s)
TimeoutError: Timed out after 0:03:00
[gw2] linux -- Python 3.10.16 /home/runner/work/ucx/ucx/.venv/bin/python
[gw2] linux -- Python 3.10.16 /home/runner/work/ucx/ucx/.venv/bin/python

Running from nightly #407

@JCZuurmond JCZuurmond self-assigned this Feb 20, 2025
@JCZuurmond JCZuurmond added this to UCX Feb 20, 2025
@github-project-automation github-project-automation bot moved this to Todo in UCX Feb 20, 2025
@JCZuurmond JCZuurmond added upstream these issues are caused by upstream dependencies and removed bug labels Feb 20, 2025
@JCZuurmond JCZuurmond moved this from Todo to In Progress in UCX Feb 20, 2025
JCZuurmond added a commit to databrickslabs/pytester that referenced this issue Feb 20, 2025
## Changes
The `make_serving_endpoint` fixture [stopped working as of
yesterday](https://github.com/databrickslabs/pytester/actions/runs/13405748534).
Apparently, the created models from the `make_model` fixture do not come
with a model version anymore (which used to be `'1'`).

The `make_serving_endpoint` is updated to fallback on a UC model
version. Also, it allows users to provide input parameters in case they
want to use another model.

### Linked issues

Resolves #databrickslabs/ucx#3714
Resolves #databrickslabs/ucx#3715

### Tests

- [x] added unit tests
- [ ] fixed integration test
Copy link
Author

❌ test_endpoints[False]: TimeoutError: Timed out after 0:03:00 (3m16.481s)
TimeoutError: Timed out after 0:03:00
05:42 INFO [databricks.sdk] Using Databricks Metadata Service authentication
05:42 INFO [databricks.sdk] Using Databricks Metadata Service authentication
05:42 INFO [databricks.labs.pytester.fixtures.iam] Workspace group sdk-23yv-ra78b3629b: https://DATABRICKS_HOST#setting/accounts/groups/489947827953248
05:42 INFO [databricks.labs.pytester.fixtures.iam] Account group sdk-94bu-ra78b3629b: https://accounts.CLOUD_ENVdatabricks.net/users/groups/570498948514217/members
[gw7] linux -- Python 3.10.16 /home/runner/work/ucx/ucx/.venv/bin/python
05:42 INFO [databricks.sdk] Using Databricks Metadata Service authentication
05:42 INFO [databricks.sdk] Using Databricks Metadata Service authentication
05:42 INFO [databricks.labs.pytester.fixtures.iam] Workspace group sdk-23yv-ra78b3629b: https://DATABRICKS_HOST#setting/accounts/groups/489947827953248
05:42 INFO [databricks.labs.pytester.fixtures.iam] Account group sdk-94bu-ra78b3629b: https://accounts.CLOUD_ENVdatabricks.net/users/groups/570498948514217/members
05:42 INFO [databricks.sdk] Using Databricks Metadata Service authentication
05:42 INFO [databricks.sdk] Using Databricks Metadata Service authentication
05:42 INFO [databricks.labs.pytester.fixtures.iam] Workspace group sdk-23yv-ra78b3629b: https://DATABRICKS_HOST#setting/accounts/groups/489947827953248
05:42 INFO [databricks.labs.pytester.fixtures.iam] Account group sdk-94bu-ra78b3629b: https://accounts.CLOUD_ENVdatabricks.net/users/groups/570498948514217/members
[gw7] linux -- Python 3.10.16 /home/runner/work/ucx/ucx/.venv/bin/python

Running from nightly #408

@JCZuurmond
Copy link
Member

Fix comes from databrickslabs/pytester#106

Copy link
Author

❌ test_endpoints[False]: TimeoutError: Timed out after 0:03:00 (3m10.822s)
TimeoutError: Timed out after 0:03:00
05:42 INFO [databricks.sdk] Using Databricks Metadata Service authentication
05:42 INFO [databricks.sdk] Using Databricks Metadata Service authentication
05:42 INFO [databricks.labs.pytester.fixtures.iam] Workspace group sdk-D59G-ra78b362ff: https://DATABRICKS_HOST#setting/accounts/groups/173823737601265
05:42 INFO [databricks.labs.pytester.fixtures.iam] Account group sdk-3J9U-ra78b362ff: https://accounts.CLOUD_ENVdatabricks.net/users/groups/839446079586965/members
[gw6] linux -- Python 3.10.16 /home/runner/work/ucx/ucx/.venv/bin/python
05:42 INFO [databricks.sdk] Using Databricks Metadata Service authentication
05:42 INFO [databricks.sdk] Using Databricks Metadata Service authentication
05:42 INFO [databricks.labs.pytester.fixtures.iam] Workspace group sdk-D59G-ra78b362ff: https://DATABRICKS_HOST#setting/accounts/groups/173823737601265
05:42 INFO [databricks.labs.pytester.fixtures.iam] Account group sdk-3J9U-ra78b362ff: https://accounts.CLOUD_ENVdatabricks.net/users/groups/839446079586965/members
05:42 INFO [databricks.sdk] Using Databricks Metadata Service authentication
05:42 INFO [databricks.sdk] Using Databricks Metadata Service authentication
05:42 INFO [databricks.labs.pytester.fixtures.iam] Workspace group sdk-D59G-ra78b362ff: https://DATABRICKS_HOST#setting/accounts/groups/173823737601265
05:42 INFO [databricks.labs.pytester.fixtures.iam] Account group sdk-3J9U-ra78b362ff: https://accounts.CLOUD_ENVdatabricks.net/users/groups/839446079586965/members
[gw6] linux -- Python 3.10.16 /home/runner/work/ucx/ucx/.venv/bin/python

Running from nightly #409

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream these issues are caused by upstream dependencies
Projects
Status: In Progress
Development

No branches or pull requests

1 participant