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

Pinning Service Compliance failures: nft.storage #102

Closed
6 tasks done
SgtPooki opened this issue Jun 16, 2022 · 2 comments
Closed
6 tasks done

Pinning Service Compliance failures: nft.storage #102

SgtPooki opened this issue Jun 16, 2022 · 2 comments
Assignees

Comments

@SgtPooki
Copy link
Member

SgtPooki commented Jun 16, 2022

@SgtPooki
Copy link
Member Author

SgtPooki commented Jun 16, 2022

All failures from https://github.com/ipfs-shipyard/pinning-service-compliance/blob/d3b4334971faf4488d53025dd3714cc5bc541842/nft.storage.md?plain=1

Request with no authentication token
Request with invalid token
Pins post of CID 'baeaaadbsga3symjxha4dcnzrgq'
List pin objects (GET /pins) in all states
Pagination: Get all pins, create new pins (optional), get first and second pages
Can delete all pins

Request with no authentication token - ❌ FAILED

❌ Response object matches api spec schema (failure)
❌ Returns a 403 (failure)

Request with invalid token - ❌ FAILED

❌ Response object matches api spec schema (failure)
❌ Returns a 403 (failure)

Pins post of CID 'baeaaadbsga3symjxha4dcnzrgq' - ❌ FAILED

❌ Response object matches api spec schema (failure)

List pin objects (GET /pins) in all states - ❌ FAILED

❌ Response object matches api spec schema (failure)

Pagination: First page of pins - ❌ FAILED

❌ Count is greater than or equal to 15 (failure)
❌ Count is greater than the number of pins returned (failure)

Pagination: Retrieve the next page of pins - ❌ FAILED

❌ The next page of pins doesn't contain any of previous pages pins (failure)

Pagination: Get all pins, create new pins (optional), get first and second pages - ❌ FAILED

❌ Count is greater than or equal to 15 (failure)
❌ Count is greater than the number of pins returned (failure)
❌ The next page of pins doesn't contain any of previous pages pins (failure)

Call pinsGet after deletions - ❌ FAILED

❌ Final pinsGet call returns a count of zero (failure)

Can delete all pins - ❌ FAILED

❌ Final pinsGet call returns a count of zero (failure)

@SgtPooki
Copy link
Member Author

Closed in favor of #125 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant