Skip to content

Commit

Permalink
Fix the migration of recomputation tasks
Browse files Browse the repository at this point in the history
The default for objects being processed is different for "old" and
"new" style: UserType vs FocusType. The migrated tasks are fixed now
with this respect. This makes TestRecomputeTask working again.
  • Loading branch information
mederly committed Jul 5, 2023
1 parent 63b359f commit ae0dfae
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<work>
<recomputation>
<objects>
<type>UserType</type>
<query>
<q:filter>
<q:equal>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<work>
<recomputation>
<objects>
<type>UserType</type>
<query>
<q:filter>
<q:equal>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<activity>
<work>
<recomputation>
<objects>
<type>UserType</type>
</objects>
<executionOptions>
<reconcileFocus>true</reconcileFocus>
<partialProcessing>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
<executionState>runnable</executionState>
<activity>
<work>
<recomputation/>
<recomputation>
<objects>
<type>UserType</type>
</objects>
</recomputation>
</work>
</activity>
</task>

0 comments on commit ae0dfae

Please sign in to comment.