v2 - implement tests for routing issues #2081
Labels
priority:p1
High priority but not blocking. Causes major but not critical loss of functionality SLA <=7days
type:bug
A broken experience
In #2041 and #2042 I've fixed issues where due to the layering of the serialization code, a V2 serialization method ended up calling a v3 serialization method when it shouldn't have.
We should implement use tests controlling for that with spies where we effectively:
We should probably implement the other way around (v3 doesn't call v2) and deserialization tests as well
The text was updated successfully, but these errors were encountered: