Closed jinengandhi-intel closed 3 years ago
Thanks, it's good to know LTP tests behave like this. Hopefully we'll be able to fix the runner soon.
were missed may be due to the parser not checking for TFAIL in the tests
Could you upstream your fix to the parser? How does it look like, is it just a simple bugfix or something deeper? I remember this problem, but I forgot the details.
Ah, I see that Paweł already did that in #33, nice :)
Description of the problem
Internal CI flagged the following tests as failures with the Inode, chroot FS rewrite feature that was merged recently. The following tests are regressions with the commit:
ftruncate03, ftruncate03_64, pwrite02, pwrite02_64, pwrite03, pwrite03_64, write02
These tests are also run in the open source CI but were missed may be due to the parser not checking for TFAIL in the tests.
Console link for the commit in open source CI:
https://localhost:8080/job/graphene-18.04/6305/testReport/apps/LTP/test_direct___pwrite02/ https://localhost:8080/job/graphene-18.04/6305/testReport/apps/LTP/test_direct___pwrite03/ https://localhost:8080/job/graphene-18.04/6305/testReport/apps/LTP/test_direct___ftruncate03/
Console link from an earlier commit in opensource CI where the tests had passed:
https://localhost:8080/job/graphene-18.04/6250/testReport/apps/LTP/test_direct___pwrite02/ https://localhost:8080/job/graphene-18.04/6250/testReport/apps/LTP/test_direct___pwrite03/ https://localhost:8080/job/graphene-18.04/6250/testReport/apps/LTP/test_direct___ftruncate03/
Sample output for pwrite03 where the test passed:
Sample output for pwrite03 where the test failed:
Steps to reproduce
Run the above LTP tests locally with graphene-direct
Expected results
All subtests should be TPASS.
Actual results
At least 1 subtest has a TFAIL.