Open
Description
Description
When comparing two dictionaries with the /diff
endpoint, if a list is reordered it reports an empty diff
object for that field
Expected Behaviour
This should not be reported as a difference, as the data hasn't actually changed.
Actual Behaviour
Possible Fix
Steps to Reproduce
- Go to
argo-qa
environment and compare the two RC candiate dictionaryed 0.10 and 0.11
curl --location --request GET 'https://lectern.qa.argo.cancercollaboratory.org/diff?name=ICGC-ARGO%20Data%20Dictionary%20RC%200.10&left=0.10&right=0.11'
- Look at the
"donor.menopause_status",
diff object - see the empty diff objcet:
"diff": {}