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 -- Teardown Delete created manifest & associated tags #20015

Closed
MinerYang opened this issue Feb 22, 2024 · 2 comments
Closed

Comments

@MinerYang
Copy link
Contributor

MinerYang commented Feb 22, 2024

DEBUG 
==============================================================================
~~~ REQUEST ~~~
DELETE  /v2/conformance/testrepo/manifests/tagtest0  HTTP/1.1
HOST   : 10.202.250.166
HEADERS:
	Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IlUzWFo6S0lCUjpISkdKOktHSUk6NVVLQTpQRFZFOk9BSFE6WjVLNjpYSERHOkRMNVE6WlRFVjo3TVVMIiwidHlwIjoiSldUIn0.eyJpc3MiOiJoYXJib3ItdG9rZW4taXNzdWVyIiwic3ViIjoiYWRtaW4iLCJhdWQiOiJoYXJib3ItcmVnaXN0cnkiLCJleHAiOjE3MTAwODY0MjUsIm5iZiI6MTcxMDA4NDYyNSwiaWF0IjoxNzEwMDg0NjI1LCJqdGkiOiJueEU1Tm9zekhXa3JPZmhPIiwiYWNjZXNzIjpbeyJ0eXBlIjoicmVwb3NpdG9yeSIsIm5hbWUiOiJjb25mb3JtYW5jZS90ZXN0cmVwbyIsImFjdGlvbnMiOlsicHVsbCIsInB1c2giLCJkZWxldGUiXX1dfQ.Wc1ESQPLnFGESMA8iS5gDyOmEX5WHz2E8Xf-M_mJJI2Dt6JHAdDp4Rh3iSzOZKpYX4_LT4uEgBhHA4_c1Y4v4ulb58_e4nkSEGK5p7mRyxgW7_OlcLAx_wGdTxhf9DreXZcR4MYQQKowccRA4nA632L2Q66nsk-WhbwbyreqS5D3nR6d2aDkOGYZnkdquFvjAW-xnjqJW0t8FA5GFn4THPCmd0h82iBK6MBl6rMvUT4aggXzTLWKHFnSrm0GO6BJg7Rvz_I_1AcARY-VFoOYKV9g1ZhnxjkxCqGcTfHoVi_bZuGj7NSMU5818mJffLZVhAfMe9YlIZXq_U51tbRO5KaOusqJDGcHKk8Fyb7bx5RxMEVmK5NGd0QFjVNWI0zt8HhKpVdXSbYCM-qLS7V8r2AEvbrR1ENQXAMWopXjVeAEfXu5c5XjiQCyvYoTKMg42uXpdhPRQo8XIEhbdo_dhz66XTZAAkDu937V7aWcUHHFXB658J9PNe4nfYLyyVYZqp0ZzawWzXQUirsu1YjB_zzTqj9QMmilGKFip-3Bkp-QNNvIYeqYG9YIfQyv0IXXiBxuKape45eBmnuxwrJIzLH1i67kuSq4UaVp24nIjwgTo7rjQ4u1V2JkP1zAG6cqU7A7AOADTnse8BhISKB32FFCJbn1gDaQFgeW0MnWPfE
	User-Agent: distribution-spec-conformance-tests
BODY   :
***** NO CONTENT *****
------------------------------------------------------------------------------
~~~ RESPONSE ~~~
STATUS       : 400 Bad Request
PROTO        : HTTP/1.1
RECEIVED AT  : 2024-03-10T15:30:25.382738659Z
TIME DURATION: 3.631821ms
HEADERS      :
	Connection: keep-alive
	Content-Length: 108
	Content-Type: application/json; charset=utf-8
	Date: Sun, 10 Mar 2024 15:30:25 GMT
	Server: nginx
	Set-Cookie: sid=460880ea01337523d724fb828f632b4f; Path=/; HttpOnly
	X-Request-Id: f31597b6-84e5-487f-9882-a90e157d8915
BODY         :
{
   "errors": [
      {
         "code": "UNSUPPORTED",
         "message": "unsupported digest tagtest0: invalid checksum digest format"
      }
   ]
}

Expected
: 400
To satisfy at least one of these matchers: [%!s(*matchers.AndMatcher=&{[0xc000593950 0xc000593980] 0xc000593980}) %!s(*matchers.EqualMatcher=&{405}) %!s(*matchers.EqualMatcher=&{404})]

@MinerYang
Copy link
Contributor Author

upstream open-issue
opencontainers/distribution-spec#524

@MinerYang
Copy link
Contributor Author

issue has been fixed upstream in main branch. We will ignore the testcase failure for v1.1.0 accordingly.

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