Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aio_dio_bugs: do not abort when one test has failed #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Cypresslin
Copy link
Contributor

The whole test suite will abort when a test case has failed.
Fix this by moving the test list to the control file.

Signed-off-by: Po-Hsu Lin <[email protected]>

The whole test suite will abort when a test case has failed.
Fix this by moving the test list to the control file.

Signed-off-by: Po-Hsu Lin <[email protected]>
ColinIanKing pushed a commit to ColinIanKing/autotest-client-tests that referenced this pull request May 4, 2018
The whole test suite will be aborted when a test case has failed.
Fix this by moving the test list to the control file.

Test result before this patch:
      Node               Date          Ran PASS FAIL
    s2lp6g004    2018-04-16_10-56-00    1    0    1

After:
    s2lp6g004    2018-04-16_10-56-00    6    3    3

MR created against the upstream project[1], but didn't get reviewed,
therefore making this as a SAUCE patch.

[1] autotest/autotest-client-tests#129

Signed-off-by: Po-Hsu Lin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant