Skip to content

Commit

Permalink
Debugging for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed Nov 18, 2023
1 parent e445712 commit ef0fc3e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/input/megaAttributeForIssue1470.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "urn:ngsi-ld:WaterSubscriptionControlTradingHouse:53704bda-dced-4f1c-9d2f-4c766637198b",
{
"id": "urn:ngsi-ld:WaterSubscriptionControlTradingHouse:53704bda-dced-4f1c-9d2f-4c766637198b",
"type": "WaterSubscriptionControlTradingHouse",
"neighbourhoodCode": {
"type": "Property",
Expand Down Expand Up @@ -14574,4 +14574,4 @@
]
},
"@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
}
}
13 changes: 13 additions & 0 deletions test/functionalTest/cases/0000_ngsild/ngsild_issue_1470.test
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ orionldStart CB -experimental
# 03. Query all entities
#


echo "00. Check for github actions debugging"
echo "======================================"
ls -l $REPO_HOME/etc/input/megaAttributeForIssue1470.json
echo
echo


echo "01. Create an Entity with a very large compound as value of an attribute - see no crash!"
echo "========================================================================================"
orionCurl --url /ngsi-ld/v1/entities --payload "$REPO_HOME/etc/input/megaAttributeForIssue1470.json" --in jsonld
Expand All @@ -57,6 +65,11 @@ echo


--REGEXPECT--
00. Check for github actions debugging
======================================
REGEX(.*)etc/input/megaAttributeForIssue1470.json


01. Create an Entity with a very large compound as value of an attribute - see no crash!
========================================================================================
HTTP/1.1 201 Created
Expand Down

0 comments on commit ef0fc3e

Please sign in to comment.