test: handlers unit & integartion tests (MAPCO-8344)#31
Merged
CL-SHLOMIKONCHA merged 10 commits intoDec 23, 2025
Merged
Conversation
razbroc
requested changes
Dec 17, 2025
razbroc
left a comment
Contributor
There was a problem hiding this comment.
didn't enjoy this at all.
razbroc
reviewed
Dec 21, 2025
Contributor
CL-SHLOMIKONCHA
merged commit Dec 23, 2025
85db7d1
into
feat/ingestion-tasks-workflow
8 checks passed
CL-SHLOMIKONCHA
added a commit
that referenced
this pull request
Dec 23, 2025
* feat: support new ingestion workflow * feat: implement initial task ready logic for ingestion workflow * feat: implemented validation workflow for ingestion * feat: added procesable task logic * feat: added support for proceedable job and change is job completed logic * style: fix lint errors * chore: added info log for unprocessable job & removed irrelevant export * fix: pr comments * feat: added support for seed workflow with seed job handler * chore: fixed lint errors * chore: changed create merge tasks naming in task flow * chore: added dedicated type for isProceedable response * chore: fix lint warnings * test: handlers unit & integartion tests (MAPCO-8344) (#31) * test: added and adjust unit tests * test: added test foreach of handler * test: adjust unit test for each of the handlers * test: integration test fix * test: adjust unit & inegration for each handler * style: fixed lint errors * chore: handle task validation parameter schema & adjust tests * chore: fixed lint errors * refactor: task proceed rule implementation * style: added ignore eslint warning nullish operator * style: removed irrelevant comment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR is adjust and cover for new ingestion tasks workflow feat branch - includes unit & integration tests separated for teach handler (Ingestion, Export & Seeding)