Commit 719d556
committed
test(codegen): generalize ceiling failure message
The message renders for any fixture in the ceilings list, which spans
all five protocols, but it named the JSON protocol's per-operation
error-code mapper as an expected lambda. That was misleading when a
query or xml fixture is the one that regressed, and it also placed
the mapper under expected per-client lambdas when the mapper is
per-operation. Drop the sentence; the actionable half of it, to hoist
a per-operation construct into a shared helper, is kept.
Correct the cost of one per-operation lambda from ~6 pool entries per
operation to roughly 5, which is the measured figure.1 parent d162949 commit 719d556
1 file changed
Lines changed: 4 additions & 6 deletions
File tree
- codegen/src/test/java/software/amazon/awssdk/codegen/poet/client
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
87 | 85 | | |
88 | 86 | | |
89 | 87 | | |
| |||
0 commit comments