Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
3080
-
Highest
Description
I tried to POST xml files from integration test suite. I randomly ran into error described in next text. When I try to POST same data right away after receiving error POST succeeds. I was not able to trace any log data in karaf.log. This seems to be one of reasons of failing robot tests.
martin@ncc1701e:~/programs/odlRestyScripts$ POST < /integration/test/csit/variables/xmls//f7.xml
{"errors":{"error":[
]}}
martin@ncc1701e:~/programs/odlRestyScripts$ POST < /integration/test/csit/variables/xmls//f9.xml
{"errors":{"error":[
]}}
martin@ncc1701e:~/programs/odlRestyScripts$ POST < /integration/test/csit/variables/xmls//f11.xml
{"errors":{"error":[
]}}