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

Bmoric/add non cdc partial reset acceptance test #14764

Merged
merged 26 commits into from
Jul 18, 2022

Conversation

benmoriceau
Copy link
Contributor

@benmoriceau benmoriceau commented Jul 15, 2022

What

Add a new test that test the different updates operations.

How

This is adding a single test that will:

  • Run an initial sync
  • remove a stream
  • add a stream
  • update a stream

This is done in a single test in order to avoid running the initial sync multiple times.

It is also refactoring the common functions of BasicAcceptanceTest and CdcAcceptanceTest

@github-actions github-actions bot added area/platform issues related to the platform area/worker Related to worker labels Jul 15, 2022
@benmoriceau benmoriceau temporarily deployed to more-secrets July 15, 2022 20:13 Inactive
@benmoriceau benmoriceau temporarily deployed to more-secrets July 15, 2022 22:17 Inactive
@benmoriceau benmoriceau temporarily deployed to more-secrets July 15, 2022 22:19 Inactive
@github-actions github-actions bot removed the area/worker Related to worker label Jul 15, 2022
@benmoriceau benmoriceau temporarily deployed to more-secrets July 15, 2022 23:13 Inactive
@@ -388,7 +388,6 @@ public WebBackendConnectionRead webBackendUpdateConnectionNew(final WebBackendCo
final ConfiguredAirbyteCatalog existingConfiguredCatalog =
configRepository.getConfiguredCatalogForConnection(connectionId);
ConnectionRead connectionRead;
connectionRead = connectionsHandler.updateConnection(connectionUpdate);
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this change is necessary - since we are capturing the existing configured catalog before we update the connection, it is fine to execute this call here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

reverted, I was wondering why the test were not passing it was not the root cause

@benmoriceau benmoriceau temporarily deployed to more-secrets July 18, 2022 16:19 Inactive
@benmoriceau benmoriceau temporarily deployed to more-secrets July 18, 2022 16:54 Inactive
@github-actions github-actions bot removed area/server area/platform issues related to the platform labels Jul 18, 2022
@benmoriceau benmoriceau temporarily deployed to more-secrets July 18, 2022 17:02 Inactive
@benmoriceau benmoriceau marked this pull request as ready for review July 18, 2022 17:08
Copy link
Contributor

@jdpgrailsdev jdpgrailsdev left a comment

Choose a reason for hiding this comment

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

:shipit:

@benmoriceau benmoriceau merged commit 243d2f0 into master Jul 18, 2022
@benmoriceau benmoriceau deleted the bmoric/add-non-cdc-partial-reset-acceptance-test branch July 18, 2022 20:29
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.

3 participants