You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, one of the more common bugs we have experienced is successfully processing <kind>.avpr, config.toml and state.toml using fastavro. This is especially relevant when dealing with complex named data types defined by individual daemons.
We should refactor yaqd-core internals to make it easy to run this processing outside of daemon instantiation. We can then write unit tests which verify that processing works properly and ensure that this type of bug never hits us again in production.
The text was updated successfully, but these errors were encountered:
Unfortunately, one of the more common bugs we have experienced is successfully processing
<kind>.avpr
,config.toml
andstate.toml
using fastavro. This is especially relevant when dealing with complex named data types defined by individual daemons.We should refactor yaqd-core internals to make it easy to run this processing outside of daemon instantiation. We can then write unit tests which verify that processing works properly and ensure that this type of bug never hits us again in production.
The text was updated successfully, but these errors were encountered: