Xuanwo commented on PR #6683:
URL: https://github.com/apache/opendal/pull/6683#issuecomment-3415997963
Hitting errors like:
```shell
---- behavior::test_write_only ----
Unexpected (persistent) at write, context: { service: gdrive, path:
2598aedf-0a47-4feb-9509-0e2be776fae1 } => deserialize json, source: missing
field `modifiedTime` at line 8 column 5
---- behavior::test_write_with_special_chars ----
Unexpected (persistent) at write, context: { service: gdrive, path:
6123d42b-5265-4ec7-874b-53167d218067 !@#$%^&()_+-=;',.txt } => deserialize
json, source: missing field `modifiedTime` at line 8 column 5
---- behavior::test_write_returns_metadata ----
Unexpected (persistent) at write, context: { service: gdrive, path:
906b4dbb-08fb-4047-a859-ebb5bfcbb34f } => deserialize json, source: missing
field `modifiedTime` at line 8 column 5
---- behavior::test_writer_write_with_overwrite ----
Unexpected (persistent) at write, context: { service: gdrive, path:
68b61cb3-9ec0-4c79-9694-83b56d38e9ea } => deserialize json, source: missing
field `modifiedTime` at line 8 column 5
---- behavior::test_writer_abort ----
test panicked: assertion `left == right` failed
left: Unexpected
right: Unsupported
---- behavior::test_writer_abort_with_concurrent ----
test panicked: assertion `left == right` failed
left: Unexpected
right: Unsupported
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]