Better handling of schema panic on error #455
Labels
enhancement
New feature or request
subsystem/tests
Issues and feature requests related to the testing framework.
This is a follow-on to #451
We may be able to plumb a
testing.T
down to theResourceData
(perhaps viacontext.Context
) and a gRPC interceptor or something. If it were available, instead of apanic
the SDK could simplyt.Errorf
but continue execution.Considering time and cost of acc test runs, this would probably be a more user friendly approach.
The text was updated successfully, but these errors were encountered: