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

Conformance test issue -- GET request to blob URL from prior request should yield 200 #11947

Closed
wy65701436 opened this issue May 15, 2020 · 2 comments
Assignees

Comments

@wy65701436
Copy link
Contributor

wy65701436 commented May 15, 2020

This issue is a sub-task of the OCI Conformance testing epic (#11943)

~~~ REQUEST ~~~
GET  /v2/conformance/testrepo/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b  HTTP/1.1
HOST   : ******
HEADERS:
	Authorization: Bearer *****
	User-Agent: distribution-spec-conformance-tests
BODY   :
***** NO CONTENT *****
------------------------------------------------------------------------------
~~~ RESPONSE ~~~
STATUS       : 404 Not Found
RECEIVED AT  : 2020-05-15T06:41:38.782842659Z
TIME DURATION: 11.767813ms
HEADERS      :
	Connection: keep-alive
	Content-Length: 157
	Content-Type: application/json; charset=utf-8
	Date: Fri, 15 May 2020 06:41:38 GMT
	Docker-Distribution-Api-Version: registry/2.0
	Server: nginx
	Set-Cookie: sid=be58b79125609de248efa5255ad4d2aa; Path=/; HttpOnly
	X-Request-Id: 1da21289-6ebd-4e34-ba71-db443529234e
BODY         :
{
   "errors": [
      {
         "code": "BLOB_UNKNOWN",
         "message": "blob unknown to registry",
         "detail": "sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b"
      }
   ]
}

Expected
: 404
to equal
: 200

@reasonerjt
Copy link
Contributor

This is due to failure by #11946

@stale
Copy link

stale bot commented Nov 25, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale label Nov 25, 2020
@stale stale bot closed this as completed Dec 19, 2020
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

4 participants