diff --git a/etc/input/megaAttributeForIssue1470.json b/etc/input/megaAttributeForIssue1470.json index 43ddff6a81..709f1f211e 100644 --- a/etc/input/megaAttributeForIssue1470.json +++ b/etc/input/megaAttributeForIssue1470.json @@ -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", @@ -14574,4 +14574,4 @@ ] }, "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld" - } \ No newline at end of file + } diff --git a/test/functionalTest/cases/0000_ngsild/ngsild_issue_1470.test b/test/functionalTest/cases/0000_ngsild/ngsild_issue_1470.test index 8586d9135b..09ca200819 100644 --- a/test/functionalTest/cases/0000_ngsild/ngsild_issue_1470.test +++ b/test/functionalTest/cases/0000_ngsild/ngsild_issue_1470.test @@ -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 @@ -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