Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Test fails in unlinking of writable directory and breaks without reporting results #2547

@anjalirai-intel

Description

@anjalirai-intel

Description of the problem

Unlinking of a writable directory fails and test fails with "TBROK: Test 0 haven't reported results!"

Steps to reproduce

Execute attached files
unlink08_setup in linux environment and unlink08_run with graphene-direct
$ ./unlink08_setup
$ graphene-direct ./unlink08_run

Expected results

TINFO: Timeout per run is 0h 05m 00s
TPASS: unlink(<unwritable directory>) failed as expected: EACCES (13)
TPASS: unlink(<unsearchable directory>) failed as expected: EACCES (13)
TPASS: unlink(<directory>) failed as expected: EISDIR (21)
TPASS: unlink(<directory>) failed as expected: EISDIR (21)

Summary:
passed   4
failed   0
skipped  0
warnings 0

Actual results

TINFO: Timeout per run is 0h 05m 00s
TFAIL: unlink(<unwritable directory>) succeeded unexpectedly
/root/Graphene_Master/LibOS/shim/test/ltp/ltp_src/lib/tst_test.c:1082: TBROK: Test 0 haven't reported results!

Summary:
passed   0
failed   0
skipped  0
warnings 0

Label

bug
unlink08.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions