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

[Fix Pattern] Use less resource in tests due to sgx-lkl limitations #27

Open
hukoyu opened this issue Jul 31, 2020 · 0 comments
Open

[Fix Pattern] Use less resource in tests due to sgx-lkl limitations #27

hukoyu opened this issue Jul 31, 2020 · 0 comments

Comments

@hukoyu
Copy link
Collaborator

hukoyu commented Jul 31, 2020

We modified some LTP tests for less limits due to sgx-lkl limitation.

LTP tests fixed with this pattern: (Count: 3)

  1. sendfile09
    filesize: 4 MB used instead of 4 GB
    freespace: 5 MB used instead of 5 GB

  2. setrlimit04
    stack_limit: 5 * 1024 used instead of 512 * 1024

  3. futex_cmp_requeue01
    100 threads and 1000 threads subtests removed. Was getting random failures due to too many threads error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant