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

[source-mongo] : Adopt CDK 0.28.0 #36837

Merged
merged 2 commits into from
Apr 4, 2024
Merged

[source-mongo] : Adopt CDK 0.28.0 #36837

merged 2 commits into from
Apr 4, 2024

Conversation

akashkulk
Copy link
Contributor

@akashkulk akashkulk commented Apr 4, 2024

This PR brings source-mongo to version 0.28.0 (last Java version) and fixes some test regressions :

  1. Regression introduced in 0.23.13, PR : minor changes to the java CDK test code #35774:
    DefaultAirbyteSource no longer throws a TestHarnessException, so we can actually check for error trace messages in the integration test.
  2. Regression introduced in 0.23.15, PR : java-CDK fixes to the Junit interceptor #35827
    Default timeout for all tests was reduced from 5m -> 1m. This PR increases it to 2m since tests are timing out
  3. Regression introduced in 0.23.20, PR : configure debezium to correctly convert column with default value whe… #36011
    New CDC property was introduced, fixing tests to reflect this

Copy link

vercel bot commented Apr 4, 2024

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 Apr 4, 2024 10:35pm

@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Apr 4, 2024
@akashkulk akashkulk requested a review from rodireich April 4, 2024 22:35
@akashkulk akashkulk marked this pull request as ready for review April 4, 2024 22:36
@akashkulk akashkulk requested a review from a team as a code owner April 4, 2024 22:36
@@ -0,0 +1 @@
JunitMethodExecutionTimeout=2 m
Copy link
Contributor

Choose a reason for hiding this comment

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

something was failing with default I guess?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah the default of 1m wasn't enough. See the notes in the PR description for when the regression was introduced. TLDR at some point the defaults went from 5m -> 1m in the cdk w/out testing on other connectors

@akashkulk akashkulk merged commit deb47ab into master Apr 4, 2024
36 checks passed
@akashkulk akashkulk deleted the akash/mongo-debugging branch April 4, 2024 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/source/mongodb-v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants