-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Bmoric/add non cdc partial reset acceptance test #14764
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
Conversation
This reverts commit 164d7da05990268b09e315eb88ff297d3a9f52f4.
…-non-cdc-partial-reset-acceptance-test
@@ -388,7 +388,6 @@ public WebBackendConnectionRead webBackendUpdateConnectionNew(final WebBackendCo | |||
final ConfiguredAirbyteCatalog existingConfiguredCatalog = | |||
configRepository.getConfiguredCatalogForConnection(connectionId); | |||
ConnectionRead connectionRead; | |||
connectionRead = connectionsHandler.updateConnection(connectionUpdate); |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
…-non-cdc-partial-reset-acceptance-test
…-non-cdc-partial-reset-acceptance-test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What
Add a new test that test the different updates operations.
How
This is adding a single test that will:
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
andCdcAcceptanceTest