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

DEVX-245 fix category syncer IT #514

Merged
merged 2 commits into from
Oct 31, 2023

Conversation

lojzatran
Copy link
Contributor

@lojzatran lojzatran commented Oct 30, 2023

JIRA: https://commercetools.atlassian.net/browse/DEVX-245

When last sync timestamp cannot be found, an exception is being thrown in SDK v2. In the SDK v1, there was empty optional returned. Therefore I had to simulate the same behaviour. However, I need to catch other exceptions and rethrow. For this I had to wrap in RuntimeException and rethrow as there was no easy way just to rethrow the exception as is.

Because of the additional wrapping into RuntimeException I had to modify some tests as well.

@codecov-commenter
Copy link

codecov-commenter commented Oct 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (sync-java-migration-v10@3910570). Click here to learn what that means.

Additional details and impacted files
@@                    Coverage Diff                     @@
##             sync-java-migration-v10     #514   +/-   ##
==========================================================
  Coverage                           ?   91.40%           
  Complexity                         ?      237           
==========================================================
  Files                              ?       24           
  Lines                              ?      861           
  Branches                           ?       39           
==========================================================
  Hits                               ?      787           
  Misses                             ?       55           
  Partials                           ?       19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lojzatran lojzatran marked this pull request as ready for review October 30, 2023 16:43
@lojzatran lojzatran requested a review from salander85 October 30, 2023 16:47
Copy link
Contributor

@salander85 salander85 left a comment

Choose a reason for hiding this comment

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

Good job!

@salander85 salander85 merged commit a1c830c into sync-java-migration-v10 Oct 31, 2023
3 checks passed
@salander85 salander85 deleted the DEVX-245_migrate_category_sync_IT branch October 31, 2023 15:23
lojzatran added a commit that referenced this pull request Nov 6, 2023
* Install sync-java-version 10 beta and change http client.

* Migrate abstract syncer (#484)

* Migrate abstract syncer, utils and tests (only compilable)

* Adjust javadoc

* Use consistent return type

* Make syncer implementation compilable (#485)

* Migrate abstract syncer, utils and tests (only compilable)

* Adjust javadoc

* Adjust signature of syncer subclasses and fix code

* Formatting

* Remove unused constant

* Comment not compilable unittests

* Migrate SyncerFactory and CliRunner (#496)

* Migrate SyncerFactory

* Migrate client utils and rename

* Migrate CliRunner

* Migrate unittests for SyncerFactory

* Migrate unittests for CLIRunner

* Cleanup test code

* Add final modifier

Co-authored-by: Lam Tran <[email protected]>

---------

Co-authored-by: Lam Tran <[email protected]>

* Approved tasks from syncer factory base (#497)

* Migrate SyncerFactory

* Migrate client utils and rename

* Migrate CliRunner

* Migrate unittests for SyncerFactory

* Migrate unittests for CLIRunner

* Cleanup test code

* DEVX-259 fix tests (#494)

* DEVX-246 migrate solution info (#491)

---------

Co-authored-by: Lam Tran <[email protected]>

* Fix spotbugs violations

* DEVX-247 migrate category syncer (#498)

* Revert "Fix spotbugs violations"

This reverts commit 31da628.

* Delete unused variable

* DEVX-248 migrate inventory sync (#499)

* Migrate SyncerFactory

* Migrate client utils and rename

* Migrate CliRunner

* Migrate unittests for SyncerFactory

* Migrate unittests for CLIRunner

* Cleanup test code

* DEVX-247 migrate category syncr

* DEVX-247 fix spotbugs

* DEVX-247 rename variable

* DEVX-247 rename variable

* DEVX-248 migrate inventory syncer

* DEVX-248 refactor category syncer test

* DEVX-248 refactor code

* DEVX-248 fix formatting

---------

Co-authored-by: salander85 <[email protected]>

* Migrate product syncer with unittests (#502)

* Migrate ITs for product syncer (#505)

* DEVX-250 migrate cart discount syncer (#504)

* DEVX-251 migrate customer syncer (#506)

* DEVX-253 migrate product type syncer (#509)

* Migrate shoppinglist syncer (#511)

* DEVX-252 migrate custom object syncer (#503)

* DEVX-252 migrate custom object syncer

* DEVX-252 disable test

* DEVX-245 fix category syncer IT (#514)

* DEVX-245 fix category syncer IT

* DEVX-245 fix formatting

* Update sync-java to newest version

* Revert "Update sync-java to newest version"

This reverts commit a278421.

* Migrate state-syncer incl. unittests (#512)

* Migrate state-syncer incl. unittests

* Make error-handling in transform consistent with other syncers

* Assert instance of method call

* Fix test

* Migrate tax category syncer (#513)

* Migrate type syncer (#515)

* Migrate type syncer

* Test type-sync fails with error callback

* Replace private method with utility method. Correct tests.

* Update sync-java to newest version (#517)

* Update sync-java to newest version

* Update http-client to newest version

* DEVX-276 add retry (#516)

* DEVX-276 add retry

* DEVX-276 update retry mechanism

* DEVX-276 fix tests

* Migrate CLI runner IT (#508)

* Update README.md

---------

Co-authored-by: Lam Tran <[email protected]>
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