goharbor / acceleration-service

Provides a general service to support image acceleration based on kinds of accelerator like Nydus and eStargz etc.
Apache License 2.0
77 stars 27 forks source link

gha: add concurrent test #173

Closed Desiki-high closed 1 year ago

Desiki-high commented 1 year ago

Add concurrent test for converting images.

Ref: #174

Desiki-high commented 1 year ago

Please don't merge until other pr fixes the error when working in concurrent.

imeoer commented 1 year ago

It seems still have a concurrent race issue in this test after merging https://github.com/goharbor/acceleration-service/pull/172 and retired the test.

Desiki-high commented 1 year ago

It seems still have a concurrent race issue in this test after merging #172 and retired the test.

Yes, gc still clears blobs which will be used by converting tasks, I will try other ways to fix it. Keep this pr unmerged.

Desiki-high commented 1 year ago

Since https://github.com/goharbor/acceleration-service/pull/175 was merged,this pr works well now.