Skip to content

mock integration test: reenable CDC test cases #59705

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

Merged
merged 3 commits into from
May 7, 2025

Conversation

edgao
Copy link
Contributor

@edgao edgao commented May 7, 2025

closes https://github.com/airbytehq/airbyte-internal-issues/issues/12571

  • switch to the new interface (i.e. use a DirectLoader)
  • this allows us to use the ByPKPartitioner
  • which fixes our CDC deletions implementation

@edgao edgao requested a review from a team as a code owner May 7, 2025 15:34
Copy link

vercel bot commented May 7, 2025

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

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2025 3:47pm

// that causes the test to fail. This would not be an issue
// in a real sync, because we would always either get more
// data or an end-of-stream that would force a final flush.
runBlocking { delay(100L) }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied this from the old impl - it's still true; removing the delay causes some tests to hang

@edgao edgao merged commit 4602dbb into master May 7, 2025
29 checks passed
@edgao edgao deleted the edgao/mock_test_uses_new_cdk_interface branch May 7, 2025 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants