test client crashes if an exception with more than one argument is raised
In case the exception instance accept more than one positional parameter to instantiate, the test client is failing to re-raise it.
Change History
(12)
| Summary: |
test client failed to expose Exceptions that requires more than one positional parameter → test client fail to expose Exceptions that require more than one positional parameter
|
| Type: |
Uncategorized → Bug
|
| Cc: |
Claude Paroz added
|
| Triage Stage: |
Unreviewed → Accepted
|
| Easy pickings: |
unset
|
| Patch needs improvement: |
set
|
| Patch needs improvement: |
unset
|
| Summary: |
test client fail to expose Exceptions that require more than one positional parameter → test client crashes if an exception with more than one argument is raised
|
| Triage Stage: |
Accepted → Ready for checkin
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
Regression introduced by 6e55e1d88a5c4453e25f0caf7ffb68973de5c0ba (refs #23919). It looks like there might be other instances that require adjustments
Do you think you could handle these as well? Also it looks like there's a lot of boilerplate involved to perform the re-reraise. Claude, do you have a better idea of how these should be handled?