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

chore: enable unit tests (up to source-c...) #46301

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

aaronsteers
Copy link
Collaborator

@aaronsteers aaronsteers commented Oct 1, 2024

What

A brute-force audit of skipped unitTests. Currently covers all destinations and all sources up to the letter "c".

Action plan:

  • For any connectors which can pass unit tests, we'll keep enabled and merge without bumping the connector.
  • For any connectors which cannot pass unit tests, we'll merge with a note why they are disabled.

Other notes:

  • Some of these had unitTests just not declared.
  • Some had comments that unitTests were disabled to get around test coverage failures.
  • Some had the entire test suite declaration commented out, with explicit note that acceptance tests were failing - but no comment about whether unit tests were working or expected to fail.

How

Review guide

User Impact

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

Copy link

vercel bot commented Oct 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Oct 3, 2024 2:42pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment