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 existing blob with filter should yield 200 #19178

Closed
MinerYang opened this issue Aug 15, 2023 · 0 comments
Assignees
Labels

Comments

@MinerYang
Copy link
Contributor

MinerYang commented Aug 15, 2023

This issue is a sub-task of Distribution spec v1.1 phase3 epic (#19173)

~~~ REQUEST ~~~
GET  /v2/conformance/testrepo/referrers/sha256:70d552a89f51124abba639d344f80b0700197c34fbf3f26d54b944e9f21ed561?artifactType=application%2Fvnd.nhl.peanut.butter.bagel  HTTP/1.1
HOST   : 10.1.0.115
HEADERS:
	Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkZVQkY6TDZURTpNTFlZOjZLWDI6NEFZWTo1RVNQOkEzN0U6U082Uzo1WUVFOkM1Qkg6VUw2Szo3R0xLIiwidHlwIjoiSldUIn0.eyJpc3MiOiJoYXJib3ItdG9rZW4taXNzdWVyIiwic3ViIjoiYWRtaW4iLCJhdWQiOiJoYXJib3ItcmVnaXN0cnkiLCJleHAiOjE2OTE5OTU3NzYsIm5iZiI6MTY5MTk5Mzk3NiwiaWF0IjoxNjkxOTkzOTc2LCJqdGkiOiJFd1BMRXhMajF4R2VLMk1TIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJjb25mb3JtYW5jZS90ZXN0cmVwbyIsImFjdGlvbnMiOlsiZGVsZXRlIiwicHVsbCIsInB1c2giXX1dfQ.Iofvwgbfl1vETuw5mCnXapHowaCXfvXNh-7XMmK0fzsW-bOLjS8_dJjp_ARZ-plQGisDKuO_f0G2y5WPMXQb2R37NuCGSgntwfHM1jDhz_SbpdZ2KbRGtZ9T6g3Yi6_CNkwMNHDeScTvFSdDk1YId4Luig2L928yxJpJy0RsBKFTYyV2cbz04QYQEoJxStOP9GOFWTxfC3ZsLtM-xKi_Tv6c0nd7ST6e2SKI9lysYhrvt1S7jBVLZGESkOKL8h-vJHYzlfBlh_X9b7ikg8C4s_Bthi232EAp4d6FkPNvYUWD8yGje25IHKyGEgSRF0EDz-eVVedutIs_4VXVO9P4Z0gbiCKdvJ1Lu1AtuqRIT1O7X95PElB9LtatmctFbwZH7QRlyeNuEHUNLoHGB6pi-oIKEb3GlteRNUswnINew2TSjxRkoklTRvhr8gcHptDsJ0NRKFErOr0od07fOeRUV_cOdPdaHBEPaLJ-b_oO4WcNCybgDn047Yn65tJ9M_qOl5nXDFvo27InmbQdVdg7JCqefTsDePEfGVQRlbBfgi9pf59mqB-GNcdEjy5lkWKAxwDtr22OJInO9pp2FBfgeXHGkZ8E2dLOj_M0D0mkv3X6dDUfHZcCV19EG_Kpsgt4xJ6Wi9DKmrPwOS9NMWxZbsJeScxTSJZrRxmPtU-_6-Y
	User-Agent: distribution-spec-conformance-tests
BODY   :
***** NO CONTENT *****
------------------------------------------------------------------------------
~~~ RESPONSE ~~~
STATUS       : 200 OK
PROTO        : HTTP/1.1
RECEIVED AT  : 2023-08-14T06:19:36.831083516Z
TIME DURATION: 5.329836ms
HEADERS      :
	Connection: keep-alive
	Content-Length: 3
	Content-Security-Policy: frame-ancestors 'none'
	Content-Type: application/json; charset=utf-8
	Date: Mon, 14 Aug 2023 06:19:36 GMT
	Server: nginx
	Set-Cookie: sid=369daf1f85661c0bda562c1a408adefe; Path=/; HttpOnly
	Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
	X-Frame-Options: DENY
	X-Request-Id: e19068b6-a10d-4f0e-8219-d06663ebacb2
	X-Total-Count: 0
BODY         :
{}

Expected
: application/json; charset=utf-8
to equal
: application/vnd.oci.image.index.v1+json

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

No branches or pull requests

1 participant