You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When refreshing the test data (including data roller), the updated dates only appear in a newly inserted nested resource element within the original resource.
compare the content with the initial content of step 2
find that the dates in the relevant elements haven't changed, but a new nested duplicated resource has been inserted, with changed dates
Expected behavior
The data roller updates dates directly in the relevant elements of the resource, and the nested resource duplication does not happen.
Additional context
Found as part of the Opioid IG project, mentioned as "duplication bug" here and here
The text was updated successfully, but these errors were encountered:
alackerbauer
changed the title
New Prefetch format duplicated entire resource
Running the data roller in 2.4.0 duplicates the entire resource
May 3, 2023
alackerbauer
changed the title
Running the data roller in 2.4.0 duplicates the entire resource
Running the data roller in 2.4.0 with prefetch items duplicates the entire resource
May 3, 2023
* #438 fix changed cardinality of category that causes warinings (stu3 vs r4)
* Cleaned up code - added pretty print default for IOUtils - added test case without prefetch and missing item in prefetch (now adding missing items with null values when not present)
---------
Co-authored-by: Anna <[email protected]>
Co-authored-by: c-schuler <[email protected]>
Describe the bug
When refreshing the test data (including data roller), the updated dates only appear in a newly inserted nested resource element within the original resource.
To Reproduce
Steps to reproduce the behavior:
sh _updateCQFTooling.sh
to make sure you are executing the following steps on the defined tooling version 2.4.0sh _updateTestData.sh
to execute the data roller functionalityExpected behavior
The data roller updates dates directly in the relevant elements of the resource, and the nested resource duplication does not happen.
Additional context
Found as part of the Opioid IG project, mentioned as "duplication bug" here and here
The text was updated successfully, but these errors were encountered: