Closed Desiki-high closed 1 year ago
Please don't merge until other pr fixes the error when working in concurrent.
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.
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.
Since https://github.com/goharbor/acceleration-service/pull/175 was merged,this pr works well now.
Add concurrent test for converting images.
Ref: #174