-
Notifications
You must be signed in to change notification settings - Fork 122
Automated Integration Test Goldens Update from CI #6106
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
Changes from 3 commits
cef350a
7e90631
14f3174
3da27b7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,6 @@ | ||
| { | ||
| "childEntityType": "State", | ||
| "classifications": [ | ||
| { | ||
| "quantity": { | ||
| "idx": 0, | ||
| "qval": { | ||
| "cmp": "GE", | ||
| "val": 2.2250738585072014e-308 | ||
| } | ||
| }, | ||
| "type": 3 | ||
| }, | ||
|
Comment on lines
-4
to
-13
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @shixiao-coder is this the change you said should be reverted? I'm a little confused because the value is effectively 0 anyway.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes, we can revert this. I believe the diff is text diff instead of value diff and causing this to show up in the failure |
||
| { | ||
| "ranking_type": [ | ||
| 1 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,68 +1,15 @@ | ||
| { | ||
| "client": "test_detect-and-fulfill", | ||
| "config": { | ||
| "categories": [ | ||
| { | ||
| "blocks": [ | ||
| { | ||
| "columns": [ | ||
| { | ||
| "tiles": [ | ||
| { | ||
| "answerTableTileSpec": { | ||
| "columns": [ | ||
| { | ||
| "header": "Has Genomic Coordinates", | ||
| "propertyExpr": "->hasGenomicCoordinates" | ||
| } | ||
| ] | ||
| }, | ||
| "entities": [ | ||
| "bio/ncbi_109457387", | ||
| "bio/ncbi_421941" | ||
| ], | ||
| "title": "The Has Genomic Coordinates for PQLC3 are as follows:", | ||
| "type": "ANSWER_TABLE" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| "config": {}, | ||
| "context": {}, | ||
| "debug": {}, | ||
| "entities": [ | ||
| { | ||
| "dcid": "bio/ncbi_109457387", | ||
| "name": "PQLC3", | ||
| "type": "" | ||
| }, | ||
| { | ||
| "dcid": "bio/ncbi_421941", | ||
| "name": "PQLC3", | ||
| "type": "" | ||
| } | ||
| ], | ||
| "pastSourceContext": "", | ||
| "place": {}, | ||
| "placeFallback": {}, | ||
| "placeSource": "UNKNOWN", | ||
| "places": [], | ||
| "relatedThings": { | ||
| "childPlaces": {}, | ||
| "childTopics": [], | ||
| "exploreMore": {}, | ||
| "mainTopics": [], | ||
| "parentPlaces": [], | ||
| "parentTopics": [], | ||
| "peerPlaces": [], | ||
| "peerTopics": [] | ||
| "failure": "Sorry, could not complete your request. No entity found in the query.", | ||
| "place": { | ||
| "dcid": "", | ||
| "name": "", | ||
| "place_type": "" | ||
| }, | ||
| "svSource": "UNKNOWN", | ||
| "userMessages": [ | ||
| "See relevant information based on the previous query." | ||
| "Sorry, could not complete your request. No entity found in the query." | ||
| ] | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shixiao-coder In order to get NL tests to pass, I'm seeing I need to remove this test -- we've removed the bio BT tables, so I think this is the right change to make.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, agreed