Commit 5a59d9a
committed
test(rds): address review findings for query handler tests
Drop mock-maker-subclass config that broke InitializationHooksRunnerTest
(Mockito inline mock-maker is the correct default for Java 25 final class
mocking). Fix unknownEngine test to verify the realistic error path:
handler defaults version to "1.0" for unknown engines, service rejects
with InvalidParameterValue, handler wraps into 400 query error.
Full suite 1842/0 green (clean build).1 parent 1af8fc4 commit 5a59d9a
2 files changed
Lines changed: 10 additions & 7 deletions
File tree
- src/test
- java/io/github/hectorvent/floci/services/rds
- resources/mockito-extensions
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
163 | 164 | | |
164 | 165 | | |
165 | 166 | | |
166 | | - | |
167 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
168 | 171 | | |
169 | 172 | | |
170 | 173 | | |
171 | | - | |
| 174 | + | |
| 175 | + | |
172 | 176 | | |
173 | 177 | | |
174 | 178 | | |
175 | 179 | | |
176 | | - | |
| 180 | + | |
177 | 181 | | |
178 | | - | |
179 | | - | |
| 182 | + | |
| 183 | + | |
180 | 184 | | |
181 | 185 | | |
182 | 186 | | |
| |||
Lines changed: 0 additions & 1 deletion
This file was deleted.
0 commit comments