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

Remove shared VM memory so tests can run concurrently #1369

Open
deelawn opened this issue Nov 13, 2023 · 1 comment
Open

Remove shared VM memory so tests can run concurrently #1369

deelawn opened this issue Nov 13, 2023 · 1 comment

Comments

@deelawn
Copy link
Contributor

deelawn commented Nov 13, 2023

There is a shared memory issue when trying to run multiple txtar tests that start a gnoland node. The goal is to remove this limitation and roll back the changes in PR #1342 that changes them to run serially in order to avoid the shared memory issue. The serial solution will not continue to be sustainable as more tests are added.

@thehowl
Copy link
Member

thehowl commented Nov 13, 2023

rg -t go '^var' gnovm :)

probably the most important one is var preprocessing in preprocess.go

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

No branches or pull requests

4 participants