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
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": {}
The text was updated successfully, but these errors were encountered:
Description
When comparing two dictionaries with the
/diff
endpoint, if a list is reordered it reports an emptydiff
object for that fieldExpected Behaviour
This should not be reported as a difference, as the data hasn't actually changed.
Actual Behaviour
Possible Fix
Steps to Reproduce
argo-qa
environment and compare the two RC candiate dictionaryed 0.10 and 0.11"donor.menopause_status",
diff objectThe text was updated successfully, but these errors were encountered: