-
Notifications
You must be signed in to change notification settings - Fork 10
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
[1.0.4] skip EOS VM interpreter parallel unit_tests and spec_tests on sanitizer builds #965
Conversation
Maybe it should go to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing tests using EOS VM interpreter will also help remaining parallel unit tests run faster.
Note:start |
EOS VM interpreter is slow. Sanitizer builds are slow. The two combined is really slow and we've fought CI test timeouts on and off with that combo.
EOS VM interpreter isn't useful for production usage so maybe just go ahead and disable the
unit_test
andwasm_spec_test
runs with EOS VM interpreter for ASAN & UBSAN builds in CI.Will resolve #958.