Skip to content

Conversation

@simongdavies
Copy link
Contributor

@simongdavies simongdavies commented Jan 21, 2025

The latest KVM runner image causes the test simple_test-parallel to fail. The failure is due to execution time of a function call taking longer than the default maximum execution time.

This test currently creates 100 threads to test parallel execution, and, since 100 is an arbitrary number and the test is not a scalability test this PR resolves that issue by reducing the number of threads to 50.

Note that this issue does not appear to be related to #47 (or at least applying suggested mitigations for that issue does not fix this one).

#152 opened to capture the fact that we need some scalability benchmarks

Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
@simongdavies simongdavies added the kind/bugfix For PRs that fix bugs label Jan 21, 2025
@simongdavies simongdavies merged commit 003bc16 into hyperlight-dev:main Jan 23, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/bugfix For PRs that fix bugs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants