eclipse-equinox / p2

Eclipse Public License 2.0
14 stars 40 forks source link

Ignore the UnsupportedOperationException in case of descriptor removal #472

Closed laeubi closed 6 months ago

laeubi commented 6 months ago

If removal of the errornous descriptor failed this can have different reasons:

1) it was never added because the target is not capable of downloading 2) the repository does not support removal of descriptors 3) some bug in the implementation

in any case we want to report the original error an not an error that says we can't remove the descriptor.

github-actions[bot] commented 6 months ago

Test Results

    9 files  ±0      9 suites  ±0   29m 9s :stopwatch: - 4m 14s 2 183 tests ±0  2 179 :white_check_mark: ±0   4 :zzz: ±0  0 :x: ±0  6 639 runs  ±0  6 628 :white_check_mark: ±0  11 :zzz: ±0  0 :x: ±0 

Results for commit 10a5c9a8. ± Comparison against base commit 57ecc5a0.

laeubi commented 6 months ago

+1 form me as PL for RC1 thus merging