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_stat[DBFSPath] #177

Open
github-actions bot opened this issue Dec 3, 2024 · 0 comments
Open

Test failure: test_stat[DBFSPath] #177

github-actions bot opened this issue Dec 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@github-actions
Copy link

github-actions bot commented Dec 3, 2024

❌ test_stat[DBFSPath]: AssertionError: assert 1733200765.0 >= 1733200765.047711 (2.104s)
AssertionError: assert 1733200765.0 >= 1733200765.047711
 +  where 1733200765.0 = os.stat_result(st_mode=-1.0, st_ino=-1.0, st_dev=-1.0, st_nlink=-1.0, st_uid=-1.0, st_gid=-1.0, st_size=13, st_atime=-1.0, st_mtime=1733200765.0, st_ctime=-1.0).st_mtime
 +    where os.stat_result(st_mode=-1.0, st_ino=-1.0, st_dev=-1.0, st_nlink=-1.0, st_uid=-1.0, st_gid=-1.0, st_size=13, st_atime=-1.0, st_mtime=1733200765.0, st_ctime=-1.0) = <bound method DBFSPath.stat of DBFSPath('/Users/4106dc97-a963-48f0-a079-a578238959a6/yR3zZ8bdNUwQaRGE/a/b/c/hello.txt')>()
 +      where <bound method DBFSPath.stat of DBFSPath('/Users/4106dc97-a963-48f0-a079-a578238959a6/yR3zZ8bdNUwQaRGE/a/b/c/hello.txt')> = DBFSPath('/Users/4106dc97-a963-48f0-a079-a578238959a6/yR3zZ8bdNUwQaRGE/a/b/c/hello.txt').stat
04:39 DEBUG [databricks.sdk] Loaded from environment
04:39 DEBUG [databricks.sdk] Ignoring pat auth, because metadata-service is preferred
04:39 DEBUG [databricks.sdk] Ignoring basic auth, because metadata-service is preferred
04:39 DEBUG [databricks.sdk] Attempting to configure auth: metadata-service
04:39 INFO [databricks.sdk] Using Databricks Metadata Service authentication
[gw7] linux -- Python 3.10.15 /home/runner/work/blueprint/blueprint/.venv/bin/python
04:39 DEBUG [databricks.sdk] Loaded from environment
04:39 DEBUG [databricks.sdk] Ignoring pat auth, because metadata-service is preferred
04:39 DEBUG [databricks.sdk] Ignoring basic auth, because metadata-service is preferred
04:39 DEBUG [databricks.sdk] Attempting to configure auth: metadata-service
04:39 INFO [databricks.sdk] Using Databricks Metadata Service authentication
04:39 DEBUG [databricks.sdk] GET /api/2.0/preview/scim/v2/Me
< 200 OK
< {
<   "active": true,
<   "displayName": "labs-runtime-identity",
<   "emails": [
<     {
<       "primary": true,
<       "type": "work",
<       "value": "**REDACTED**"
<     }
<   ],
<   "entitlements": [
<     {
<       "value": "**REDACTED**"
<     },
<     "... (1 additional elements)"
<   ],
<   "externalId": "d0f9bd2c-5651-45fd-b648-12a3fc6375c4",
<   "groups": [
<     {
<       "$ref": "Groups/300667344111082",
<       "display": "labs.scope.runtime",
<       "type": "direct",
<       "value": "**REDACTED**"
<     }
<   ],
<   "id": "4643477475987733",
<   "name": {
<     "givenName": "labs-runtime-identity"
<   },
<   "schemas": [
<     "urn:ietf:params:scim:schemas:core:2.0:User",
<     "... (1 additional elements)"
<   ],
<   "userName": "4106dc97-a963-48f0-a079-a578238959a6"
< }
04:39 DEBUG [databricks.sdk] POST /api/2.0/dbfs/mkdirs
> {
>   "path": "/Users/4106dc97-a963-48f0-a079-a578238959a6/yR3zZ8bdNUwQaRGE/a/b/c"
> }
< 200 OK
< {}
04:39 DEBUG [databricks.sdk] POST /api/2.0/dbfs/create
> {
>   "overwrite": true,
>   "path": "/Users/4106dc97-a963-48f0-a079-a578238959a6/yR3zZ8bdNUwQaRGE/a/b/c/hello.txt"
> }
< 200 OK
< {
<   "handle": 2653283919416855
< }
04:39 DEBUG [databricks.sdk] POST /api/2.0/dbfs/add-block
> {
>   "data": "SGVsbG8sIFdvcmxkIQ==",
>   "handle": 2653283919416855
> }
< 200 OK
< {}
04:39 DEBUG [databricks.sdk] POST /api/2.0/dbfs/close
> {
>   "handle": 2653283919416855
> }
< 200 OK
< {}
04:39 DEBUG [databricks.sdk] GET /api/2.0/dbfs/get-status?path=/Users/4106dc97-a963-48f0-a079-a578238959a6/yR3zZ8bdNUwQaRGE/a/b/c/hello.txt
< 200 OK
< {
<   "file_size": 13,
<   "is_dir": false,
<   "modification_time": 1733200765000,
<   "path": "/Users/4106dc97-a963-48f0-a079-a578238959a6/yR3zZ8bdNUwQaRGE/a/b/c/hello.txt"
< }
04:39 DEBUG [databricks.sdk] Loaded from environment
04:39 DEBUG [databricks.sdk] Ignoring pat auth, because metadata-service is preferred
04:39 DEBUG [databricks.sdk] Ignoring basic auth, because metadata-service is preferred
04:39 DEBUG [databricks.sdk] Attempting to configure auth: metadata-service
04:39 INFO [databricks.sdk] Using Databricks Metadata Service authentication
04:39 DEBUG [databricks.sdk] GET /api/2.0/preview/scim/v2/Me
< 200 OK
< {
<   "active": true,
<   "displayName": "labs-runtime-identity",
<   "emails": [
<     {
<       "primary": true,
<       "type": "work",
<       "value": "**REDACTED**"
<     }
<   ],
<   "entitlements": [
<     {
<       "value": "**REDACTED**"
<     },
<     "... (1 additional elements)"
<   ],
<   "externalId": "d0f9bd2c-5651-45fd-b648-12a3fc6375c4",
<   "groups": [
<     {
<       "$ref": "Groups/300667344111082",
<       "display": "labs.scope.runtime",
<       "type": "direct",
<       "value": "**REDACTED**"
<     }
<   ],
<   "id": "4643477475987733",
<   "name": {
<     "givenName": "labs-runtime-identity"
<   },
<   "schemas": [
<     "urn:ietf:params:scim:schemas:core:2.0:User",
<     "... (1 additional elements)"
<   ],
<   "userName": "4106dc97-a963-48f0-a079-a578238959a6"
< }
04:39 DEBUG [databricks.sdk] POST /api/2.0/dbfs/mkdirs
> {
>   "path": "/Users/4106dc97-a963-48f0-a079-a578238959a6/yR3zZ8bdNUwQaRGE/a/b/c"
> }
< 200 OK
< {}
04:39 DEBUG [databricks.sdk] POST /api/2.0/dbfs/create
> {
>   "overwrite": true,
>   "path": "/Users/4106dc97-a963-48f0-a079-a578238959a6/yR3zZ8bdNUwQaRGE/a/b/c/hello.txt"
> }
< 200 OK
< {
<   "handle": 2653283919416855
< }
04:39 DEBUG [databricks.sdk] POST /api/2.0/dbfs/add-block
> {
>   "data": "SGVsbG8sIFdvcmxkIQ==",
>   "handle": 2653283919416855
> }
< 200 OK
< {}
04:39 DEBUG [databricks.sdk] POST /api/2.0/dbfs/close
> {
>   "handle": 2653283919416855
> }
< 200 OK
< {}
04:39 DEBUG [databricks.sdk] GET /api/2.0/dbfs/get-status?path=/Users/4106dc97-a963-48f0-a079-a578238959a6/yR3zZ8bdNUwQaRGE/a/b/c/hello.txt
< 200 OK
< {
<   "file_size": 13,
<   "is_dir": false,
<   "modification_time": 1733200765000,
<   "path": "/Users/4106dc97-a963-48f0-a079-a578238959a6/yR3zZ8bdNUwQaRGE/a/b/c/hello.txt"
< }
[gw7] linux -- Python 3.10.15 /home/runner/work/blueprint/blueprint/.venv/bin/python

Running from nightly #20

@github-actions github-actions bot added the bug Something isn't working label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

0 participants