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
In the acceptance tests, we have a GenerateRecords method that lets a developer specify which records should be generated by a source. These records are what the acceptance tests will expect.
However, if schema extraction is enabled, the actual records returned by a source in an acceptance test will differ. Currently, there are 2 options:
Disable schema extraction
Return Avro-encoded records from GenerateRecords (this is a bit cumbersome)
We should make it easier to work with schema extraction in acceptance tests.
The text was updated successfully, but these errors were encountered:
Feature description
In the acceptance tests, we have a
GenerateRecords
method that lets a developer specify which records should be generated by a source. These records are what the acceptance tests will expect.However, if schema extraction is enabled, the actual records returned by a source in an acceptance test will differ. Currently, there are 2 options:
GenerateRecords
(this is a bit cumbersome)We should make it easier to work with schema extraction in acceptance tests.
The text was updated successfully, but these errors were encountered: