pkarashchenko commented on PR #1711:
URL: https://github.com/apache/nuttx-apps/pull/1711#issuecomment-1661140687
@xiaoxiang781216 do you have any ideas why `sim:citest` fails? Initially I
thought that it is a timeout issue, but seems like it is not, I can run the
tests locally and all test pass
```
=========================================================== test session
starts ===========================================================
platform linux -- Python 3.8.10, pytest-6.2.5, py-1.11.0, pluggy-1.2.0 --
/usr/bin/python3
cachedir: .pytest_cache
rootdir:
/home/pkarashchenko/eclipse-workspace/nuttx-upstream/nuttx/tools/ci/testrun,
configfile: pytest.ini
plugins: repeat-0.9.1, ordering-0.6, json-0.4.0
collected 12 items
test_example/test_example.py::test_hello PASSED
[ 8%]
test_example/test_example.py::test_helloxx PASSED
[ 16%]
test_example/test_example.py::test_pipe PASSED
[ 25%]
test_example/test_example.py::test_popen PASSED
[ 33%]
test_example/test_example.py::test_usrsocktest PASSED
[ 41%]
test_os/test_os.py::test_ostest PASSED
[ 50%]
test_os/test_os.py::test_mm PASSED
[ 58%]
test_os/test_os.py::test_cxxtest PASSED
[ 66%]
test_os/test_os.py::test_scanftest PASSED
[ 75%]
test_os/test_os.py::test_getprime PASSED
[ 83%]
test_os/test_os.py::test_fs_test PASSED
[ 91%]
test_os/test_os.py::test_psram_test PASSED
[100%]
```
But on CI the `test_os/test_os.py::test_ostest` fails.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]