Commit 9b7c558
committed
fix: simplify testRemoveObjects and use Exception in removeObjects
Address review feedback on PR #1700:
- Use Exception instead of IOException in removeObjects() helper
for consistency with the rest of the test class.
- Remove the finally/succeeded retry in testRemoveObjects() now that
removeObjects() retries transient failures internally; drops the
associated DE_MIGHT_IGNORE SpotBugs suppression.1 parent 246c1a6 commit 9b7c558
1 file changed
Lines changed: 2 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
| |||
1059 | 1058 | | |
1060 | 1059 | | |
1061 | 1060 | | |
1062 | | - | |
| 1061 | + | |
1063 | 1062 | | |
1064 | 1063 | | |
1065 | 1064 | | |
| |||
1074 | 1073 | | |
1075 | 1074 | | |
1076 | 1075 | | |
1077 | | - | |
| 1076 | + | |
1078 | 1077 | | |
1079 | 1078 | | |
1080 | 1079 | | |
| |||
1223 | 1222 | | |
1224 | 1223 | | |
1225 | 1224 | | |
1226 | | - | |
1227 | | - | |
1228 | | - | |
1229 | | - | |
1230 | 1225 | | |
1231 | 1226 | | |
1232 | 1227 | | |
1233 | 1228 | | |
1234 | | - | |
1235 | 1229 | | |
1236 | 1230 | | |
1237 | 1231 | | |
1238 | | - | |
1239 | 1232 | | |
1240 | 1233 | | |
1241 | | - | |
1242 | | - | |
1243 | | - | |
1244 | | - | |
1245 | | - | |
1246 | | - | |
1247 | | - | |
1248 | | - | |
1249 | 1234 | | |
1250 | 1235 | | |
1251 | 1236 | | |
| |||
0 commit comments