gitea icon indicating copy to clipboard operation
gitea copied to clipboard

Fix upload maven pacakge parallelly

Open lunny opened this issue 1 year ago • 3 comments
trafficstars

Fix #30171

Thanks @tlusser for the test code.

This change should be replaced by an abstract lock in #31813

lunny avatar Aug 16 '24 21:08 lunny

Could this be applied to the docker image push too?

techknowlogick avatar Aug 17 '24 00:08 techknowlogick

Could this be applied to the docker image push too?

The logic can be similar but the endpoint will not be the same. So, I would like to fix them one by one.

lunny avatar Aug 17 '24 02:08 lunny

Wait for #31908?

wolfogre avatar Aug 26 '24 06:08 wolfogre

Depends on #31813

lunny avatar Aug 26 '24 18:08 lunny

The tests panic because the default lock hasn't been initialized until #31813.

wolfogre avatar Aug 30 '24 02:08 wolfogre

Hmm, it cannot be backported to v1.22 since it depends on #31813. Or we need to fix it in another way.

wolfogre avatar Sep 02 '24 06:09 wolfogre

Hmm, it cannot be backported to v1.22 since it depends on #31813. Or we need to fix it in another way.

I will use the old lock in backpor PR.

lunny avatar Sep 02 '24 07:09 lunny