Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easier to work with schema extraction in acceptance tests #273

Open
hariso opened this issue Feb 19, 2025 · 0 comments
Open

Make it easier to work with schema extraction in acceptance tests #273

hariso opened this issue Feb 19, 2025 · 0 comments
Labels
feature New feature or request
Milestone

Comments

@hariso
Copy link
Contributor

hariso commented Feb 19, 2025

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:

  1. Disable schema extraction
  2. Return Avro-encoded records from GenerateRecords (this is a bit cumbersome)

We should make it easier to work with schema extraction in acceptance tests.

@hariso hariso added feature New feature or request triage Needs to be triaged labels Feb 19, 2025
@hariso hariso added this to the Next milestone Feb 19, 2025
@hariso hariso removed the status in Conduit Main Feb 19, 2025
@hariso hariso removed the triage Needs to be triaged label Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant