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

Run dist-tests with different WASM VMs #757

Merged
merged 10 commits into from
Jun 1, 2023
Merged

Conversation

csegarragonz
Copy link
Collaborator

@csegarragonz csegarragonz commented May 30, 2023

The goal of this PR is to make the distributed tests run on WAMR. The motivation behind it is that WAMR migration was broken, and we never realised because the distributed tests were running only with WAVM. This is also helpful to run the MPI distributed tests on WAMR.

Other than MPI, the distributed tests also exercise access to state, and threads. In this PR I only implement the former, and leave threads/OpenMP with WAMR for a future PR.

@csegarragonz csegarragonz marked this pull request as ready for review May 30, 2023 14:59
@csegarragonz csegarragonz mentioned this pull request May 30, 2023
45 tasks
@csegarragonz csegarragonz self-assigned this May 31, 2023
@csegarragonz csegarragonz merged commit 9de5242 into main Jun 1, 2023
15 checks passed
@csegarragonz csegarragonz deleted the dist-tests-wasmvm branch June 1, 2023 14:14
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.

None yet

1 participant