Closed wanghongjuan closed 8 years ago
Could you create a branch just like https://github.com/solettaproject/soletta/releases/tag/v1_beta19, that we(QA) can follow the release branch to run the tests?
I don't get it. The tests run fine on travis. Are you sure the version of iotivity-node on the device corresponds to the test suite? There are changes to both the tests and the bindings between 545195f2bd94853907cd8f20441633e459dab8dc and 390866274386fe4d62ad8aa9a27a8c9f049b1cad, so the library on the device has to be based on 390866274386fe4d62ad8aa9a27a8c9f049b1cad if the tests you copy to the device are from 390866274386fe4d62ad8aa9a27a8c9f049b1cad. @nagineni have you been getting similar errors in the demo?
Oh~ Sorry, I know the reason, Ostro image intergate this repo based on 38f7679, I also should using https://github.com/otcshare/iotivity-node/releases/tag/1.0.1-1 to run those tests, but not latest code.
Follow the steps https://github.com/otcshare/iotivity-node/issues/36 to run iotivity-node tests with latest commit 3908662:
Run below command:
Show error message:
Try to reset one commit using below command:
Then rerun the tests using above command, there is the similar error as reset commit id before, only show the part of output error message:
If I reset one commit id again, the error is not reproduced.