Opened at 2021-11-05T06:40:02Z
Last modified at 2022-01-27T22:39:21Z
#3840 new defect
Handle unserializable arguments in log_call_deferred and tests
Reported by: | fenn-cs | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description (last modified by fenn-cs)
Decorating functions that have unserialization (not JSON serializable) arguments with the custom wrapper for eliotutil log_call_deferred would raise exceptions.
There are also no test to verify that the correct arguments are being received in both serializable and unserializable cases.
Change History (2)
comment:1 Changed at 2021-11-21T18:07:10Z by fenn-cs
- Description modified (diff)
- Summary changed from Add new test for eliotutil to Handle unserializable arguments in log_call_deferred and tests
comment:2 Changed at 2022-01-27T22:39:21Z by meejah
Note: See
TracTickets for help on using
tickets.
What sort of circumstances result in an error? Can you show an example?