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

fix: use upsert instead of update for updates to UserTaskEntity #17687

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

ralfpuchert
Copy link
Contributor

Description

  • Use upsert instead of update in update UserTaskEntity

Related issues

closes #17615

@ralfpuchert ralfpuchert requested a review from a team April 23, 2024 15:16
@github-actions github-actions bot added the component/operate Related to the Operate component/team label Apr 23, 2024
@ralfpuchert ralfpuchert marked this pull request as ready for review April 23, 2024 15:17
Copy link
Contributor

github-actions bot commented Apr 23, 2024

Operate Test Results

251 tests   - 1   250 ✅  - 1   1m 2s ⏱️ +3s
 36 suites ±0     1 💤 ±0 
 36 files   ±0     0 ❌ ±0 

Results for commit 966b9bd. ± Comparison against base commit a0608ff.

This pull request removes 1 test.
io.camunda.operate.zeebeimport.v8_6.processors.UserTaskZeebeRecordProcessorTest ‑ updatedEvent

♻️ This comment has been updated with latest results.

@matt-whiteman
Copy link
Contributor

Looks like there's some minor conflicts to resolve FYI

@ralfpuchert ralfpuchert force-pushed the operate-17615-usertask-import branch from 52fb9d0 to 4241deb Compare April 24, 2024 07:23
@ralfpuchert ralfpuchert force-pushed the operate-17615-usertask-import branch from 4241deb to 966b9bd Compare April 24, 2024 07:24
@ralfpuchert ralfpuchert added this pull request to the merge queue Apr 24, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 24, 2024
@ralfpuchert ralfpuchert added this pull request to the merge queue Apr 24, 2024
Merged via the queue into main with commit c87656a Apr 24, 2024
21 checks passed
@ralfpuchert ralfpuchert deleted the operate-17615-usertask-import branch April 24, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/operate Related to the Operate component/team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Import is blocked after some user task records are lost
2 participants