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

IPFS Integration test is not stable #779

Closed
Xuanwo opened this issue Oct 1, 2022 · 0 comments · Fixed by #780
Closed

IPFS Integration test is not stable #779

Xuanwo opened this issue Oct 1, 2022 · 0 comments · Fixed by #780

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Oct 1, 2022

[2022-10-01T06:56:44Z ERROR opendal::services] service=ipfs operation=stat path=c14e3dcc-83ce-49f6-9d9b-1edb94b5dcec -> failed: Custom { kind: Other, error: ObjectError { op: Stat, path: "c14e3dcc-83ce-49f6-9d9b-1edb94b5dcec", source: status code: 408, headers: {"content-type": "text/plain; charset=utf-8", "x-content-type-options": "nosniff", "date": "Sat, 01 Oct 2022 06:56:44 GMT", "content-length": "133"}, body: "" } }
thread 'services_ipfs_read::test_stat_not_exist' panicked at 'assertion failed: `(left == right)`
  left: `Other`,
test services_ipfs_read::test_stat_not_exist ... FAILED
 right: `NotFound`', tests/behavior/read_only.rs:129:5
stack backtrace:
[2022-10-01T06:32:44Z ERROR opendal::services] service=ipfs operation=read path=ontime.csv.gz offset=Some(0) size=None -> failed: Custom { kind: Other, error: ObjectError { op: Read, path: "ontime.csv.gz", source: status code: 408, headers: {"content-type": "text/plain; charset=utf-8", "x-content-type-options": "nosniff", "date": "Sat, 01 Oct 2022 06:32:44 GMT", "content-length": "110"}, body: "ipfs resolve -r /ipfs/QmPpCt1aYGb9JWJRmXRUnmJtVgeFFTJGzWFYEEX7bo9zGJ/ontime.csv.gz: context deadline exceeded\n" } }
Error: Custom { kind: Other, error: ObjectError { op: Read, path: "ontime.csv.gz", source: status code: 408, headers: {"content-type": "text/plain; charset=utf-8", "x-content-type-options": "nosniff", "date": "Sat, 01 Oct 2022 06:32:44 GMT", "content-length": "110"}, body: "ipfs resolve -r /ipfs/QmPpCt1aYGb9JWJRmXRUnmJtVgeFFTJGzWFYEEX7bo9zGJ/ontime.csv.gz: context deadline exceeded\n" } }
test services_ipfs_read::test_read_decompress_gzip ... FAILED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant